Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dhcd.c1881 struct usb_host_interface *new_alt) in usb_hcd_alloc_bandwidth() argument
1949 if (cur_alt && new_alt) { in usb_hcd_alloc_bandwidth()
1978 for (i = 0; i < new_alt->desc.bNumEndpoints; i++) { in usb_hcd_alloc_bandwidth()
1980 &new_alt->endpoint[i]); in usb_hcd_alloc_bandwidth()
/linux-4.1.27/include/linux/usb/
Dhcd.h424 struct usb_host_interface *new_alt);