Searched refs:handle_priv (Results 1 – 3 of 3) sorted by relevance
572 struct winusb_device_handle_priv *handle_priv = in auto_claim() local593 if (handle_priv->autoclaim_count[current_interface] != 0) in auto_claim()595 handle_priv->autoclaim_count[current_interface]++; in auto_claim()606 if (handle_priv->autoclaim_count[current_interface] != 0) in auto_claim()607 handle_priv->autoclaim_count[current_interface]++; in auto_claim()620 struct winusb_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in auto_release() local624 if (handle_priv->autoclaim_count[transfer_priv->interface_number] > 0) { in auto_release()625 handle_priv->autoclaim_count[transfer_priv->interface_number]--; in auto_release()626 if (handle_priv->autoclaim_count[transfer_priv->interface_number] == 0) { in auto_release()2355 struct winusb_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle); in winusbx_open() local[all …]
42 struct handle_priv { struct110 .device_handle_priv_size = sizeof(struct handle_priv),195 struct handle_priv *hpriv = usbi_get_device_handle_priv(handle); in netbsd_open()308 struct handle_priv *hpriv = usbi_get_device_handle_priv(handle); in netbsd_claim_interface()322 struct handle_priv *hpriv = usbi_get_device_handle_priv(handle); in netbsd_release_interface()552 struct handle_priv *hpriv; in _access_endpoint()
42 struct handle_priv { struct111 .device_handle_priv_size = sizeof(struct handle_priv),334 struct handle_priv *hpriv = usbi_get_device_handle_priv(handle); in obsd_claim_interface()348 struct handle_priv *hpriv = usbi_get_device_handle_priv(handle); in obsd_release_interface()621 struct handle_priv *hpriv; in _access_endpoint()