Home
last modified time | relevance | path

Searched defs:pdev (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dtusb.c349 struct pci_dev *pdev = in test_find_hcd() local
388 struct pci_dev *pdev = ltp_usb.pdev; in test_hcd_probe() local
434 struct pci_dev *pdev = NULL; in test_hcd_remove() local
465 struct pci_dev *pdev = NULL; in test_hcd_suspend() local
492 struct pci_dev *pdev = NULL; in test_hcd_resume() local
Dst_tusb.h60 struct pci_dev *pdev; /* pci is typical */ member
102 struct pci_dev *pdev; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c47 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_queue_submit_batch() local
127 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; in panvk_queue_transfer_sync() local
170 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; in panvk_signal_event_syncobjs() local
205 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; in panvk_per_arch() local
Dpanvk_vX_image.c119 struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_per_arch() local
190 struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_per_arch() local
Dpanvk_device.c902 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_queue_init() local
1008 const struct panfrost_device *pdev = &physical_device->pdev; in panvk_CreateDevice() local
1086 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; in panvk_QueueWaitIdle() local
1381 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_CreateEvent() local
1409 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_DestroyEvent() local
1425 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_GetEventStatus() local
1454 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_SetEvent() local
1478 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_ResetEvent() local
Dpanvk_vX_meta_clear.c35 panvk_meta_clear_color_attachment_shader(struct panfrost_device *pdev, in panvk_meta_clear_color_attachment_shader()
78 panvk_meta_clear_color_attachment_emit_rsd(struct panfrost_device *pdev, in panvk_meta_clear_color_attachment_emit_rsd()
127 panvk_meta_clear_zs_attachment_emit_rsd(struct panfrost_device *pdev, in panvk_meta_clear_zs_attachment_emit_rsd()
270 struct panfrost_device *pdev = &dev->pdev; in panvk_meta_clear_attachment() local
Dpanvk_vX_shader.c95 panvk_lower_blend(struct panfrost_device *pdev, in panvk_lower_blend()
229 struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_per_arch() local
Dpanvk_vX_cs.c71 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_varying_hw_format() local
274 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_emit_attrib() local
624 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_per_arch() local
814 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_per_arch() local
Dpanvk_vX_meta_copy.c33 panvk_meta_copy_img_emit_texture(struct panfrost_device *pdev, in panvk_meta_copy_img_emit_texture()
51 panvk_meta_copy_img_emit_sampler(struct panfrost_device *pdev, in panvk_meta_copy_img_emit_sampler()
208 panvk_meta_copy_to_img_emit_rsd(struct panfrost_device *pdev, in panvk_meta_copy_to_img_emit_rsd()
289 panvk_meta_copy_to_buf_emit_rsd(struct panfrost_device *pdev, in panvk_meta_copy_to_buf_emit_rsd()
311 panvk_meta_copy_img2img_shader(struct panfrost_device *pdev, in panvk_meta_copy_img2img_shader()
579 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_meta_copy_img2img() local
868 panvk_meta_copy_buf2img_shader(struct panfrost_device *pdev, in panvk_meta_copy_buf2img_shader()
1241 panvk_meta_copy_img2buf_shader(struct panfrost_device *pdev, in panvk_meta_copy_img2buf_shader()
1467 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_meta_copy_img2buf() local
1627 panvk_meta_copy_buf2buf_shader(struct panfrost_device *pdev, in panvk_meta_copy_buf2buf_shader()
[all …]
Dpanvk_vX_meta_blit.c34 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_meta_blit() local
Dpanvk_image.c103 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_image_select_mod() local
Dpanvk_formats.c43 struct panfrost_device *pdev = &physical_device->pdev; in get_format_properties() local
Dpanvk_vX_descriptor_set.c515 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_desc() local
554 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_buf_desc() local
Dpanvk_vX_pipeline.c204 struct panfrost_device *pdev = in panvk_pipeline_builder_alloc_static_state_bo() local
539 struct panfrost_device *pdev = &builder->device->physical_device->pdev; in panvk_pipeline_builder_parse_color_blend() local
Dpanvk_vX_cmd_buffer.c104 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_per_arch() local
1331 const struct panfrost_device *pdev = in panvk_per_arch() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c92 dzn_physical_device_get_extensions(struct dzn_physical_device *pdev) in dzn_physical_device_get_extensions()
137 dzn_physical_device_destroy(struct dzn_physical_device *pdev) in dzn_physical_device_destroy()
264 dzn_physical_device_init_uuids(struct dzn_physical_device *pdev) in dzn_physical_device_init_uuids()
313 struct dzn_physical_device *pdev = in dzn_physical_device_create() local
369 dzn_physical_device_cache_caps(struct dzn_physical_device *pdev) in dzn_physical_device_cache_caps()
452 dzn_physical_device_init_memory(struct dzn_physical_device *pdev) in dzn_physical_device_init_memory()
520 dzn_physical_device_get_heap_flags_for_mem_type(const struct dzn_physical_device *pdev, in dzn_physical_device_get_heap_flags_for_mem_type()
527 dzn_physical_device_get_mem_type_mask_for_resource(const struct dzn_physical_device *pdev, in dzn_physical_device_get_mem_type_mask_for_resource()
570 dzn_physical_device_get_d3d12_dev(struct dzn_physical_device *pdev) in dzn_physical_device_get_d3d12_dev()
588 dzn_physical_device_get_format_support(struct dzn_physical_device *pdev, in dzn_physical_device_get_format_support()
[all …]
Ddzn_image.c74 struct dzn_physical_device *pdev = in dzn_image_create() local
599 const struct dzn_physical_device *pdev = in dzn_image_formats_are_compatible() local
738 struct dzn_physical_device *pdev = in dzn_GetImageMemoryRequirements2() local
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c579 struct pci_dev *pdev; // = (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_pci_find_device() local
619 static int __init agp_test_probe(struct pci_dev *pdev, in agp_test_probe()
628 static void __devexit agp_test_remove(struct pci_dev *pdev) in agp_test_remove()
/third_party/libdrm/nouveau/
Dnouveau.c371 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, in nouveau_device_open_existing()
379 void *data, uint32_t size, struct nouveau_device **pdev) in nouveau_device_new()
472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap()
500 nouveau_device_open(const char *busid, struct nouveau_device **pdev) in nouveau_device_open()
512 nouveau_device_del(struct nouveau_device **pdev) in nouveau_device_del()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c287 static void get_caps(struct udev_device *dev, struct udev_device *pdev, const char *attr, unsigned … in get_caps()
321 struct udev_device *pdev; in guess_device_class() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c158 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, in radv_are_formats_dcc_compatible()
568 radv_image_get_plane_format(const struct radv_physical_device *pdev, const struct radv_image *image, in radv_image_get_plane_format()
1594 radv_get_internal_plane_count(const struct radv_physical_device *pdev, VkFormat fmt) in radv_get_internal_plane_count()
1602 radv_image_reset_layout(const struct radv_physical_device *pdev, struct radv_image *image) in radv_image_reset_layout()
1781 const struct radv_physical_device *pdev = dev->physical_device; in radv_select_modifier() local
Dradv_perfcounter.c217 radv_query_perfcounter_descs(struct radv_physical_device *pdev, uint32_t *count, in radv_query_perfcounter_descs()
297 radv_init_perfcounter_descs(struct radv_physical_device *pdev) in radv_init_perfcounter_descs()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc291 Device::Device(ID3D11Device* pdev, ID3D11DeviceContext* pctx) in Device()
310 ID3D11Device* pdev = nullptr; in create() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_buffer.c160 struct vn_physical_device *pdev = dev->physical_device; in vn_buffer_get_max_buffer_size() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h151 VkPhysicalDevice pdev; member

12