Searched refs:get_device (Results 1 - 25 of 80) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/power/
H A Dmain.c51 dev->power.pm_parent = get_device(parent);
H A Dresume.c88 get_device(dev);
H A Dsuspend.c162 get_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dbus-osm.c92 struct i2o_device *i2o_dev = to_i2o_device(get_device(dev));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdcore.c222 if (ret->get_device) {
223 err = ret->get_device(ret);
268 if (mtd->get_device) {
269 err = mtd->get_device(mtd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dcore.c442 if (get_device(dev)) {
457 if (get_device(dev)) {
526 get_device(dev);
658 dev = get_device(dev);
664 parent = get_device(dev->parent);
826 * get_device - increment reference count for device.
834 struct device * get_device(struct device * dev) function
1032 if (match(child, data) && get_device(child))
1052 EXPORT_SYMBOL_GPL(get_device); variable
1161 dev = get_device(de
[all...]
H A Ddriver.c86 if (match(dev, data) && get_device(dev))
H A Dattribute_container.c166 ic->classdev.dev = get_device(dev);
H A Ddd.c350 get_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-driver.c60 get_device(&rdev->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dglue.c141 return get_device(dev);
156 get_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhosts.c214 get_device(shost->shost_gendev.parent);
220 get_device(&shost->shost_gendev);
459 !get_device(&shost->shost_gendev))
H A Dscsi_scan.c258 sdev->sdev_gendev.parent = get_device(&starget->dev);
349 get_device(&found_starget->dev);
386 dev->parent = get_device(parent);
426 get_device(dev);
432 get_device(dev);
1809 sdev->sdev_gendev.parent = get_device(&starget->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Dclass.c197 if (get_device(&rtc->dev) != NULL) {
H A Dinterface.c180 dev = get_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice.c719 if (!get_device(&sch->dev)) {
763 other_sch = to_subchannel(get_device(cdev->dev.parent));
966 if (!get_device(&cdev->dev))
982 if (!get_device(&cdev->dev))
1041 NULL : to_subchannel(get_device(cdev->dev.parent));
1097 get_device(&cdev->dev);
H A Ddevice_fsm.c568 if (get_device(&sch->dev)) {
571 if (get_device(&cdev->dev)) {
657 if (css_init_done && !get_device(&cdev->dev))
692 if (get_device(&cdev->dev)) {
776 if (get_device(&cdev->dev)) {
813 if (get_device(&cdev->dev)) {
H A Dccwgroup.c211 get_device(&gdev->dev);
446 if (get_device(&gdev->dev)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_core.c40 get_device(dev);
318 get_device(&child->device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dusb.c341 get_device(&dev->dev);
374 get_device(&intf->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.c169 get_device(&h->device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c62 tmp = get_device(&dev->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpmag-ba-fb.c192 get_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c211 get_device(&zdev->ap_dev->device);
298 get_device(&zdev->ap_dev->device);
373 get_device(&zdev->ap_dev->device);
408 get_device(&zdev->ap_dev->device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dgluebi.c39 * implements the MTD get_device() operation. Returns zero in case of success
50 * get_device()/put_device() calls are already serialized at MTD.
290 mtd->get_device = gluebi_get_device;

Completed in 282 milliseconds

1234