Searched refs:iso_sched (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | ehci-sched.c | 1168 struct ehci_iso_sched *iso_sched; in iso_sched_alloc() local 1170 iso_sched = kzalloc(struct_size(iso_sched, packet, packets), mem_flags); in iso_sched_alloc() 1171 if (likely(iso_sched != NULL)) in iso_sched_alloc() 1174 return iso_sched; in iso_sched_alloc() 1180 struct ehci_iso_sched *iso_sched, in itd_sched_init() argument 1222 struct ehci_iso_sched *iso_sched in iso_sched_free() argument 1225 if (!iso_sched) in iso_sched_free() 1229 kfree(iso_sched); in iso_sched_free() 1686 struct ehci_iso_sched *iso_sched, in itd_patch() argument 2046 if (iso_sched == NULL) in sitd_urb_transaction() [all …]
|
| /linux-6.15/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 4008 struct fotg210_iso_sched *iso_sched; in iso_sched_alloc() local 4010 iso_sched = kzalloc(struct_size(iso_sched, packet, packets), mem_flags); in iso_sched_alloc() 4011 if (likely(iso_sched != NULL)) in iso_sched_alloc() 4012 INIT_LIST_HEAD(&iso_sched->td_list); in iso_sched_alloc() 4014 return iso_sched; in iso_sched_alloc() 4018 struct fotg210_iso_sched *iso_sched, in itd_sched_init() argument 4056 struct fotg210_iso_sched *iso_sched) in iso_sched_free() argument 4058 if (!iso_sched) in iso_sched_free() 4062 kfree(iso_sched); in iso_sched_free() 4372 itd = list_entry(iso_sched->td_list.next, in itd_link_urb() [all …]
|