Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dhcd.c1932 struct usb_host_interface *new_alt) in usb_hcd_alloc_bandwidth() argument
2000 if (cur_alt && new_alt) { in usb_hcd_alloc_bandwidth()
2029 for (i = 0; i < new_alt->desc.bNumEndpoints; i++) { in usb_hcd_alloc_bandwidth()
2031 &new_alt->endpoint[i]); in usb_hcd_alloc_bandwidth()
/linux-4.4.14/include/linux/usb/
Dhcd.h435 struct usb_host_interface *new_alt);