Home
last modified time | relevance | path

Searched refs:iso_sched_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Dehci-sched.c1166 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()
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.c4012 static struct fotg210_iso_sched *iso_sched_alloc(unsigned packets, in iso_sched_alloc() function
4082 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction()