/linux-4.4.14/drivers/base/power/ |
D | main.c | 561 get_device(dev); in dpm_resume_noirq() 568 get_device(dev); in dpm_resume_noirq() 684 get_device(dev); in dpm_resume_early() 691 get_device(dev); in dpm_resume_early() 854 get_device(dev); in dpm_resume() 861 get_device(dev); in dpm_resume() 952 get_device(dev); in dpm_complete() 1088 get_device(dev); in device_suspend_noirq() 1118 get_device(dev); in dpm_suspend_noirq() 1234 get_device(dev); in device_suspend_late() [all …]
|
/linux-4.4.14/drivers/nvdimm/ |
D | claim.c | 39 get_device(&ndns->dev); in nd_detach_ndns() 56 get_device(&attach->dev); in __nd_attach_ndns()
|
D | dimm.c | 40 get_device(dev); in nvdimm_probe()
|
D | bus.c | 178 get_device(dev); in __nd_device_register() 194 get_device(dev); in nd_device_unregister()
|
D | region_devs.c | 699 get_device(&nvdimm->dev); in nd_region_create()
|
/linux-4.4.14/block/ |
D | bsg-lib.c | 144 get_device(job->dev); in bsg_create_job() 170 if (!get_device(dev)) in bsg_request_fn()
|
D | genhd.c | 75 get_device(part_to_dev(part)); in disk_get_part() 167 get_device(part_to_dev(part)); in disk_part_iter_next()
|
D | bsg.c | 1010 bcd->parent = get_device(parent); in bsg_register_queue()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_unit.c | 57 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan() 71 get_device(&unit->dev); in _zfcp_unit_find()
|
D | zfcp_aux.c | 193 if (!get_device(&port->dev)) in zfcp_get_port_by_wwpn() 341 if (!get_device(&ccw_device->dev)) in zfcp_adapter_enqueue()
|
D | zfcp_fc.c | 448 get_device(&port->dev); in zfcp_fc_trigger_did_lookup() 559 get_device(&port->dev); in zfcp_fc_link_test_work() 591 get_device(&port->dev); in zfcp_fc_test_link()
|
D | zfcp_scsi.c | 587 get_device(&port->dev); in zfcp_scsi_schedule_rport_register() 596 get_device(&port->dev); in zfcp_scsi_schedule_rport_block()
|
D | zfcp_erp.c | 206 if (!get_device(&port->dev)) in zfcp_erp_setup_act()
|
D | zfcp_fsf.c | 1463 get_device(&port->dev); in zfcp_fsf_open_port()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy.c | 160 get_device(phy->dev); in usb_get_phy() 218 get_device(phy->dev); in devm_usb_get_phy_by_node() 294 get_device(phy->dev); in usb_get_phy_dev()
|
D | phy-isp1301-omap.c | 329 (void) get_device(&isp->client->dev); in isp1301_defer_work()
|
/linux-4.4.14/drivers/base/ |
D | core.c | 669 get_device(dev); in klist_children_get() 1032 dev = get_device(dev); in device_add() 1063 parent = get_device(dev->parent); in device_add() 1201 struct device *get_device(struct device *dev) in get_device() function 1205 EXPORT_SYMBOL_GPL(get_device); 1463 if (match(child, data) && get_device(child)) in device_find_child() 1907 dev = get_device(dev); in device_rename() 1967 dev = get_device(dev); in device_move() 1972 new_parent = get_device(new_parent); in device_move() 2060 parent = get_device(dev->parent); in device_shutdown() [all …]
|
D | dd.c | 83 get_device(dev); in deferred_probe_work_func() 582 get_device(dev); in __device_attach() 747 get_device(dev); in driver_detach()
|
D | attribute_container.c | 36 get_device(&ic->classdev); in internal_container_klist_get() 167 ic->classdev.parent = get_device(dev); in attribute_container_add_device()
|
D | driver.c | 90 if (match(dev, data) && get_device(dev)) in driver_find_device()
|
D | class.c | 156 get_device(dev); in klist_class_dev_get() 430 get_device(dev); in class_find_device()
|
D | bus.c | 348 if (match(dev, data) && get_device(dev)) in bus_find_device() 401 if (dev && dev->id == id && get_device(dev)) { in subsys_find_device_by_id() 410 if (dev->id == id && get_device(dev)) { in subsys_find_device_by_id() 858 get_device(dev); in klist_devices_get()
|
D | devcoredump.c | 262 devcd->failing_dev = get_device(dev); in dev_coredumpm()
|
D | firmware_class.c | 1336 get_device(fw_work->device); in request_firmware_nowait()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | usb-musb.c | 102 get_device(dev); in usb_musb_init()
|
/linux-4.4.14/drivers/uwb/ |
D | umc-dev.c | 90 dev = get_device(&umc->dev); in umc_device_unregister()
|
D | umc-bus.c | 143 get_device(dev); in umc_device_probe()
|
/linux-4.4.14/drivers/misc/ |
D | enclosure.c | 70 get_device(&edev->edev); in enclosure_find() 141 edev->edev.parent = get_device(dev); in enclosure_register() 313 cdev->parent = get_device(&edev->edev); in enclosure_component_alloc() 391 cdev->dev = get_device(dev); in enclosure_add_device()
|
D | tifm_core.c | 79 get_device(dev); in tifm_device_probe()
|
/linux-4.4.14/include/linux/iio/ |
D | trigger.h | 92 get_device(&trig->dev); in iio_trigger_get()
|
D | iio.h | 562 return indio_dev ? dev_to_iio_dev(get_device(&indio_dev->dev)) : NULL; in iio_device_get()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 445 dssdev = ovl->get_device(ovl); in omapvid_init() 506 dssdev = ovl->get_device(ovl); in omapvid_apply_changes() 574 cur_display = ovl->get_device(ovl); in omap_vout_isr() 950 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_release() 1091 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out() 1122 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out() 1295 dssdev = ovl->get_device(ovl); in vidioc_s_crop() 1668 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamon() 1705 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamoff() 1870 struct omap_dss_device *display = ovl->get_device(ovl); in omap_vout_setup_video_data() [all …]
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 25 struct device * get_device(struct device * dev); 28 get_device() will return a pointer to the struct device passed to it
|
/linux-4.4.14/include/linux/uwb/ |
D | umc.h | 159 get_device(&umc_dev->dev); in umc_dev_get()
|
/linux-4.4.14/drivers/scsi/ |
D | hosts.c | 258 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma() 266 get_device(&shost->shost_gendev); in scsi_add_host_with_dma() 585 !get_device(&shost->shost_gendev)) in scsi_host_get()
|
D | scsi_scan.c | 242 sdev->sdev_gendev.parent = get_device(&starget->dev); in scsi_alloc_sdev() 364 get_device(&found_starget->dev); in __scsi_find_target() 432 dev->parent = get_device(parent); in scsi_alloc_target() 466 get_device(dev); in scsi_alloc_target()
|
D | scsi_transport_sas.c | 729 phy->dev.parent = get_device(parent); in sas_phy_alloc() 918 port->dev.parent = get_device(parent); in sas_port_alloc() 1079 get_device(&phy->dev); in sas_port_get_phy() 1481 rdev->rphy.dev.parent = get_device(&parent->dev); in sas_end_device_alloc() 1525 rdev->rphy.dev.parent = get_device(&parent->dev); in sas_expander_alloc()
|
D | scsi_dh.c | 299 if (!sdev || !get_device(&sdev->sdev_gendev)) in get_sdev_from_queue()
|
D | raid_class.c | 240 rc->dev.parent = get_device(component_dev); in raid_component_add()
|
D | scsi_transport_srp.c | 701 get_device(&rport->dev); in srp_rport_get() 738 rport->dev.parent = get_device(parent); in srp_rport_add()
|
D | scsi_transport_fc.c | 2653 get_device(&shost->shost_gendev); /* for fc_host->rport list */ in fc_rport_create() 2659 dev->parent = get_device(&shost->shost_gendev); /* parent reference */ in fc_rport_create() 3386 get_device(&shost->shost_gendev); /* for fc_host->vport list */ in fc_vport_setup() 3392 dev->parent = get_device(pdev); /* takes parent reference */ in fc_vport_setup() 3748 get_device(job->dev); /* take a reference for the request */ in fc_req_to_bsgjob() 3863 get_device(&rport->dev); in fc_bsg_goose_queue() 3940 if (!get_device(dev)) in fc_bsg_request_handler()
|
D | scsi.c | 916 if (!get_device(&sdev->sdev_gendev)) in scsi_device_get()
|
D | sd.c | 578 get_device(&sdkp->dev); in scsi_disk_get() 3110 get_device(dev); in sd_probe() 3113 get_device(&sdkp->dev); /* prevent release before async_schedule */ in sd_probe()
|
D | scsi_lib.c | 1198 if (!get_device(&sdev->sdev_gendev)) in scsi_get_cmd_from_req() 1982 if (!get_device(&sdev->sdev_gendev)) in scsi_queue_rq()
|
D | scsi_sysfs.c | 1275 sdev->sdev_dev.parent = get_device(&sdev->sdev_gendev); in scsi_sysfs_device_initialize()
|
D | scsi_transport_iscsi.c | 760 iface->dev.parent = get_device(&shost->shost_gendev); in iscsi_create_iface() 2272 if (!get_device(&session->dev)) in iscsi_create_conn()
|
D | libiscsi.c | 1383 dev = get_device(&conn->cls_conn->dev); in iscsi_session_failure()
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_uld.c | 145 get_device(&oud->class_dev); in osd_uld_open() 336 get_device(&oud->class_dev); in osduld_put_device() 503 get_device(&oud->class_dev); in osd_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | manager-sysfs.c | 41 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() 88 old_dssdev = mgr->get_device(mgr); in manager_display_store() 106 old_dssdev = mgr->get_device(mgr); in manager_display_store()
|
D | display.c | 191 if (get_device(dssdev->dev) == NULL) { in omap_dss_get_device()
|
D | apply.c | 1625 mgr->get_device = &dss_mgr_get_device; in omapdss_compat_init() 1639 ovl->get_device = &dss_ovl_get_device; in omapdss_compat_init()
|
/linux-4.4.14/drivers/acpi/ |
D | glue.c | 184 get_device(&acpi_dev->dev); in acpi_bind_one() 185 get_device(dev); in acpi_bind_one()
|
D | proc.c | 52 ldev = get_device(entry->dev); in acpi_system_wakeup_device_seq_show()
|
D | pci_slot.c | 151 get_device(&pci_bus->dev); in register_slot()
|
D | acpi_ipmi.c | 139 ipmi_device->dev = get_device(dev); in ipmi_dev_alloc()
|
D | device_sysfs.c | 386 get_device(&acpi_device->dev); in acpi_eject_store()
|
D | bus.c | 788 get_device(dev); in acpi_device_probe()
|
D | scan.c | 586 get_device(&((struct acpi_device *)dev)->dev); in get_acpi_device()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_api.c | 266 get_device(&zdev->ap_dev->device); in zcrypt_device_register() 445 get_device(&zdev->ap_dev->device); in zcrypt_rsa_modexpo() 529 get_device(&zdev->ap_dev->device); in zcrypt_rsa_crt() 564 get_device(&zdev->ap_dev->device); in zcrypt_send_cprb() 648 get_device(&zdev->ap_dev->device); in zcrypt_send_ep11_cprb() 680 get_device(&zdev->ap_dev->device); in zcrypt_rng()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_nodeqp.h | 210 spdev_ret = get_device(&spdev->dev); in scif_get_peer_dev()
|
D | scif_peer_bus.c | 58 get_device(&spdev->dev); in scif_peer_initialize_device()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | build.c | 271 get_device(&ubi->dev); in ubi_get_device() 308 get_device(&ubi->dev); in ubi_get_by_major() 536 get_device(&ubi->dev); in uif_init() 1041 get_device(&ubi->dev); in ubi_attach_mtd_dev() 1119 get_device(&ubi->dev); in ubi_detach_mtd_dev()
|
D | kapi.c | 197 get_device(&vol->dev); in ubi_open_volume()
|
D | vmt.c | 326 get_device(&vol->dev); in ubi_create_volume()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe.c | 284 get_device(&dev->dev); in xenbus_dev_shutdown() 331 get_device(dev); in cmp_dev() 363 get_device(dev); in cleanup_dev()
|
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 417 get_device(&phy->dev); in of_phy_get() 523 get_device(&phy->dev); in phy_get() 667 get_device(&phy->dev); in devm_of_phy_get_by_index()
|
/linux-4.4.14/drivers/ata/ |
D | libata-transport.c | 287 dev->parent = get_device(parent); in ata_tport_add() 413 dev->parent = get_device(&ap->tdev); in ata_tlink_add() 664 dev->parent = get_device(&link->tdev); in ata_tdev_add()
|
/linux-4.4.14/drivers/rapidio/ |
D | rio-driver.c | 60 get_device(&rdev->dev); in rio_dev_get()
|
/linux-4.4.14/drivers/s390/net/ |
D | smsgiucv_app.c | 102 dev = get_device(smsg_app_dev); in smsg_event_work_fn()
|
D | ctcm_main.c | 1320 if (!get_device(&cgdev->dev)) in ctcm_probe_device()
|
D | lcs.c | 2068 if (!get_device(&ccwgdev->dev)) in lcs_probe_device()
|
D | qeth_core_main.c | 5540 if (!get_device(dev)) in qeth_core_probe_device()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 158 return ovl->get_device(ovl); in fb2display()
|
/linux-4.4.14/sound/aoa/soundbus/ |
D | core.c | 22 tmp = get_device(&dev->ofdev.dev); in soundbus_dev_get()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-dev.c | 82 get_device(chip->pdev); in tpm_open()
|
/linux-4.4.14/include/linux/spi/ |
D | spi.h | 184 return (spi && get_device(&spi->dev)) ? spi : NULL; in spi_dev_get() 548 if (!master || !get_device(&master->dev)) in spi_master_get()
|
/linux-4.4.14/drivers/ntb/ |
D | ntb.c | 200 get_device(dev); in ntb_probe()
|
D | ntb_transport.c | 268 get_device(dev); in ntb_transport_bus_probe()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | main.c | 149 get_device(&adapter->dev); in get_cxl_adapter()
|
D | api.c | 28 get_device(&afu->dev); in cxl_dev_context_init()
|
D | file.c | 70 get_device(&afu->dev); in __afu_open()
|
/linux-4.4.14/drivers/firewire/ |
D | core.h | 140 get_device(&device->device); in fw_device_get()
|
/linux-4.4.14/sound/core/ |
D | sound_oss.c | 52 get_device(&mreg->card_ptr->card_dev); in snd_lookup_oss_minor_data()
|
D | sound.c | 121 get_device(&mreg->card_ptr->card_dev); in snd_lookup_minor_data()
|
D | init.c | 926 get_device(&card->card_dev); in snd_card_file_add()
|
D | timer.c | 296 get_device(&timer->card->card_dev); in snd_timer_open()
|
/linux-4.4.14/drivers/s390/cio/ |
D | ccwgroup.c | 418 get_device(&gdev->dev); in ccwgroup_notifier() 633 get_device(&gdev->dev); in ccwgroup_remove_ccwdev()
|
D | device.c | 408 if (!get_device(&cdev->dev)) in ccw_device_set_online() 786 if (!get_device(&sch->dev)) { in io_subchannel_initialize_dev() 903 if (!get_device(cdev->dev.parent)) in ccw_device_call_sch_unregister() 960 if (!get_device(&sch->dev)) in ccw_device_move_to_sch() 1609 get_device(&cdev->dev); in ccw_device_enable_console() 2135 if (!get_device(&cdev->dev)) in ccw_device_sched_todo()
|
D | css.c | 457 if (!get_device(&sch->dev)) in css_sched_sch_todo()
|
D | cmf.c | 1211 get_device(&cdev->dev); in enable_cmf()
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 49 msm_dsi->phy_dev = get_device(&phy_pdev->dev); in dsi_get_phy()
|
/linux-4.4.14/drivers/of/ |
D | device.c | 39 tmp = get_device(&dev->dev); in of_dev_get()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pmag-ba-fb.c | 213 get_device(dev); in pmagbafb_probe()
|
D | pmagb-b-fb.c | 324 get_device(dev); in pmagbbfb_probe()
|
D | tgafb.c | 146 get_device(dev); in tgafb_tc_register()
|
/linux-4.4.14/drivers/media/ |
D | media-devnode.c | 175 get_device(&mdev->dev); in media_open()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 252 get_device(dev->dev); in udl_gem_prime_import()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-device.c | 42 get_device(dev); in v4l2_device_register()
|
D | v4l2-async.c | 218 d = get_device(sd->dev); in v4l2_async_notifier_unregister()
|
D | videobuf2-dma-contig.c | 159 buf->dev = get_device(dev); in vb2_dc_alloc()
|
D | videobuf2-dma-sg.c | 143 buf->dev = get_device(conf->dev); in vb2_dma_sg_alloc()
|
D | v4l2-dev.c | 161 get_device(&vdev->dev); in video_get()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 288 get_device(dev); in xgbe_of_get_phy_pdev() 327 get_device(pdata->dev); in xgbe_get_phy_pdev()
|
/linux-4.4.14/drivers/usb/core/ |
D | usb.c | 535 get_device(&dev->dev); in usb_get_dev() 569 get_device(&intf->dev); in usb_get_intf()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_cis.c | 378 get_device(&func->card->dev); in sdio_read_func_cis()
|
/linux-4.4.14/drivers/staging/iio/accel/ |
D | sca3000_ring.c | 59 dev_err(get_device(&st->us->dev), "problem reading register"); in sca3000_read_data()
|
/linux-4.4.14/net/ieee802154/ |
D | nl-phy.c | 295 get_device(&phy->dev); in ieee802154_del_iface()
|
D | nl-mac.c | 98 get_device(&phy->dev); in ieee802154_nl_fill_iface() 506 get_device(&phy->dev); in ieee802154_set_macparams()
|
/linux-4.4.14/drivers/mcb/ |
D | mcb-core.c | 243 get_device(&bus->dev); in mcb_bus_get()
|
/linux-4.4.14/drivers/pci/ |
D | bus.c | 379 get_device(&bus->dev); in pci_bus_get()
|
D | probe.c | 743 child->bridge = get_device(&bridge->dev); in pci_alloc_child_bus() 2133 b->bridge = get_device(&bridge->dev); in pci_create_root_bus()
|
D | pci-driver.c | 1378 get_device(&dev->dev); in pci_dev_get()
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_virtio.c | 339 get_device(&rproc->dev); in rproc_add_virtio_dev()
|
D | remoteproc_core.c | 1195 get_device(&rproc->dev); in rproc_get_by_phandle()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorbus_main.c | 738 get_device(&dev->device); in dev_start_periodic_work() 771 get_device(&dev->device); in visordriver_probe_device() 989 get_device(&dev->device); in create_visor_device()
|
/linux-4.4.14/include/linux/ |
D | input.h | 339 return dev ? to_input_dev(get_device(&dev->dev)) : NULL; in input_get_device()
|
D | firewire.h | 236 get_device(&unit->device); in fw_unit_get()
|
D | uwb.h | 484 get_device(&uwb_dev->dev); in uwb_dev_get()
|
D | device.h | 1079 extern struct device *get_device(struct device *dev);
|
/linux-4.4.14/drivers/ide/ |
D | ide.c | 76 if (!get_device(&drive->gendev)) in ide_device_get()
|
D | ide-gd.c | 43 get_device(&idkp->dev); in ide_disk_get()
|
D | ide-cd.c | 68 get_device(&cd->dev); in ide_cd_get()
|
D | ide-tape.c | 247 get_device(&tape->dev); in ide_tape_get()
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 68 tmp = get_device(&dev->dev); in gio_dev_get()
|
/linux-4.4.14/drivers/pci/pcie/ |
D | portdrv_core.c | 508 get_device(dev); in pcie_port_probe_service()
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 444 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl); member 498 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr); member
|
/linux-4.4.14/drivers/input/serio/ |
D | serio_raw.c | 312 get_device(&serio->dev); in serio_raw_connect()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | tiocx.c | 215 get_device(&cx_dev->dev); in cx_device_register()
|
/linux-4.4.14/net/dsa/ |
D | dsa.c | 548 get_device(parent); in dev_find_class() 741 cd->host_dev = get_device(&mdio_bus->dev); in dsa_of_probe()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_buf.c | 109 bm->dma_hw_dev = get_device(dev->hw_dev); in __comedi_buf_alloc()
|
D | drivers.c | 65 dev->hw_dev = get_device(hw_dev); in comedi_set_hw_dev()
|
D | comedi_fops.c | 2773 dev->class_dev = get_device(csdev); in comedi_alloc_board_minor()
|
/linux-4.4.14/drivers/ipack/ |
D | ipack.c | 480 get_device(&dev->dev); in ipack_get_device()
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-trigger.c | 484 get_device(&trig->dev); in viio_trigger_alloc()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_disc.c | 281 tgt->dev.parent = get_device(&snic->shost->shost_gendev); in snic_tgt_create()
|
/linux-4.4.14/drivers/amba/ |
D | bus.c | 600 get_device(dev); in amba_find_match()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_pci_common.c | 548 struct device *dev = get_device(&vp_dev->vdev.dev); in virtio_pci_remove()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | mite.c | 188 ring->hw_dev = get_device(&mite->pcidev->dev); in mite_alloc_ring()
|
/linux-4.4.14/drivers/memstick/core/ |
D | memstick.c | 92 get_device(dev); in memstick_device_probe()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_discover.c | 157 get_device(&dev->rphy->dev); in sas_get_port_device()
|
D | sas_expander.c | 821 get_device(&rphy->dev); in sas_ex_discover_end_dev() 845 get_device(&rphy->dev); in sas_ex_discover_end_dev() 949 get_device(&rphy->dev); in sas_ex_discover_expander()
|
D | sas_scsi_host.c | 408 get_device(&phy->dev); in sas_get_local_phy()
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 870 get_device(&cdev->dev); in raw3270_create_device() 1353 get_device(&rp->cdev->dev); in raw3270_init()
|
D | vmur.c | 115 get_device(&cdev->dev); in urdev_alloc()
|
/linux-4.4.14/drivers/pcmcia/ |
D | ds.c | 221 tmp_dev = get_device(&p_dev->dev); in pcmcia_get_dev() 262 dev = get_device(dev); in pcmcia_device_probe()
|
D | cs.c | 78 struct device *dev = get_device(&skt->dev); in pcmcia_get_socket()
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 94 get_device(dev); in alarmtimer_rtc_add_device()
|
/linux-4.4.14/drivers/hv/ |
D | channel_mgmt.c | 601 dev = get_device(&channel->device_obj->device); in vmbus_onoffer_rescind()
|
/linux-4.4.14/drivers/macintosh/ |
D | macio_asic.c | 58 tmp = get_device(&dev->ofdev.dev); in macio_dev_get()
|
/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 501 (void)get_device(&mc_dev->dev); in fsl_mc_device_add()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 855 get_device(&bus->dev); in acpiphp_enumerate_slots()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | drivers.c | 892 get_device(&root); in init_parisc_bus()
|
/linux-4.4.14/drivers/misc/mei/ |
D | bus.c | 735 get_device(bus->dev); in mei_dev_bus_get()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 919 get_device(&conn->dev); in hci_conn_get() 985 get_device(&d->dev); in hci_dev_hold()
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 256 get_device(dev)); in dmar_insert_dev_scope() 719 get_device(&adev->dev)); in dmar_acpi_insert_dev_scope()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon.c | 989 if (IS_ERR_OR_NULL(get_device(&edev->dev))) { in extcon_dev_unregister()
|
/linux-4.4.14/drivers/hwmon/ |
D | acpi_power_meter.c | 609 get_device(&obj->dev); in read_domain_devices()
|
/linux-4.4.14/drivers/s390/block/ |
D | dcssblk.c | 656 get_device(&dev_info->dev); in dcssblk_add_store()
|
D | dasd_devmap.c | 560 get_device(&cdev->dev); in dasd_create_device()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 651 class_dev->parent = get_device(&usb_dev->dev); in class_dev_create()
|
/linux-4.4.14/drivers/net/phy/ |
D | phy_device.c | 637 get_device(d); in phy_attach_direct()
|
D | dp83640.c | 1050 get_device(&bus->dev); in dp83640_clock_init()
|
/linux-4.4.14/drivers/parport/ |
D | share.c | 377 struct device *dev = get_device(&port->bus_dev); in parport_get_port()
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 954 get_device(&mousedev->dev); in mixdev_add_device()
|
/linux-4.4.14/drivers/regulator/ |
D | core.c | 1456 get_device(&map->regulator->dev)) { in regulator_dev_lookup() 1496 get_device(&r->dev); in regulator_resolve_supply() 1576 get_device(&rdev->dev); in _regulator_get()
|
/linux-4.4.14/drivers/ssb/ |
D | main.c | 115 get_device(dev->dev); in ssb_device_get()
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 1933 if (client && get_device(&client->dev)) in i2c_use_client() 2545 get_device(&adapter->dev); in i2c_get_adapter()
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | core.c | 853 get_device(&session->hid->dev); in hidp_session_dev_add()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | declance.c | 1346 get_device(dev); in dec_lance_tc_probe()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vio.c | 1273 devptr = get_device(dev); in vio_bus_remove()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1061 get_device(data->dev); in get_smi_info()
|
D | ipmi_si_intf.c | 1275 get_device(smi->dev); in get_smi_info()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 3318 dev->dev = get_device(&pdev->dev); in nvme_probe() 3336 get_device(dev->device); in nvme_probe()
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 458 get_device(buf->dev); in alloc_buf()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 2032 get_device(icd->pdev); in soc_camera_host_unregister()
|
/linux-4.4.14/drivers/net/fddi/ |
D | defxx.c | 3817 get_device(dev); in dfx_dev_register()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 560 (void) get_device(&rbd_dev->dev); in rbd_open()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 4719 } else if (get_device(&rport->dev)) { in ibmvfc_rport_add_thread()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 3930 if (!rport || !get_device(&rport->dev)) { in lpfc_register_remote_port()
|