Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-sched.c1168 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 …]
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c4012 struct fotg210_iso_sched *iso_sched; in iso_sched_alloc() local
4014 iso_sched = kzalloc(struct_size(iso_sched, packet, packets), mem_flags); in iso_sched_alloc()
4015 if (likely(iso_sched != NULL)) in iso_sched_alloc()
4016 INIT_LIST_HEAD(&iso_sched->td_list); in iso_sched_alloc()
4018 return iso_sched; in iso_sched_alloc()
4022 struct fotg210_iso_sched *iso_sched, in itd_sched_init() argument
4060 struct fotg210_iso_sched *iso_sched) in iso_sched_free() argument
4062 if (!iso_sched) in iso_sched_free()
4066 kfree(iso_sched); in iso_sched_free()
4376 itd = list_entry(iso_sched->td_list.next, in itd_link_urb()
[all …]