Searched refs:iso_sched_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 1159 iso_sched_alloc(unsigned packets, gfp_t mem_flags) in iso_sched_alloc() function 1242 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction() 2034 iso_sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in sitd_urb_transaction()
|
H A D | fotg210-hcd.c | 4008 static struct fotg210_iso_sched *iso_sched_alloc(unsigned packets, in iso_sched_alloc() function 4080 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 1166 iso_sched_alloc(unsigned packets, gfp_t mem_flags) in iso_sched_alloc() function 1247 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction() 2045 iso_sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in sitd_urb_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 4009 static struct fotg210_iso_sched *iso_sched_alloc(unsigned packets, in iso_sched_alloc() function 4079 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction()
|
Completed in 21 milliseconds