Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dusb.c194 static int __find_interface(struct device *dev, void *data) in __find_interface() function
227 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()