refresh_device_list  153 tools/usb/usbip/libsrc/usbip_device_driver.c 		.refresh_device_list = usbip_generic_refresh_device_list,
refresh_device_list   27 tools/usb/usbip/libsrc/usbip_host_common.h 	int (*refresh_device_list)(struct usbip_host_driver *hdriver);
refresh_device_list   71 tools/usb/usbip/libsrc/usbip_host_common.h 	if (!hdriver->ops.refresh_device_list)
refresh_device_list   73 tools/usb/usbip/libsrc/usbip_host_common.h 	return hdriver->ops.refresh_device_list(hdriver);
refresh_device_list   47 tools/usb/usbip/libsrc/usbip_host_driver.c 		.refresh_device_list = usbip_generic_refresh_device_list,