Home
last modified time | relevance | path

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

/drivers/usb/core/
Dusb.c449 static int __each_dev(struct device *dev, void *data) in __each_dev() function
473 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev()