Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 4 of 4) sorted by relevance

/devicemodel/include/
A Dvdisplay.h90 void vdpy_get_display_info(int handle, int scanout_id, struct display_info *info);
91 void vdpy_surface_set(int handle, int scanout_id, struct surface *surf);
92 void vdpy_surface_update(int handle, int scanout_id, struct surface *surf);
93 bool vdpy_submit_bh(int handle, struct vdpy_display_bh *bh);
94 void vdpy_get_edid(int handle, int scanout_id, uint8_t *edid, size_t size);
95 void vdpy_cursor_define(int handle, int scanout_id, struct cursor *cur);
96 void vdpy_cursor_move(int handle, int scanout_id, uint32_t x, uint32_t y);
97 int vdpy_deinit(int handle);
A Dusb_pmapper.h59 libusb_device_handle *handle; member
/devicemodel/hw/platform/
A Dusb_pmapper.c550 r = libusb_claim_interface(udev->handle, i); in usb_dev_native_toggle_if()
552 r = libusb_release_interface(udev->handle, i); in usb_dev_native_toggle_if()
601 r = libusb_detach_kernel_driver(udev->handle, in usb_dev_native_toggle_if_drivers()
738 libusb_reset_device(udev->handle); in usb_dev_reset()
741 rc = libusb_reset_device(udev->handle); in usb_dev_reset()
999 rc = libusb_clear_halt(udev->handle, index); in usb_dev_request()
1099 udev->handle = NULL; in usb_dev_init()
1114 if (udev && udev->handle) in usb_dev_init()
1115 libusb_close(udev->handle); in usb_dev_init()
1147 if (udev->handle) { in usb_dev_deinit()
[all …]
/devicemodel/hw/
A Dvdisplay_sdl.c535 if (handle == vdpy.s.n_connect) { in vdpy_get_edid()
564 if (handle == vdpy.s.n_connect) { in vdpy_get_display_info()
640 vdpy_surface_set(int handle, int scanout_id, struct surface *surf) in vdpy_surface_set() argument
647 if (handle != vdpy.s.n_connect) { in vdpy_surface_set()
825 if (handle != vdpy.s.n_connect) { in vdpy_surface_update()
873 if (handle != vdpy.s.n_connect) { in vdpy_cursor_define()
915 if (handle != vdpy.s.n_connect) { in vdpy_cursor_move()
1200 bool vdpy_submit_bh(int handle, struct vdpy_display_bh *bh_task) in vdpy_submit_bh() argument
1204 if (handle != vdpy.s.n_connect) { in vdpy_submit_bh()
1262 vdpy_deinit(int handle) in vdpy_deinit() argument
[all …]

Completed in 10 milliseconds