Searched defs:printer_dev (Results 1 – 1 of 1) sorted by relevance
60 struct printer_dev { struct61 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