/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_host_common.h | 28 struct usbip_exported_device * (*get_device)( member 79 if (!hdriver->ops.get_device) in usbip_get_device() 81 return hdriver->ops.get_device(hdriver, num); in usbip_get_device()
|
H A D | usbip_host_driver.c | 48 .get_device = usbip_generic_get_device,
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ppc64_pseries-machine.c | 56 host->obj.get_device = QSPAPR_host_get_device; in qos_create_QSPAPR_host() 93 machine->obj.get_device = spapr_get_device; in qos_create_machine_spapr()
|
H A D | x86_64_pc-machine.c | 57 host->obj.get_device = i440FX_host_get_device; in qos_create_i440FX_host() 94 machine->obj.get_device = pc_get_device; in qos_create_machine_pc()
|
H A D | arm-imx25-pdk-machine.c | 75 machine->obj.get_device = imx25_pdk_get_device; in qos_create_machine_arm_imx25_pdk()
|
H A D | arm-smdkc210-machine.c | 74 machine->obj.get_device = smdkc210_get_device; in qos_create_machine_arm_smdkc210()
|
H A D | arm-sabrelite-machine.c | 74 machine->obj.get_device = sabrelite_get_device; in qos_create_machine_arm_sabrelite()
|
H A D | aarch64-xlnx-zcu102-machine.c | 75 machine->obj.get_device = xlnx_zcu102_get_device; in qos_create_machine_aarch64_xlnx_zcu102()
|
H A D | arm-raspi2-machine.c | 74 machine->obj.get_device = raspi2_get_device; in qos_create_machine_arm_raspi2()
|
H A D | arm-xilinx-zynq-a9-machine.c | 75 machine->obj.get_device = xilinx_zynq_a9_get_device; in qos_create_machine_arm_xilinx_zynq_a9()
|
H A D | arm-virt-machine.c | 86 machine->obj.get_device = virt_get_device; in qos_create_machine_arm_virt()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | dev-path-parser.c | 45 *child = get_device(phys_dev); in parse_acpi_path() 107 *child = get_device(parent); in parse_end_path()
|
/openbmc/qemu/tests/qtest/ |
H A D | rtl8139-test.c | 35 static QPCIDevice *get_device(void) in get_device() function 192 pcidev = get_device(); in test_init()
|
/openbmc/linux/drivers/media/platform/ti/omap/ |
H A D | omap_vout.c | 369 dssdev = ovl->get_device(ovl); in omapvid_init() 430 dssdev = ovl->get_device(ovl); in omapvid_apply_changes() 496 cur_display = ovl->get_device(ovl); in omap_vout_isr() 619 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out() 648 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out() 837 dssdev = ovl->get_device(ovl); in vidioc_s_selection() 1046 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1064 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1098 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_stop_streaming() 1202 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf() [all …]
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_unit.c | 59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan() 73 get_device(&unit->dev); in _zfcp_unit_find()
|
/openbmc/linux/drivers/base/test/ |
H A D | platform-device-test.c | 98 get_device(priv->dev); in platform_device_devm_register_get_unregister_with_devm_test() 192 get_device(priv->dev); in probed_platform_device_devm_register_get_unregister_with_devm_test()
|
/openbmc/linux/drivers/mcb/ |
H A D | mcb-core.c | 72 get_device(dev); in mcb_probe() 286 bus->carrier = get_device(carrier); in mcb_alloc_bus() 338 get_device(&bus->dev); in mcb_bus_get()
|
/openbmc/linux/drivers/base/power/ |
H A D | main.c | 295 parent = get_device(dev->parent); in dpm_wait_for_superior() 680 get_device(dev); in dpm_async_fn() 717 get_device(dev); in dpm_noirq_resume_devices() 850 get_device(dev); in dpm_resume_early() 1012 get_device(dev); in dpm_resume() 1102 get_device(dev); in dpm_complete() 1293 get_device(dev); in dpm_noirq_suspend_devices() 1478 get_device(dev); in dpm_suspend_late() 1759 get_device(dev); in dpm_suspend() 1896 get_device(dev); in dpm_prepare()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_internal.h | 56 get_device(fb_info->device); in fb_device_create()
|
/openbmc/u-boot/include/ |
H A D | ubi_uboot.h | 60 #define get_device(...) macro
|
/openbmc/linux/drivers/misc/ |
H A D | enclosure.c | 59 get_device(&edev->edev); in enclosure_find() 130 edev->edev.parent = get_device(dev); in enclosure_register() 302 cdev->parent = get_device(&edev->edev); in enclosure_component_alloc() 381 cdev->dev = get_device(dev); in enclosure_add_device()
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 854 get_device(supplier); in device_link_add() 857 get_device(consumer); in device_link_add() 1118 * This function does a get_device() to make sure the device is not freed while 1153 get_device(dev); in __device_links_queue_sync_state() 1609 get_device(consumer); in device_links_unbind_consumers() 1803 get_device(sup); in fw_devlink_dev_sync_state() 1994 par_dev = get_device(sup_dev->parent); in __fw_devlink_relax_cycles() 3093 get_device(dev); in klist_children_get() 3112 * may use @dev's fields. In particular, get_device()/put_device() 3548 dev = get_device(de in device_add() 3750 struct device *get_device(struct device *dev) get_device() function [all...] |
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | manager-sysfs.c | 31 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() 78 old_dssdev = mgr->get_device(mgr); in manager_display_store() 96 old_dssdev = mgr->get_device(mgr); in manager_display_store()
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | device.rst | 25 struct device * get_device(struct device * dev); 28 get_device() will return a pointer to the struct device passed to it
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | pci_dlpar.c | 86 get_device(&host_bridge->dev); in remove_phb_dynamic()
|