Home
last modified time | relevance | path

Searched refs:cdev_del (Results 1 - 25 of 136) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/
H A Dchar_dev.c342 cdev_del(cd->cdev); in __unregister_chrdev()
551 cdev_del(cdev); in cdev_device_add()
561 * cdev_device_del() is a helper function to call cdev_del and device_del.
575 cdev_del(cdev); in cdev_device_del()
584 * cdev_del() - remove a cdev from the system
587 * cdev_del() removes @p from the system, possibly freeing the structure
592 * still be callable even after cdev_del returns.
594 void cdev_del(struct cdev *p) in cdev_del() function
679 EXPORT_SYMBOL(cdev_del); variable
/kernel/linux/linux-6.6/fs/
H A Dchar_dev.c342 cdev_del(cd->cdev); in __unregister_chrdev()
558 cdev_del(cdev); in cdev_device_add()
568 * cdev_device_del() is a helper function to call cdev_del and device_del.
582 cdev_del(cdev); in cdev_device_del()
591 * cdev_del() - remove a cdev from the system
594 * cdev_del() removes @p from the system, possibly freeing the structure
599 * still be callable even after cdev_del returns.
601 void cdev_del(struct cdev *p) in cdev_del() function
686 EXPORT_SYMBOL(cdev_del); variable
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddevice.c92 cdev_del(cdev); in hfi1_cdev_init()
107 cdev_del(cdev); in hfi1_cdev_cleanup()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_class.c97 cdev_del(tcd->char_device); in register_tape_dev()
111 cdev_del(tcd->char_device); in unregister_tape_dev()
H A Dhmcdrv_dev.c335 cdev_del(&hmcdrv_dev.dev); in hmcdrv_dev_init()
364 cdev_del(&hmcdrv_dev.dev); in hmcdrv_dev_exit()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_class.c97 cdev_del(tcd->char_device); in register_tape_dev()
111 cdev_del(tcd->char_device); in unregister_tape_dev()
H A Dhmcdrv_dev.c335 cdev_del(&hmcdrv_dev.dev); in hmcdrv_dev_init()
364 cdev_del(&hmcdrv_dev.dev); in hmcdrv_dev_exit()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddevice.c70 cdev_del(cdev); in hfi1_cdev_init()
85 cdev_del(cdev); in hfi1_cdev_cleanup()
/kernel/linux/linux-5.10/include/linux/
H A Dcdev.h35 void cdev_del(struct cdev *);
/kernel/linux/linux-6.6/include/linux/
H A Dcdev.h35 void cdev_del(struct cdev *);
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas-api.c258 cdev_del(&coproc_device.cdev); in vas_register_coproc_api()
271 cdev_del(&coproc_device.cdev); in vas_unregister_coproc_api()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_class.c106 /* kobject_put() is normally done by cdev_del() */ in xillybus_init_chrdev()
160 cdev_del(unit->cdev); in xillybus_init_chrdev()
200 cdev_del(unit->cdev); in xillybus_cleanup_chrdev()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dfile.c589 cdev_del(cdev); in cxl_add_chardev()
617 cdev_del(&afu->afu_cdev_d); in cxl_chardev_afu_remove()
622 cdev_del(&afu->afu_cdev_m); in cxl_chardev_afu_remove()
627 cdev_del(&afu->afu_cdev_s); in cxl_chardev_afu_remove()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dfile.c590 cdev_del(cdev); in cxl_add_chardev()
618 cdev_del(&afu->afu_cdev_d); in cxl_chardev_afu_remove()
623 cdev_del(&afu->afu_cdev_m); in cxl_chardev_afu_remove()
628 cdev_del(&afu->afu_cdev_s); in cxl_chardev_afu_remove()
/kernel/linux/linux-5.10/drivers/char/
H A Dbsr.c158 cdev_del(&cur->bsr_cdev); in bsr_cleanup_devs()
252 cdev_del(&cur->bsr_cdev); in bsr_add_node()
H A Draw.c336 cdev_del(&raw_cdev); in raw_init()
356 cdev_del(&raw_cdev); in raw_exit()
/kernel/linux/linux-5.10/drivers/staging/fieldbus/
H A Ddev_core.c253 cdev_del(&fb->cdev); in __fieldbus_dev_unregister()
295 cdev_del(&fb->cdev); in __fieldbus_dev_register()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dauthentication.c349 cdev_del(&cap->cdev); in gb_cap_connection_init()
374 cdev_del(&cap->cdev); in gb_cap_connection_exit()
H A Draw.c208 cdev_del(&raw->cdev); in gb_raw_probe()
233 cdev_del(&raw->cdev); in gb_raw_disconnect()
/kernel/linux/linux-5.10/drivers/staging/hievent/
H A Dhievent_driver.c392 cdev_del(&hievent_dev.devm); in hieventdev_init()
404 cdev_del(&hievent_dev.devm); in hievent_exit_module()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dauthentication.c349 cdev_del(&cap->cdev); in gb_cap_connection_init()
374 cdev_del(&cap->cdev); in gb_cap_connection_exit()
H A Draw.c208 cdev_del(&raw->cdev); in gb_raw_probe()
233 cdev_del(&raw->cdev); in gb_raw_disconnect()
/kernel/linux/linux-6.6/drivers/staging/fieldbus/
H A Ddev_core.c249 cdev_del(&fb->cdev); in __fieldbus_dev_unregister()
291 cdev_del(&fb->cdev); in __fieldbus_dev_register()
/kernel/linux/linux-6.6/drivers/staging/hievent/
H A Dhievent_driver.c392 cdev_del(&hievent_dev.devm); in hieventdev_init()
404 cdev_del(&hievent_dev.devm); in hievent_exit_module()
/kernel/linux/linux-6.6/drivers/char/
H A Dbsr.c161 cdev_del(&cur->bsr_cdev); in bsr_cleanup_devs()
255 cdev_del(&cur->bsr_cdev); in bsr_add_node()

Completed in 15 milliseconds

123456