Searched refs:__unregister_chrdev (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | cpuid.c | 176 __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()
|
| /linux/fs/ |
| H A D | char_dev.c | 332 void __unregister_chrdev(unsigned int major, unsigned int baseminor, in __unregister_chrdev() function 689 EXPORT_SYMBOL(__unregister_chrdev);
|
| /linux/drivers/s390/char/ |
| H A D | fs3270.c | 525 __unregister_chrdev(IBM_FS3270_MAJOR, minor, 1, "tub"); in fs3270_destroy_cb() 553 __unregister_chrdev(IBM_FS3270_MAJOR, 0, 1, "fs3270"); in fs3270_exit()
|
| /linux/sound/ |
| H A D | sound_core.c | 304 __unregister_chrdev(SOUND_MAJOR, p->unit_minor, 1, in sound_remove_unit()
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | core.c | 954 __unregister_chrdev(th->major, 0, TH_POSSIBLE_OUTPUTS, in intel_th_alloc() 988 __unregister_chrdev(th->major, 0, TH_POSSIBLE_OUTPUTS, in intel_th_free()
|
| /linux/drivers/pps/ |
| H A D | pps.c | 467 __unregister_chrdev(pps_major, 0, PPS_MAX_SOURCES, "pps"); in pps_exit()
|
| /linux/drivers/net/wwan/ |
| H A D | wwan_core.c | 1431 __unregister_chrdev(wwan_major, 0, WWAN_MAX_MINORS, "wwan_port"); in wwan_exit()
|