Searched refs:stub_priv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_main.c | 280 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead() 282 struct stub_priv *priv, *tmp; in stub_priv_pop_from_listhead() 292 void stub_free_priv_and_urb(struct stub_priv *priv) in stub_free_priv_and_urb() 328 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop() 331 struct stub_priv *priv; in stub_priv_pop() 353 struct stub_priv *priv; in stub_device_cleanup_urbs() 372 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
|
H A D | stub_rx.c | 132 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_set_configuration_cmd() 152 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_reset_device_cmd() 209 struct stub_priv *priv; in stub_recv_cmd_unlink() 296 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc() 299 struct stub_priv *priv; in stub_priv_alloc() 307 dev_err(&sdev->udev->dev, "alloc stub_priv\n"); in stub_priv_alloc() 317 * After a stub_priv is linked to a list_head, in stub_priv_alloc() 441 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *pri [all...] |
H A D | stub_tx.c | 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()
|
H A D | stub.h | 28 * stub_priv preserves private data of each urb. 31 * stub_priv is always linked to any one of 3 lists; 51 struct stub_priv { struct 83 /* stub_priv is allocated from stub_priv_cache */ 93 void stub_free_priv_and_urb(struct stub_priv *priv);
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | stub_main.c | 276 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 D | stub_rx.c | 132 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_set_configuration_cmd() 152 struct stub_priv *priv = (struct stub_priv *) urb->context; in tweak_reset_device_cmd() 209 struct stub_priv *priv; in stub_recv_cmd_unlink() 296 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc() 299 struct stub_priv *priv; in stub_priv_alloc() 307 dev_err(&sdev->udev->dev, "alloc stub_priv\n"); in stub_priv_alloc() 317 * After a stub_priv is linked to a list_head, in stub_priv_alloc() 441 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *pri [all...] |
H A D | stub_tx.c | 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()
|
H A D | stub.h | 28 * stub_priv preserves private data of each urb. 31 * stub_priv is always linked to any one of 3 lists; 51 struct stub_priv { struct 83 /* stub_priv is allocated from stub_priv_cache */ 93 void stub_free_priv_and_urb(struct stub_priv *priv);
|
Completed in 5 milliseconds