Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub_tx.c12 static void stub_free_priv_and_urb(struct stub_priv *priv) in stub_free_priv_and_urb()
56 struct stub_priv *priv = (struct stub_priv *) urb->context; in stub_complete()
117 struct stub_priv *priv = (struct stub_priv *) urb->context; in setup_ret_submit_pdu()
130 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
133 struct stub_priv *priv, *tmp; in dequeue_from_priv_tx()
151 struct stub_priv *priv, *tmp; in stub_send_ret_submit()
Dstub_main.c281 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead()
283 struct stub_priv *priv, *tmp; in stub_priv_pop_from_listhead()
293 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()
296 struct stub_priv *priv; in stub_priv_pop()
318 struct stub_priv *priv; in stub_device_cleanup_urbs()
347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
Dstub_rx.c131 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_set_configuration_cmd()
149 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_reset_device_cmd()
206 struct stub_priv *priv; in stub_recv_cmd_unlink()
291 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc()
294 struct stub_priv *priv; in stub_priv_alloc()
446 struct stub_priv *priv; in stub_recv_cmd_submit()
Dstub.h51 struct stub_priv { struct