Searched refs:device_destroy (Results 26 - 50 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvbdev.c289 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/common/
H A Dsb_tbprof.c588 device_destroy(tb_class, MKDEV(SBPROF_TB_MAJOR, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddrv_interface.c428 device_destroy(bridge_class, MKDEV(driver_major, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddsp56k.c508 device_destroy(dsp56k_class, MKDEV(DSP56K_MAJOR, 0));
H A Dviotape.c905 device_destroy(tape_class, MKDEV(VIOTAPE_MAJOR, i | 0x80));
906 device_destroy(tape_class, MKDEV(VIOTAPE_MAJOR, i));
H A Dppdev.c759 device_destroy(ppdev_class, MKDEV(PP_MAJOR, port->number));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhidraw.c427 device_destroy(hidraw_class, MKDEV(hidraw_major, hidraw->minor));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/c2port/
H A Dcore.c945 device_destroy(c2port_class, 0);
971 device_destroy(c2port_class, c2dev->id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uio/
H A Duio.c877 device_destroy(uio_class->class, MKDEV(uio_major, idev->minor));
910 device_destroy(uio_class->class, MKDEV(uio_major, idev->minor));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_main.c789 device_destroy(uverbs_class, uverbs_dev->cdev.dev);
813 device_destroy(uverbs_class, uverbs_dev->cdev.dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpt.c999 device_destroy(pt_class, MKDEV(major, unit));
1000 device_destroy(pt_class, MKDEV(major, unit + 128));
H A Dpg.c708 device_destroy(pg_class, MKDEV(major, unit));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_devintf.c906 device_destroy(ipmi_class, dev);
961 device_destroy(ipmi_class, entry->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dvmlogrdr.c793 device_destroy(vmlogrdr_class, MKDEV(vmlogrdr_major, priv->minor_num));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dphantom.c437 device_destroy(phantom_class, MKDEV(phantom_major, minor));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtdcore.c112 device_destroy(&mtd_class, index + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_hid.c550 device_destroy(hidg_class, MKDEV(major, hidg->minor));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspidev.c623 device_destroy(spidev_class, spidev->devt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h602 extern void device_destroy(struct class *cls, dev_t devt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_driver.c606 device_destroy(adsp_class, devt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dcm4040_cs.c641 device_destroy(cmx_class, MKDEV(major, devno));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c703 device_destroy(icap_class, drvdata->devt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c791 device_destroy(nvram_class, MKDEV(nvram_major, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapi.c1515 device_destroy(capi_class, MKDEV(capi_major, 0));
1540 device_destroy(capi_class, MKDEV(capi_major, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c1573 * device_destroy - removes a device that was created with device_create()
1580 void device_destroy(struct class *class, dev_t devt) function
1590 EXPORT_SYMBOL_GPL(device_destroy); variable

Completed in 237 milliseconds

1234