Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dhcd.c1963 struct usb_host_interface *new_alt) in usb_hcd_alloc_bandwidth() argument
2031 if (cur_alt && new_alt) { in usb_hcd_alloc_bandwidth()
2060 for (i = 0; i < new_alt->desc.bNumEndpoints; i++) { in usb_hcd_alloc_bandwidth()
2062 &new_alt->endpoint[i]); in usb_hcd_alloc_bandwidth()
/Linux-v4.19/include/linux/usb/
Dhcd.h446 struct usb_host_interface *new_alt);