Searched refs:handle_priv (Results 1 – 3 of 3) sorted by relevance
43 struct handle_priv { struct135 sizeof(struct handle_priv),215 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in netbsd_open()233 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in netbsd_close()345 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in netbsd_claim_interface()357 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in netbsd_release_interface()429 struct handle_priv *hpriv; in netbsd_submit_transfer()435 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv; in netbsd_submit_transfer()612 struct handle_priv *hpriv; in _access_endpoint()618 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv; in _access_endpoint()
594 struct windows_device_handle_priv *handle_priv = _device_handle_priv( in auto_claim() local615 if (handle_priv->autoclaim_count[current_interface] != 0) in auto_claim()617 handle_priv->autoclaim_count[current_interface]++; in auto_claim()628 if (handle_priv->autoclaim_count[current_interface] != 0) in auto_claim()629 handle_priv->autoclaim_count[current_interface]++; in auto_claim()642 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in auto_release() local646 if (handle_priv->autoclaim_count[transfer_priv->interface_number] > 0) { in auto_release()647 handle_priv->autoclaim_count[transfer_priv->interface_number]--; in auto_release()648 if (handle_priv->autoclaim_count[transfer_priv->interface_number] == 0) { in auto_release()2409 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_open() local[all …]
43 struct handle_priv { struct138 sizeof(struct handle_priv),249 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in obsd_open()273 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in obsd_close()379 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in obsd_claim_interface()391 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; in obsd_release_interface()475 struct handle_priv *hpriv; in obsd_submit_transfer()481 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv; in obsd_submit_transfer()692 struct handle_priv *hpriv; in _access_endpoint()698 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv; in _access_endpoint()