Searched refs:stub_priv (Results 1 – 4 of 4) sorted by relevance
278 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead()280 struct stub_priv *priv, *tmp; in stub_priv_pop_from_listhead()290 void stub_free_priv_and_urb(struct stub_priv *priv) in stub_free_priv_and_urb()326 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()329 struct stub_priv *priv; in stub_priv_pop()351 struct stub_priv *priv; in stub_device_cleanup_urbs()370 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
132 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_set_configuration_cmd()150 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_reset_device_cmd()207 struct stub_priv *priv; in stub_recv_cmd_unlink()294 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc()297 struct stub_priv *priv; in stub_priv_alloc()439 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv) in stub_recv_xbuff()456 struct stub_priv *priv; in stub_recv_cmd_submit()
42 struct stub_priv *priv = (struct stub_priv *) urb->context; in stub_complete()119 struct stub_priv *priv = (struct stub_priv *) urb->context; in setup_ret_submit_pdu()132 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()135 struct stub_priv *priv, *tmp; in dequeue_from_priv_tx()153 struct stub_priv *priv, *tmp; in stub_send_ret_submit()
51 struct stub_priv { struct93 void stub_free_priv_and_urb(struct stub_priv *priv);
Completed in 6 milliseconds