Home
last modified time | relevance | path

Searched refs:__unregister_chrdev (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dcpuid.c176 __unregister_chrdev(CPUID_MAJOR, 0, NR_CPUS, "cpu/cpuid"); in cpuid_init()
185 __unregister_chrdev(CPUID_MAJOR, 0, NR_CPUS, "cpu/cpuid"); in cpuid_exit()
H A Dmsr.c284 __unregister_chrdev(MSR_MAJOR, 0, NR_CPUS, "cpu/msr"); in msr_init()
293 __unregister_chrdev(MSR_MAJOR, 0, NR_CPUS, "cpu/msr"); in msr_exit()
/linux-6.15/fs/
H A Dchar_dev.c335 void __unregister_chrdev(unsigned int major, unsigned int baseminor, in __unregister_chrdev() function
692 EXPORT_SYMBOL(__unregister_chrdev);
/linux-6.15/drivers/s390/char/
H A Dfs3270.c530 __unregister_chrdev(IBM_FS3270_MAJOR, minor, 1, "tub"); in fs3270_destroy_cb()
558 __unregister_chrdev(IBM_FS3270_MAJOR, 0, 1, "fs3270"); in fs3270_exit()
/linux-6.15/sound/
H A Dsound_core.c304 __unregister_chrdev(SOUND_MAJOR, p->unit_minor, 1, in sound_remove_unit()
/linux-6.15/drivers/pps/
H A Dpps.c458 __unregister_chrdev(pps_major, 0, PPS_MAX_SOURCES, "pps"); in pps_exit()
/linux-6.15/drivers/hwtracing/intel_th/
H A Dcore.c931 __unregister_chrdev(th->major, 0, TH_POSSIBLE_OUTPUTS, in intel_th_alloc()
965 __unregister_chrdev(th->major, 0, TH_POSSIBLE_OUTPUTS, in intel_th_free()
/linux-6.15/drivers/net/wwan/
H A Dwwan_core.c1261 __unregister_chrdev(wwan_major, 0, WWAN_MAX_MINORS, "wwan_port"); in wwan_exit()
/linux-6.15/drivers/mtd/
H A Dmtdchar.c1436 __unregister_chrdev(MTD_CHAR_MAJOR, 0, 1 << MINORBITS, "mtd"); in cleanup_mtdchar()
/linux-6.15/include/linux/
H A Dfs.h2920 extern void __unregister_chrdev(unsigned int major, unsigned int baseminor,
2933 __unregister_chrdev(major, 0, 256, name); in unregister_chrdev()