Home
last modified time | relevance | path

Searched defs:dev (Results 101 – 125 of 688) sorted by relevance

12345678910>>...28

/third_party/skia/tests/
DDeviceTest.cpp26 static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, const SkBitmap& bm) { in MakeSpecial()
30 static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, SkImage* img) { in MakeSpecial()
34 static sk_sp<SkSpecialImage> SnapSpecial(SkBaseDevice* dev) { in SnapSpecial()
/third_party/mesa3d/src/intel/isl/
Disl_gfx12.c40 isl_gfx125_filter_tiling(const struct isl_device *dev, in isl_gfx125_filter_tiling()
103 isl_gfx125_choose_image_alignment_el(const struct isl_device *dev, in isl_gfx125_choose_image_alignment_el()
198 isl_gfx12_choose_image_alignment_el(const struct isl_device *dev, in isl_gfx12_choose_image_alignment_el()
/third_party/ffmpeg/fftools/
Dffmpeg_hw.c106 HWDevice *dev, *src; in hw_device_init_from_string() local
236 HWDevice *dev; in hw_device_init_from_type() local
289 HWDevice *dev; in hw_device_match_by_codec() local
307 HWDevice *dev = NULL; in hw_device_setup_for_decode() local
422 HWDevice *dev = NULL; in hw_device_setup_for_encode() local
527 HWDevice *dev; in hw_device_setup_for_filter() local
/third_party/libinput/test/
Dtest-misc.c157 struct litest_device *dev = litest_current_device(); in START_TEST() local
211 struct litest_device *dev = litest_current_device(); in START_TEST() local
263 struct litest_device *dev = litest_current_device(); in START_TEST() local
307 struct litest_device *dev = litest_current_device(); in START_TEST() local
359 struct litest_device *dev = litest_current_device(); in START_TEST() local
412 struct litest_device *dev = litest_current_device(); in START_TEST() local
460 struct litest_device *dev = litest_current_device(); in START_TEST() local
504 struct litest_device *dev = litest_current_device(); in START_TEST() local
673 struct litest_device *dev = litest_current_device(); in START_TEST() local
711 struct litest_device *dev = litest_current_device(); in START_TEST() local
[all …]
Dlitest-device-protocol-a-touch-screen.c43 struct protocolA_device *dev = zalloc(sizeof(*dev)); in protocolA_create() local
55 struct protocolA_device *dev = d->private; in protocolA_down() local
100 struct protocolA_device *dev = d->private; in protocolA_move() local
140 struct protocolA_device *dev = d->private; in protocolA_up() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c21 tu_spirv_to_nir(struct tu_device *dev, in tu_spirv_to_nir()
127 lower_load_push_constant(struct tu_device *dev, in lower_load_push_constant()
231 lower_ssbo_ubo_intrinsic(struct tu_device *dev, in lower_ssbo_ubo_intrinsic()
324 build_bindless(struct tu_device *dev, nir_builder *b, in build_bindless()
385 lower_image_deref(struct tu_device *dev, nir_builder *b, in lower_image_deref()
396 struct tu_device *dev, in lower_intrinsic()
530 lower_tex(nir_builder *b, nir_tex_instr *tex, struct tu_device *dev, in lower_tex()
561 struct tu_device *dev; member
632 tu_lower_io(nir_shader *shader, struct tu_device *dev, in tu_lower_io()
720 tu_shader_create(struct tu_device *dev, in tu_shader_create()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.c554 static int audio_set_endpoint_req(struct usbdev_s *dev, struct usbdev_req_s *req, in audio_set_endpoint_req()
581 static int audio_get_endpoint_req(struct usbdev_s *dev, struct usbdev_req_s *req, in audio_get_endpoint_req()
615 static void fuac_source_free(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in fuac_source_free()
631 static int usbclass_uac_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_uac_bind()
707 static int usbclass_uac_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_uac_unbind()
738 static int usbclass_uac_set_alt(struct uac_dev_s *dev, unsigned intf, unsigned alt) in usbclass_uac_set_alt()
756 static int usbclass_uac_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, in usbclass_uac_setup()
823 static void usbclass_uac_disconnect(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_uac_disconnect()
921 void uac_get_composite_devdesc(struct composite_devdesc_s *dev) in uac_get_composite_devdesc()
1012 void usbdev_uac_initialize_sub(struct composite_devdesc_s *dev, int ifnobase, int minor) in usbdev_uac_initialize_sub()
[all …]
Df_hid.c410 static void fhid_source_free(struct hid_dev_s *hid, struct usbdev_s *dev) in fhid_source_free()
419 static int usbclass_hid_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_hid_bind()
512 static int usbclass_hid_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_hid_unbind()
561 static void usbclass_hid_set_endpoint(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_hid_set_endpoint()
616 static void usbclass_hid_get_report(struct usbdev_s *dev, uint32_t len) in usbclass_hid_get_report()
632 static int usbclass_hid_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, in usbclass_hid_setup()
747 static void usbclass_hid_disconnect(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_hid_disconnect()
894 static void hid_get_composite_devdesc(struct composite_devdesc_s *dev) in hid_get_composite_devdesc()
990 static void usbdev_hid_initialize_sub(struct composite_devdesc_s *dev, int ifnobase, int minor) in usbdev_hid_initialize_sub()
1018 struct composite_devdesc_s dev; in usbdev_hid_initialize() local
Dusbdev.h128 #define DEV_ALLOCEP(dev, ep, desc) (dev)->ops->allocep(dev, ep, desc) argument
132 #define DEV_FREEEP(dev, ep) (dev)->ops->freeep(dev, ep) argument
136 #define DEV_GETFRAME(dev) (dev)->ops->getframe(dev) argument
140 #define DEV_WAKEUP(dev) (dev)->ops->wakeup(dev) argument
144 #define DEV_SETSELFPOWERED(dev) (dev)->ops->selfpowered(dev, true) argument
148 #define DEV_CLRSELFPOWERED(dev) (dev)->ops->selfpowered(dev, false) argument
155 #define DEV_CONNECT(dev) (dev)->ops->pullup ? (dev)->ops->pullup(dev, true) : -EOPNOTSUPP argument
159 #define DEV_DISCONNECT(dev) (dev)->ops->pullup ? (dev)->ops->pullup(dev, false) : -EOPNOTSUPP argument
166 #define CLASS_BIND(drvr, dev) (drvr)->ops->bind(drvr, dev) argument
170 #define CLASS_UNBIND(drvr, dev) (drvr)->ops->unbind(drvr, dev) argument
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c130 panfrost_query_l2_slices(const struct panfrost_device *dev) in panfrost_query_l2_slices()
237 panfrost_supports_compressed_format(struct panfrost_device *dev, unsigned fmt) in panfrost_supports_compressed_format()
256 panfrost_query_optimal_tib_size(const struct panfrost_device *dev) in panfrost_query_optimal_tib_size()
281 panfrost_open_device(void *memctx, int fd, struct panfrost_device *dev) in panfrost_open_device()
335 panfrost_close_device(struct panfrost_device *dev) in panfrost_close_device()
/third_party/NuttX/drivers/pipes/
Dpipe.c134 struct pipe_dev_s *dev = (struct pipe_dev_s *)((struct drv_data *)vnode->data)->priv; in pipe_close() local
162 struct pipe_dev_s *dev = ((struct drv_data *)vnode->data)->priv; in pipe_unlink() local
211 static void UpdateDev(struct pipe_dev_s *dev) in UpdateDev()
244 struct pipe_dev_s *dev = NULL; in pipe() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_go_neg.c36 struct p2p_device *dev, in p2p_peer_channels_check()
91 static int p2p_peer_channels(struct p2p_data *p2p, struct p2p_device *dev, in p2p_peer_channels()
213 int p2p_connect_send(struct p2p_data *p2p, struct p2p_device *dev) in p2p_connect_send()
505 int p2p_go_select_channel(struct p2p_data *p2p, struct p2p_device *dev, in p2p_go_select_channel()
554 struct p2p_device *dev, in p2p_check_pref_chan_no_recv()
601 struct p2p_device *dev, in p2p_check_pref_chan_recv()
644 struct p2p_device *dev, struct p2p_message *msg) in p2p_check_pref_chan()
738 struct p2p_device *dev = NULL; in p2p_process_go_neg_req() local
1144 struct p2p_device *dev; in p2p_process_go_neg_resp() local
1416 struct p2p_device *dev; in p2p_process_go_neg_conf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_go_neg.c36 struct p2p_device *dev, in p2p_peer_channels_check()
90 static int p2p_peer_channels(struct p2p_data *p2p, struct p2p_device *dev, in p2p_peer_channels()
212 int p2p_connect_send(struct p2p_data *p2p, struct p2p_device *dev) in p2p_connect_send()
513 int p2p_go_select_channel(struct p2p_data *p2p, struct p2p_device *dev, in p2p_go_select_channel()
562 struct p2p_device *dev, in p2p_check_pref_chan_no_recv()
609 struct p2p_device *dev, in p2p_check_pref_chan_recv()
652 struct p2p_device *dev, struct p2p_message *msg) in p2p_check_pref_chan()
746 struct p2p_device *dev = NULL; in p2p_process_go_neg_req() local
1152 struct p2p_device *dev; in p2p_process_go_neg_resp() local
1424 struct p2p_device *dev; in p2p_process_go_neg_conf() local
/third_party/libdrm/etnaviv/
Detnaviv_bo.c75 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle()
98 drm_public struct etna_bo *etna_bo_new(struct etna_device *dev, uint32_t size, in etna_bo_new()
153 drm_public struct etna_bo *etna_bo_from_name(struct etna_device *dev, in etna_bo_from_name()
191 drm_public struct etna_bo *etna_bo_from_dmabuf(struct etna_device *dev, int fd) in etna_bo_from_dmabuf()
228 struct etna_device *dev = bo->dev; in etna_bo_del() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_wsi.c107 vn_wsi_create_image(struct vn_device *dev, in vn_wsi_create_image()
175 struct vn_device *dev, in vn_wsi_create_image_from_swapchain()
238 struct vn_device *dev = vn_device_from_handle(device); in vn_CreateSwapchainKHR() local
261 struct vn_device *dev = vn_device_from_handle(device); in vn_DestroySwapchainKHR() local
298 struct vn_device *dev = vn_device_from_handle(device); in vn_AcquireNextImage2KHR() local
/third_party/libevdev/test/
Dtest-kernel.c24 struct libevdev *dev, *dev2; in START_TEST() local
89 struct libevdev *dev; in START_TEST() local
118 struct libevdev *dev, *dev2 = NULL; in START_TEST() local
/third_party/libinput/tools/
Dlibinput-record.c229 print_evdev_event(struct record_device *dev, in print_evdev_event()
418 print_device_notify(struct record_device *dev, struct libinput_event *e) in print_device_notify()
444 print_key_event(struct record_device *dev, struct libinput_event *e) in print_key_event()
479 print_motion_event(struct record_device *dev, struct libinput_event *e) in print_motion_event()
509 print_absmotion_event(struct record_device *dev, struct libinput_event *e) in print_absmotion_event()
540 print_pointer_button_event(struct record_device *dev, struct libinput_event *e) in print_pointer_button_event()
572 print_pointer_axis_event(struct record_device *dev, struct libinput_event *e) in print_pointer_axis_event()
625 print_touch_event(struct record_device *dev, struct libinput_event *e) in print_touch_event()
706 print_gesture_event(struct record_device *dev, struct libinput_event *e) in print_gesture_event()
867 print_tablet_tool_proximity_event(struct record_device *dev, struct libinput_event *e) in print_tablet_tool_proximity_event()
[all …]
/third_party/libdrm/freedreno/msm/
Dmsm_device.c35 static void msm_device_destroy(struct fd_device *dev) in msm_device_destroy()
51 struct fd_device *dev; in msm_device_new() local
/third_party/libdrm/freedreno/kgsl/
Dkgsl_device.c35 static void kgsl_device_destroy(struct fd_device *dev) in kgsl_device_destroy()
51 struct fd_device *dev; in kgsl_device_new() local
/third_party/libdrm/amdgpu/
Damdgpu_vm.c29 drm_public int amdgpu_vm_reserve_vmid(amdgpu_device_handle dev, uint32_t flags) in amdgpu_vm_reserve_vmid()
40 drm_public int amdgpu_vm_unreserve_vmid(amdgpu_device_handle dev, in amdgpu_vm_unreserve_vmid()
/third_party/libinput/src/
Dpath-seat.c55 struct evdev_device *dev; in path_disable_device() local
220 struct path_device *dev; in path_input_enable() local
233 path_device_destroy(struct path_device *dev) in path_device_destroy()
244 struct path_device *dev; in path_input_destroy() local
259 struct path_device *dev; in path_create_device() local
334 struct udev_device *dev; in udev_device_from_devnode() local
410 struct path_device *dev; in libinput_path_remove_device() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c63 struct panfrost_device *dev = pan_device(pscreen); in panfrost_resource_from_handle() local
144 struct panfrost_device *dev = pan_device(pscreen); in panfrost_resource_get_handle() local
291 panfrost_should_afbc(struct panfrost_device *dev, in panfrost_should_afbc()
359 panfrost_should_tile_afbc(const struct panfrost_device *dev, in panfrost_should_tile_afbc()
368 panfrost_should_tile(struct panfrost_device *dev, in panfrost_should_tile()
396 panfrost_best_modifier(struct panfrost_device *dev, in panfrost_best_modifier()
423 panfrost_should_checksum(const struct panfrost_device *dev, const struct panfrost_resource *pres) in panfrost_should_checksum()
442 panfrost_resource_setup(struct panfrost_device *dev, in panfrost_resource_setup()
516 struct panfrost_device *dev = pan_device(screen); in panfrost_resource_set_damage_region() local
612 struct panfrost_device *dev = pan_device(screen); in panfrost_resource_create_with_modifier() local
[all …]
/third_party/libevdev/tools/
Dtouchpad-edge-detector.c97 mainloop(struct libevdev *dev, struct dimensions *dim) { in mainloop()
134 pid_vid_matchstr(struct libevdev *dev, char *match, size_t sz) in pid_vid_matchstr()
143 dmi_matchstr(struct libevdev *dev, char *match, size_t sz) in dmi_matchstr()
163 print_udev_override_rule(struct libevdev *dev, in print_udev_override_rule()
220 struct libevdev *dev; in main() local
/third_party/libevdev/libevdev/
Dlibevdev-uinput.c47 set_abs(const struct libevdev *dev, int fd, unsigned int code) in set_abs()
60 set_evbits(const struct libevdev *dev, int fd, struct uinput_user_dev *uidev) in set_evbits()
135 set_props(const struct libevdev *dev, int fd) in set_props()
310 uinput_create_write(const struct libevdev *dev, int fd) in uinput_create_write()
343 uinput_create_DEV_SETUP(const struct libevdev *dev, int fd, in uinput_create_DEV_SETUP()
370 libevdev_uinput_create_from_device(const struct libevdev *dev, int fd, struct libevdev_uinput** uin… in libevdev_uinput_create_from_device()
/third_party/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c42 static void device_release(struct device *dev) in device_release()
52 static ssize_t sys_result(struct device *dev, in sys_result()
60 static ssize_t sys_tcase(struct device *dev, in sys_tcase()

12345678910>>...28