Home
last modified time | relevance | path

Searched defs:handle_priv (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libusb/libusb/os/
H A Dwindows_winusb.c615 struct winusb_device_handle_priv *handle_priv = in auto_claim() local
663 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in auto_release() local
2600 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in winusbx_open() local
2632 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in winusbx_close() local
2701 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in winusbx_configure_endpoints() local
2756 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in winusbx_claim_interface() local
2890 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in winusbx_release_interface() local
2911 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in get_valid_interface() local
2935 struct winusb_device_handle_priv *handle_priv = get_winusb_device_handle_priv(dev_handle); in check_valid_interface() local
2959 struct winusb_device_handle_priv *handle_priv, uint8_t endpoint_address) in interface_by_endpoint()
[all …]
H A Dwindows_common.c438 struct windows_device_handle_priv *handle_priv; in windows_iocp_thread() local
636 struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in windows_open() local
726 struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in windows_submit_transfer() local
H A Dnetbsd_usb.c42 struct handle_priv { struct
43 int endpoints[USB_MAX_ENDPOINTS];
H A Dopenbsd_usb.c42 struct handle_priv { struct
43 int endpoints[USB_MAX_ENDPOINTS];
H A Dwindows_common.h378 struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in get_usbdk_device_handle_priv() local
384 struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in get_winusb_device_handle_priv() local