Home
last modified time | relevance | path

Searched defs:acc_dev (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h97989 struct acc_dev { struct
97990 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h107685 struct acc_dev { struct
107686 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 …]