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