Searched refs:qtd_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 693 static struct isp1760_qtd *qtd_alloc(gfp_t flags, struct urb *urb, in qtd_alloc() function 1415 qtd = qtd_alloc(flags, urb, SETUP_PID); in packetize_urb() 1440 qtd = qtd_alloc(flags, urb, packet_type); in packetize_urb() 1473 qtd = qtd_alloc(flags, urb, packet_type); in packetize_urb()
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 976 static struct isp1760_qtd *qtd_alloc(gfp_t flags, struct urb *urb, in qtd_alloc() function 1799 qtd = qtd_alloc(flags, urb, SETUP_PID); in packetize_urb() 1823 qtd = qtd_alloc(flags, urb, packet_type); in packetize_urb() 1862 qtd = qtd_alloc(flags, urb, packet_type); in packetize_urb()
|
Completed in 6 milliseconds