Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
Ddevio.c60 struct usb_dev_state { struct
61 struct list_head list; /* state list */
62 struct usb_device *dev;
63 struct file *file;
64 spinlock_t lock; /* protects the async urb lists */
65 struct list_head async_pending;
66 struct list_head async_completed;
90 struct usb_dev_state *ps; argument