/openbmc/linux/include/linux/ |
H A D | cdev.h | 33 void cdev_device_del(struct cdev *cdev, struct device *dev);
|
/openbmc/linux/block/ |
H A D | bsg.c | 184 cdev_device_del(&bd->cdev, &bd->device); in bsg_unregister_queue() 233 cdev_device_del(&bd->cdev, &bd->device); in bsg_register_queue()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | rmtfs_mem.c | 277 cdev_device_del(&rmtfs_mem->cdev, &rmtfs_mem->dev); in qcom_rmtfs_mem_probe() 297 cdev_device_del(&rmtfs_mem->cdev, &rmtfs_mem->dev); in qcom_rmtfs_mem_remove()
|
/openbmc/linux/drivers/fsi/ |
H A D | i2cr-scom.c | 122 cdev_device_del(&scom->cdev, &scom->dev); in i2cr_scom_remove()
|
H A D | fsi-scom.c | 584 cdev_device_del(&scom->cdev, &scom->dev); in scom_remove()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-chip.c | 440 cdev_device_del(&chip->cdev, &chip->dev); in tpm_add_char_device() 446 cdev_device_del(&chip->cdev, &chip->dev); in tpm_del_char_device()
|
H A D | tpm2-space.c | 598 cdev_device_del(&chip->cdevs, &chip->devs); in tpm_devs_remove()
|
/openbmc/linux/drivers/counter/ |
H A D | counter-core.c | 182 cdev_device_del(&counter->chrdev, &counter->dev); in counter_unregister()
|
/openbmc/linux/fs/ |
H A D | char_dev.c | 578 void cdev_device_del(struct cdev *cdev, struct device *dev) in cdev_device_del() function 690 EXPORT_SYMBOL(cdev_device_del);
|
/openbmc/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()
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-devnode.c | 284 cdev_device_del(&devnode->cdev, &devnode->dev); in media_devnode_unregister()
|
/openbmc/linux/kernel/time/ |
H A D | posix-clock.c | 184 cdev_device_del(&clk->cdev, clk->dev); in posix_clock_unregister()
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio.h | 374 cdev_device_del(&device->cdev, &device->device); in vfio_device_del()
|
/openbmc/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()
|
H A D | event.c | 506 cdev_device_del(&dev_data->cdev, &dev_data->dev); in event_device_remove()
|
/openbmc/linux/drivers/gnss/ |
H A D | core.c | 311 cdev_device_del(&gdev->cdev, &gdev->dev); in gnss_deregister_device()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | vmt.c | 306 cdev_device_del(&vol->cdev, &vol->dev); in ubi_create_volume() 370 cdev_device_del(&vol->cdev, &vol->dev); in ubi_remove_volume()
|
H A D | build.c | 481 cdev_device_del(&ubi->cdev, &ubi->dev); in uif_init() 500 cdev_device_del(&ubi->cdev, &ubi->dev); in uif_close()
|
/openbmc/linux/drivers/rtc/ |
H A D | class.c | 348 cdev_device_del(&rtc->char_dev, &rtc->dev); in devm_rtc_unregister_device()
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-core.c | 198 cdev_device_del(&devnode->cdev, &devnode->dev); in cec_devnode_unregister()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | user_mad.c | 1338 cdev_device_del(&port->cdev, &port->dev); in ib_umad_init_port() 1350 cdev_device_del(&port->sm_cdev, &port->sm_dev); in ib_umad_kill_port() 1351 cdev_device_del(&port->cdev, &port->dev); in ib_umad_kill_port()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | device.c | 709 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_add() 711 cdev_device_del(&hdev->cdev, hdev->dev); in cdev_sysfs_debugfs_add() 722 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_remove() 723 cdev_device_del(&hdev->cdev, hdev->dev); in cdev_sysfs_debugfs_remove()
|
/openbmc/linux/drivers/misc/uacce/ |
H A D | uacce.c | 609 cdev_device_del(uacce->cdev, &uacce->dev); in uacce_remove()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-dev.c | 94 cdev_device_del(&i2c_dev->cdev, &i2c_dev->dev); in put_i2c_dev()
|