Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dusb.c450 static int __each_dev(struct device *dev, void *data) in __each_dev() function
474 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev()