| /linux/include/linux/ |
| H A D | cdev.h | 33 void cdev_device_del(struct cdev *cdev, struct device *dev);
|
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 286 cdev_device_del(&rmtfs_mem->cdev, &rmtfs_mem->dev); in qcom_rmtfs_mem_probe() 306 cdev_device_del(&rmtfs_mem->cdev, &rmtfs_mem->dev); in qcom_rmtfs_mem_remove()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-chip.c | 415 cdev_device_del(&chip->cdev, &chip->dev); in tpm_add_char_device() 421 cdev_device_del(&chip->cdev, &chip->dev); in tpm_del_char_device()
|
| H A D | tpm2-space.c | 601 cdev_device_del(&chip->cdevs, &chip->devs); in tpm_devs_remove()
|
| /linux/drivers/counter/ |
| H A D | counter-core.c | 184 cdev_device_del(&counter->chrdev, &counter->dev); in counter_unregister()
|
| /linux/drivers/infiniband/core/ |
| H A D | ucaps.c | 203 cdev_device_del(&ucap->cdev, &ucap->dev); in ib_release_ucap()
|
| H A D | user_mad.c | 1342 cdev_device_del(&port->cdev, &port->dev); in ib_umad_init_port() 1356 cdev_device_del(&port->sm_cdev, &port->sm_dev); in ib_umad_kill_port() 1359 cdev_device_del(&port->cdev, &port->dev); in ib_umad_kill_port()
|
| /linux/fs/ |
| H A D | char_dev.c | 575 void cdev_device_del(struct cdev *cdev, struct device *dev) in cdev_device_del() function 687 EXPORT_SYMBOL(cdev_device_del);
|
| /linux/drivers/rpmsg/ |
| H A D | rpmsg_ctrl.c | 204 cdev_device_del(&ctrldev->cdev, &ctrldev->dev); in rpmsg_ctrldev_remove()
|
| H A D | rpmsg_char.c | 94 cdev_device_del(&eptdev->cdev, &eptdev->dev); in rpmsg_chrdev_eptdev_destroy()
|
| /linux/kernel/time/ |
| H A D | posix-clock.c | 182 cdev_device_del(&clk->cdev, clk->dev); in posix_clock_unregister()
|
| /linux/drivers/gnss/ |
| H A D | core.c | 310 cdev_device_del(&gdev->cdev, &gdev->dev); in gnss_deregister_device()
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | telemetry.c | 407 cdev_device_del(&dev_data->cdev, &dev_data->dev); in telem_device_remove()
|
| /linux/drivers/mtd/ubi/ |
| H A D | vmt.c | 334 cdev_device_del(&vol->cdev, &vol->dev); in ubi_create_volume() 411 cdev_device_del(&vol->cdev, &vol->dev); in ubi_remove_volume()
|
| H A D | build.c | 487 cdev_device_del(&ubi->cdev, &ubi->dev); in uif_init() 506 cdev_device_del(&ubi->cdev, &ubi->dev); in uif_close()
|
| /linux/drivers/rtc/ |
| H A D | class.c | 351 cdev_device_del(&rtc->char_dev, &rtc->dev); in devm_rtc_unregister_device()
|
| /linux/drivers/misc/uacce/ |
| H A D | uacce.c | 604 cdev_device_del(uacce->cdev, &uacce->dev); in uacce_remove()
|
| /linux/drivers/fsi/ |
| H A D | fsi-scom.c | 584 cdev_device_del(&scom->cdev, &scom->dev); in scom_remove()
|
| H A D | fsi-sbefifo.c | 1117 cdev_device_del(&sbefifo->cdev, &sbefifo->dev); in sbefifo_remove()
|
| /linux/drivers/i2c/ |
| H A D | i2c-dev.c | 94 cdev_device_del(&i2c_dev->cdev, &i2c_dev->dev); in put_i2c_dev()
|
| /linux/drivers/media/rc/ |
| H A D | lirc_dev.c | 786 cdev_device_del(&dev->lirc_cdev, &dev->lirc_dev); in lirc_unregister()
|
| /linux/drivers/dma/idxd/ |
| H A D | cdev.c | 586 cdev_device_del(&idxd_cdev->cdev, cdev_dev(idxd_cdev)); in idxd_wq_del_cdev()
|
| /linux/drivers/watchdog/ |
| H A D | watchdog_dev.c | 1119 cdev_device_del(&wd_data->cdev, &wd_data->dev); in watchdog_cdev_unregister()
|
| /linux/drivers/pwm/ |
| H A D | core.c | 2531 cdev_device_del(&chip->cdev, &chip->dev); in __pwmchip_add() 2581 cdev_device_del(&chip->cdev, &chip->dev); in pwmchip_remove()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 927 cdev_device_del(&mousedev->cdev, &mousedev->dev); in mousedev_destroy()
|