Searched defs:printer_dev (Results 1 – 1 of 1) sorted by relevance
65 struct printer_dev { struct66 spinlock_t lock; /* lock this structure */68 struct mutex lock_printer_io;69 struct usb_gadget *gadget;70 s8 interface;71 struct usb_ep *in_ep, *out_ep;73 struct list_head rx_reqs; /* List of free RX structs */74 struct list_head rx_reqs_active; /* List of Active RX xfers */98 static inline struct printer_dev *func_to_printer(struct usb_function *f) in func_to_printer() argument