Home
last modified time | relevance | path

Searched refs:cdev_device_del (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dcdev.h33 void cdev_device_del(struct cdev *cdev, struct device *dev);
/openbmc/linux/block/
H A Dbsg.c184 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 Drmtfs_mem.c277 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 Di2cr-scom.c122 cdev_device_del(&scom->cdev, &scom->dev); in i2cr_scom_remove()
H A Dfsi-scom.c584 cdev_device_del(&scom->cdev, &scom->dev); in scom_remove()
/openbmc/linux/drivers/char/tpm/
H A Dtpm-chip.c440 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 Dtpm2-space.c598 cdev_device_del(&chip->cdevs, &chip->devs); in tpm_devs_remove()
/openbmc/linux/drivers/counter/
H A Dcounter-core.c182 cdev_device_del(&counter->chrdev, &counter->dev); in counter_unregister()
/openbmc/linux/fs/
H A Dchar_dev.c578 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 Drpmsg_ctrl.c204 cdev_device_del(&ctrldev->cdev, &ctrldev->dev); in rpmsg_ctrldev_remove()
H A Drpmsg_char.c94 cdev_device_del(&eptdev->cdev, &eptdev->dev); in rpmsg_chrdev_eptdev_destroy()
/openbmc/linux/drivers/media/mc/
H A Dmc-devnode.c284 cdev_device_del(&devnode->cdev, &devnode->dev); in media_devnode_unregister()
/openbmc/linux/kernel/time/
H A Dposix-clock.c184 cdev_device_del(&clk->cdev, clk->dev); in posix_clock_unregister()
/openbmc/linux/drivers/vfio/
H A Dvfio.h374 cdev_device_del(&device->cdev, &device->device); in vfio_device_del()
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c407 cdev_device_del(&dev_data->cdev, &dev_data->dev); in telem_device_remove()
H A Devent.c506 cdev_device_del(&dev_data->cdev, &dev_data->dev); in event_device_remove()
/openbmc/linux/drivers/gnss/
H A Dcore.c311 cdev_device_del(&gdev->cdev, &gdev->dev); in gnss_deregister_device()
/openbmc/linux/drivers/mtd/ubi/
H A Dvmt.c306 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 Dbuild.c481 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 Dclass.c348 cdev_device_del(&rtc->char_dev, &rtc->dev); in devm_rtc_unregister_device()
/openbmc/linux/drivers/media/cec/core/
H A Dcec-core.c198 cdev_device_del(&devnode->cdev, &devnode->dev); in cec_devnode_unregister()
/openbmc/linux/drivers/infiniband/core/
H A Duser_mad.c1338 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 Ddevice.c709 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 Duacce.c609 cdev_device_del(uacce->cdev, &uacce->dev); in uacce_remove()
/openbmc/linux/drivers/i2c/
H A Di2c-dev.c94 cdev_device_del(&i2c_dev->cdev, &i2c_dev->dev); in put_i2c_dev()

12