Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c151 static struct linux_device_handle_priv *__device_handle_priv( in __device_handle_priv() function
1051 struct linux_device_handle_priv *hpriv = __device_handle_priv(handle); in op_open()
1077 int fd = __device_handle_priv(dev_handle)->fd; in op_close()
1099 int fd = __device_handle_priv(handle)->fd; in op_set_configuration()
1133 int fd = __device_handle_priv(handle)->fd; in op_claim_interface()
1152 int fd = __device_handle_priv(handle)->fd; in op_release_interface()
1168 int fd = __device_handle_priv(handle)->fd; in op_set_interface()
1192 int fd = __device_handle_priv(handle)->fd; in op_clear_halt()
1211 int fd = __device_handle_priv(handle)->fd; in op_reset_device()
1228 int fd = __device_handle_priv(handle)->fd; in op_kernel_driver_active()
[all …]