Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/
H A D32bit.patch49 - vmaDestroyBuffer(get_device().get_memory_allocator(), get_handle(), allocation);
50 + vmaDestroyBuffer(get_device().get_memory_allocator(), static_cast<VkBuffer>(get_handle()), alloc…
84 - vmaDestroyImage(get_device().get_memory_allocator(), get_handle(), memory);
85 + vmaDestroyImage(get_device().get_memory_allocator(), static_cast<VkImage>(get_handle()), memory);
95get_device()->get_gpu().get_memory_type(memory_requirements.memoryTypeBits, vk::MemoryPropertyFlag…
96 texture.device_memory = get_device()->get_handle().allocateMemory(memory_allocate_info);
97 - VK_CHECK(vkBindImageMemory(get_device()->get_handle(), texture.image, texture.device_memory, 0));
98 + get_device()->get_handle().bindImageMemory(texture.image, texture.device_memory, 0);
100 …vk::CommandBuffer copy_command = get_device()->create_command_buffer(vk::CommandBufferLevel::ePrim…
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h28 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 Dusbip_host_driver.c48 .get_device = usbip_generic_get_device,
/openbmc/qemu/tests/qtest/libqos/
H A Dppc64_pseries-machine.c56 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 Dx86_64_pc-machine.c57 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 Darm-n800-machine.c75 machine->obj.get_device = n800_get_device; in qos_create_machine_arm_n800()
H A Darm-imx25-pdk-machine.c75 machine->obj.get_device = imx25_pdk_get_device; in qos_create_machine_arm_imx25_pdk()
H A Darm-smdkc210-machine.c74 machine->obj.get_device = smdkc210_get_device; in qos_create_machine_arm_smdkc210()
H A Darm-xilinx-zynq-a9-machine.c75 machine->obj.get_device = xilinx_zynq_a9_get_device; in qos_create_machine_arm_xilinx_zynq_a9()
H A Darm-raspi2-machine.c74 machine->obj.get_device = raspi2_get_device; in qos_create_machine_arm_raspi2()
H A Daarch64-xlnx-zcu102-machine.c75 machine->obj.get_device = xlnx_zcu102_get_device; in qos_create_machine_aarch64_xlnx_zcu102()
H A Darm-sabrelite-machine.c74 machine->obj.get_device = sabrelite_get_device; in qos_create_machine_arm_sabrelite()
H A Darm-virt-machine.c86 machine->obj.get_device = virt_get_device; in qos_create_machine_arm_virt()
/openbmc/linux/drivers/firmware/efi/
H A Ddev-path-parser.c45 *child = get_device(phys_dev); in parse_acpi_path()
107 *child = get_device(parent); in parse_end_path()
/openbmc/qemu/tests/qtest/
H A Drtl8139-test.c35 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 Domap_vout.c369 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()
1202 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf()
1654 dssdev = ovl->get_device(ovl); in omap_vout_probe()
[all …]
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_unit.c59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan()
73 get_device(&unit->dev); in _zfcp_unit_find()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_internal.h56 get_device(fb_info->device); in fb_device_create()
/openbmc/u-boot/include/
H A Dubi_uboot.h60 #define get_device(...) macro
/openbmc/linux/drivers/base/test/
H A Dplatform-device-test.c98 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 Dmcb-core.c72 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 Dmain.c295 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/misc/
H A Denclosure.c59 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 Dcore.c854 get_device(supplier); in device_link_add()
857 get_device(consumer); in device_link_add()
1152 get_device(dev); in __device_links_queue_sync_state()
1608 get_device(consumer); in device_links_unbind_consumers()
1802 get_device(sup); in fw_devlink_dev_sync_state()
3085 get_device(dev); in klist_children_get()
3540 dev = get_device(dev); in device_add()
4489 dev = get_device(dev); in device_rename()
4556 dev = get_device(dev); in device_move()
4696 dev = get_device(dev); in device_change_owner()
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c86 get_device(&host_bridge->dev); in remove_phb_dynamic()

12345678910>>...13