Home
last modified time | relevance | path

Searched refs:device_destroy (Results 51 – 75 of 81) sorted by relevance

1234

/openbmc/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c816 device_destroy(&icap_class, drvdata->devt); in hwicap_drv_remove()
/openbmc/linux/drivers/hid/
H A Dhidraw.c334 device_destroy(&hidraw_class, in drop_ref()
/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c1386 device_destroy(fw_attr_class, MKDEV(0, 0)); in tlmi_sysfs_init()
1611 device_destroy(fw_attr_class, MKDEV(0, 0)); in tlmi_remove()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_printer.c1149 device_destroy(&usb_gadget_class, devt); in printer_func_bind()
1416 device_destroy(&usb_gadget_class, MKDEV(major, dev->minor)); in printer_func_unbind()
/openbmc/linux/drivers/s390/char/
H A Dvmur.c961 device_destroy(vmur_class, urd->char_device->dev); in ur_set_offline_force()
/openbmc/linux/drivers/spi/
H A Dspidev.c843 device_destroy(spidev_class, spidev->devt); in spidev_remove()
/openbmc/linux/drivers/misc/c2port/
H A Dcore.c965 device_destroy(c2port_class, c2dev->id); in c2port_device_unregister()
/openbmc/linux/drivers/char/
H A Dppdev.c822 device_destroy(&ppdev_class, MKDEV(PP_MAJOR, port->number)); in pp_detach()
H A Dvirtio_console.c1469 device_destroy(&port_class, port->dev->devt); in add_port()
1544 device_destroy(&port_class, port->dev->devt); in unplug_port()
H A Dlp.c1009 device_destroy(&lp_class, MKDEV(LP_MAJOR, n)); in lp_detach()
/openbmc/linux/drivers/misc/
H A Dhpilo.c751 device_destroy(&ilo_class, MKDEV(ilo_major, i)); in ilo_remove()
/openbmc/linux/include/linux/
H A Ddevice.h1184 void device_destroy(const struct class *cls, dev_t devt);
/openbmc/linux/drivers/media/dvb-core/
H A Ddvbdev.c603 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor)); in dvb_remove_device()
/openbmc/linux/drivers/misc/mei/
H A Dmain.c1270 device_destroy(&mei_class, devno); in mei_deregister()
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_dev.c1385 device_destroy(cd->class_genwqe, cd->devnum_genwqe); in genwqe_device_remove()
/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c1383 device_destroy(&mon_bin_class, mbus->classdev->devt); in mon_bin_del()
/openbmc/linux/drivers/nvdimm/
H A Dbus.c768 device_destroy(nd_class, MKDEV(nvdimm_bus_major, nvdimm_bus->id)); in nvdimm_bus_destroy_ndctl()
/openbmc/linux/drivers/comedi/
H A Dcomedi_fops.c611 device_destroy(&comedi_class, in comedi_free_board_dev()
3344 device_destroy(&comedi_class, MKDEV(COMEDI_MAJOR, s->minor)); in comedi_free_subdevice_minor()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c188 device_destroy(&mtd_class, index + 1); in mtd_release()
/openbmc/linux/drivers/nvme/target/
H A Dfcloop.c1649 device_destroy(fcloop_class, MKDEV(0, 0)); in fcloop_exit()
/openbmc/linux/drivers/nvme/host/
H A Dfc.c3927 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_init_module()
3964 device_destroy(&fc_class, MKDEV(0, 0)); in nvme_fc_exit_module()
/openbmc/linux/drivers/base/
H A Dcore.c4436 void device_destroy(const struct class *class, dev_t devt) in device_destroy() function
4446 EXPORT_SYMBOL_GPL(device_destroy);
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c3214 device_destroy(&ddb_class, MKDEV(ddb_major, dev->nr)); in ddb_device_create()
3230 device_destroy(&ddb_class, MKDEV(ddb_major, dev->nr)); in ddb_device_destroy()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c103 device_destroy(&mtd_class, index + 1); in mtd_release()
/openbmc/linux/drivers/tty/
H A Dtty_io.c3297 device_destroy(&tty_class, MKDEV(driver->major, driver->minor_start) + index); in tty_unregister_device()

1234