Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dstub_main.c276 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead()
278 struct stub_priv *priv, *tmp; in stub_priv_pop_from_listhead()
288 void stub_free_priv_and_urb(struct stub_priv *priv) in stub_free_priv_and_urb()
324 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()
327 struct stub_priv *priv; in stub_priv_pop()
349 struct stub_priv *priv; in stub_device_cleanup_urbs()
368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
H A Dstub_tx.c43 struct stub_priv *priv = (struct stub_priv *) urb->context; in stub_complete()
120 struct stub_priv *priv = (struct stub_priv *) urb->context; in setup_ret_submit_pdu()
133 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
136 struct stub_priv *priv, *tmp; in dequeue_from_priv_tx()
154 struct stub_priv *priv, *tmp; in stub_send_ret_submit()
H A Dstub.h51 struct stub_priv { struct
93 void stub_free_priv_and_urb(struct stub_priv *priv);