Home
last modified time | relevance | path

Searched refs:cdev_del (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/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()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddevice.c70 cdev_del(cdev); in hfi1_cdev_init()
85 cdev_del(cdev); in hfi1_cdev_cleanup()
/openbmc/linux/fs/
H A Dchar_dev.c342 cdev_del(cd->cdev); in __unregister_chrdev()
558 cdev_del(cdev); in cdev_device_add()
582 cdev_del(cdev); in cdev_device_del()
601 void cdev_del(struct cdev *p) in cdev_del() function
686 EXPORT_SYMBOL(cdev_del);
/openbmc/linux/include/linux/
H A Dcdev.h35 void cdev_del(struct cdev *);
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_class.c160 cdev_del(unit->cdev); in xillybus_init_chrdev()
200 cdev_del(unit->cdev); in xillybus_cleanup_chrdev()
/openbmc/linux/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()
/openbmc/linux/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()
H A Dscx200_gpio.c125 cdev_del(&scx200_gpio_cdev); in scx200_gpio_cleanup()
H A Dpc8736x_gpio.c345 cdev_del(&pc8736x_gpio_cdev); in pc8736x_gpio_cleanup()
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dgio.c157 cdev_del(cdev_p); in gio_exit()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dvmt.c326 cdev_del(&vol->cdev); in ubi_create_volume()
391 cdev_del(&vol->cdev); in ubi_remove_volume()
618 cdev_del(&vol->cdev); in ubi_add_volume()
635 cdev_del(&vol->cdev); in ubi_free_volume()
/openbmc/linux/drivers/staging/greybus/
H A Draw.c208 cdev_del(&raw->cdev); in gb_raw_probe()
233 cdev_del(&raw->cdev); in gb_raw_disconnect()
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 Dfw-management.c643 cdev_del(&fw_mgmt->cdev); in gb_fw_mgmt_connection_init()
668 cdev_del(&fw_mgmt->cdev); in gb_fw_mgmt_connection_exit()
/openbmc/linux/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()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c45 cdev_del(&adf_ctl_drv.drv_cdev); in adf_chr_drv_destroy()
81 cdev_del(&adf_ctl_drv.drv_cdev); in adf_chr_drv_create()
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_cdev.c116 cdev_del(&rproc->cdev); in rproc_char_device_remove()
/openbmc/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c652 cdev_del(&coproc_device.cdev); in vas_register_coproc_api()
664 cdev_del(&coproc_device.cdev); in vas_unregister_coproc_api()
/openbmc/linux/fs/fuse/
H A Dcuse.c414 cdev_del(cdev); in cuse_process_init_reply()
558 cdev_del(cc->cdev); in cuse_channel_release()
/openbmc/linux/drivers/most/
H A Dmost_cdev.c95 cdev_del(&c->cdev); in destroy_cdev()
471 cdev_del(&c->cdev); in comp_probe()
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c742 cdev_del(&mdpy_cdev); in mdpy_dev_init()
754 cdev_del(&mdpy_cdev); in mdpy_dev_exit()
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_user.c684 cdev_del(vme_user_cdev); in vme_user_probe()
716 cdev_del(vme_user_cdev); in vme_user_remove()
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c296 cdev_del(&heap->heap_cdev); in dma_heap_add()
/openbmc/u-boot/include/linux/
H A Dcompat.h291 #define cdev_del(...) do { } while (0) macro

123