Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h89293 struct hc_driver { struct
89294 const char *description;
89295 const char *product_desc;
89296 size_t hcd_priv_size;
89297 irqreturn_t (*irq)(struct usb_hcd *);
89298 int flags;
89299 int (*reset)(struct usb_hcd *);
89300 int (*start)(struct usb_hcd *);
89301 int (*pci_suspend)(struct usb_hcd *, bool);
89302 int (*pci_resume)(struct usb_hcd *, pm_message_t);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h99029 struct hc_driver { struct
99030 const char *description;
99031 const char *product_desc;
99032 size_t hcd_priv_size;
99033 irqreturn_t (*irq)(struct usb_hcd *);
99034 int flags;
99035 int (*reset)(struct usb_hcd *);
99036 int (*start)(struct usb_hcd *);
99037 int (*pci_suspend)(struct usb_hcd *, bool);
99038 int (*pci_resume)(struct usb_hcd *, pm_message_t);
[all …]