Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_printer.c60 struct printer_dev { struct
61 spinlock_t lock; /* lock this structure */
63 struct mutex lock_printer_io;
64 struct usb_gadget *gadget;
65 s8 interface;
66 struct usb_ep *in_ep, *out_ep;
68 struct list_head rx_reqs; /* List of free RX structs */
69 struct list_head rx_reqs_active; /* List of Active RX xfers */
93 static inline struct printer_dev *func_to_printer(struct usb_function *f) in func_to_printer() argument