Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/usbip/
Dvudc_main.c29 static struct list_head vudc_devices = LIST_HEAD_INIT(vudc_devices); variable
62 list_add_tail(&udc_dev->dev_entry, &vudc_devices); in init()
75 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in init()
95 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in cleanup()