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