Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dusbip_host_driver.c176 struct dlist *sudev_list; in refresh_exported_devices() local
179 sudev_list = dlist_new_with_delete(sizeof(struct sysfs_device), in refresh_exported_devices()
202 if (check_new(sudev_list, sudev)) { in refresh_exported_devices()
204 dlist_unshift(sudev_list, sudev); in refresh_exported_devices()
208 dlist_for_each_data(sudev_list, sudev, struct sysfs_device) { in refresh_exported_devices()
219 dlist_destroy(sudev_list); in refresh_exported_devices()