Home
last modified time | relevance | path

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

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