Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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