Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Dhcd.c1833 struct usb_host_interface *new_alt) in usb_hcd_alloc_bandwidth() argument
1901 if (cur_alt && new_alt) { in usb_hcd_alloc_bandwidth()
1930 for (i = 0; i < new_alt->desc.bNumEndpoints; i++) { in usb_hcd_alloc_bandwidth()
1932 &new_alt->endpoint[i]); in usb_hcd_alloc_bandwidth()
/Linux-v5.4/include/linux/usb/
Dhcd.h454 struct usb_host_interface *new_alt);