Searched refs:_device_handle_priv (Results 1 – 3 of 3) sorted by relevance
233 static struct linux_device_handle_priv *_device_handle_priv( in _device_handle_priv() function1285 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); in op_open()1326 struct linux_device_handle_priv *hpriv = _device_handle_priv(dev_handle); in op_close()1342 _device_handle_priv(handle)->fd); in op_get_configuration()1360 int fd = _device_handle_priv(handle)->fd; in op_set_configuration()1382 int fd = _device_handle_priv(handle)->fd; in claim_interface()1401 int fd = _device_handle_priv(handle)->fd; in release_interface()1417 int fd = _device_handle_priv(handle)->fd; in op_set_interface()1441 int fd = _device_handle_priv(handle)->fd; in op_clear_halt()1460 int fd = _device_handle_priv(handle)->fd; in op_reset_device()[all …]
594 struct windows_device_handle_priv *handle_priv = _device_handle_priv( in auto_claim()642 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in auto_release()2409 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_open()2442 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_close()2488 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_configure_endpoints()2536 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_claim_interface()2639 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_release_interface()2660 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in get_valid_interface()2707 struct windows_device_handle_priv *handle_priv = _device_handle_priv(transfer->dev_handle); in winusbx_submit_control_transfer()2771 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_set_interface_altsetting()[all …]
283 static inline struct windows_device_handle_priv *_device_handle_priv( in _device_handle_priv() function