Home
last modified time | relevance | path

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

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