Home
last modified time | relevance | path

Searched defs:usb_dev_state (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/core/
Ddevio.c61 struct usb_dev_state { struct
62 struct list_head list; /* state list */
63 struct usb_device *dev;
64 struct file *file;
65 spinlock_t lock; /* protects the async urb lists */
66 struct list_head async_pending;
67 struct list_head async_completed;
91 struct usb_dev_state *ps; argument