Searched refs:get_device (Results 76 - 100 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c566 get_device(&dssdev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h616 * get_device - atomically increment the reference count for the device.
619 extern struct device *get_device(struct device *dev);
H A Dinput.h1356 return dev ? to_input_dev(get_device(&dev->dev)) : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-davinci.c675 dev->dev = get_device(&pdev->dev);
H A Di2c-designware.c732 dev->dev = get_device(&pdev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_erp.c182 if (!get_device(&unit->dev))
192 if (!get_device(&port->dev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c627 child->bridge = get_device(&bridge->dev);
1445 b->bridge = get_device(dev);
H A Dpci-driver.c1219 get_device(&dev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dds.c218 tmp_dev = get_device(&p_dev->dev);
259 dev = get_device(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c2242 mtd->get_device = brcmnand_get_device_bcm4706;
2520 if (!mtd->get_device)
2521 mtd->get_device = brcmnand_get_device;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c2242 mtd->get_device = brcmnand_get_device_bcm4706;
2520 if (!mtd->get_device)
2521 mtd->get_device = brcmnand_get_device;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd.c350 get_device(&sdkp->dev);
2384 get_device(dev);
2387 get_device(&sdkp->dev); /* prevent release before async_schedule */
H A Dscsi_lib.c497 get_device(&sdev->sdev_gendev);
1465 if(!get_device(&sdev->sdev_gendev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_devmap.c560 get_device(&cdev->dev);
H A Ddcssblk.c645 get_device(&dev_info->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dvmur.c112 get_device(&cdev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcss.c233 if (!get_device(&sch->dev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c642 class_dev->parent = get_device(&usb_dev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp_glue.c414 get_device(&bridge->pci_bus->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dvmt.c373 get_device(&vol->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dmain.c133 get_device(dev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devdev.c276 get_device(&evdev->dev);
H A Djoydev.c268 get_device(&joydev->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dpower_meter.c600 get_device(&obj->dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dbsg.c1029 bcd->parent = get_device(parent);

Completed in 337 milliseconds

12345