Searched defs:acc_dev (Results 1 – 2 of 2) sorted by relevance
97989 struct acc_dev { struct97990 struct usb_function function;97991 struct usb_composite_dev *cdev;97992 spinlock_t lock;97993 struct kref kref;97994 struct usb_ep *ep_in;97995 struct usb_ep *ep_out;97996 bool online;97997 bool disconnected;97998 char manufacturer[256];[all …]
107685 struct acc_dev { struct107686 struct usb_function function;107687 struct usb_composite_dev *cdev;107688 spinlock_t lock;107689 struct kref kref;107690 struct usb_ep *ep_in;107691 struct usb_ep *ep_out;107692 bool online;107693 bool disconnected;107694 char manufacturer[256];[all …]