edev_list         137 tools/usb/usbip/libsrc/usbip_device_driver.c 	INIT_LIST_HEAD(&hdriver->edev_list);
edev_list         148 tools/usb/usbip/libsrc/usbip_device_driver.c 	.edev_list = LIST_HEAD_INIT(device_driver.edev_list),
edev_list         147 tools/usb/usbip/libsrc/usbip_host_common.c 			list_add(&edev->node, &hdriver->edev_list);
edev_list         191 tools/usb/usbip/libsrc/usbip_host_common.c 	usbip_exported_device_destroy(&hdriver->edev_list);
edev_list         200 tools/usb/usbip/libsrc/usbip_host_common.c 	usbip_exported_device_destroy(&hdriver->edev_list);
edev_list         203 tools/usb/usbip/libsrc/usbip_host_common.c 	INIT_LIST_HEAD(&hdriver->edev_list);
edev_list         274 tools/usb/usbip/libsrc/usbip_host_common.c 	list_for_each(i, &hdriver->edev_list) {
edev_list          41 tools/usb/usbip/libsrc/usbip_host_common.h 	struct list_head edev_list;
edev_list          32 tools/usb/usbip/libsrc/usbip_host_driver.c 	INIT_LIST_HEAD(&hdriver->edev_list);
edev_list          42 tools/usb/usbip/libsrc/usbip_host_driver.c 	.edev_list = LIST_HEAD_INIT(host_driver.edev_list),
edev_list         110 tools/usb/usbip/src/usbipd.c 	list_for_each(i, &driver->edev_list) {
edev_list         177 tools/usb/usbip/src/usbipd.c 	list_for_each(j, &driver->edev_list) {
edev_list         197 tools/usb/usbip/src/usbipd.c 	list_for_each(j, &driver->edev_list) {