Searched defs:hc_driver (Results 1 – 5 of 5) sorted by relevance
| /external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
| D | st_tusb.h | 71 struct hc_driver { struct 72 const char *description; /* "ehci-hcd" etc */ 73 void (*irq) (struct usb_hcd *hcd, struct pt_regs *regs); 74 int flags; 75 int (*start) (struct usb_hcd *hcd); 76 int (*suspend) (struct usb_hcd *hcd, __u32 state); 77 int (*resume) (struct usb_hcd *hcd); 78 void (*stop) (struct usb_hcd *hcd); 79 int (*get_frame_number) (struct usb_hcd *hcd); 80 struct usb_hcd *(*hcd_alloc) (void); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 77503 struct hc_driver { struct 77504 const char *description; 77505 const char *product_desc; 77506 size_t hcd_priv_size; 77507 irqreturn_t (*irq)(struct usb_hcd *); 77508 int flags; 77509 int (*reset)(struct usb_hcd *); 77510 int (*start)(struct usb_hcd *); 77511 int (*pci_suspend)(struct usb_hcd *, bool); 77512 int (*pci_resume)(struct usb_hcd *, bool); [all …]
|
| D | vmlinux_510.h | 77503 struct hc_driver { struct 77504 const char *description; 77505 const char *product_desc; 77506 size_t hcd_priv_size; 77507 irqreturn_t (*irq)(struct usb_hcd *); 77508 int flags; 77509 int (*reset)(struct usb_hcd *); 77510 int (*start)(struct usb_hcd *); 77511 int (*pci_suspend)(struct usb_hcd *, bool); 77512 int (*pci_resume)(struct usb_hcd *, bool); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 92316 struct hc_driver { struct 92317 const char *description; 92318 const char *product_desc; 92319 size_t hcd_priv_size; 92320 irqreturn_t (*irq)(struct usb_hcd *); 92321 int flags; 92322 int (*reset)(struct usb_hcd *); 92323 int (*start)(struct usb_hcd *); 92324 int (*pci_suspend)(struct usb_hcd *, bool); 92325 int (*pci_resume)(struct usb_hcd *, bool); [all …]
|
| D | vmlinux.h | 92316 struct hc_driver { struct 92317 const char *description; 92318 const char *product_desc; 92319 size_t hcd_priv_size; 92320 irqreturn_t (*irq)(struct usb_hcd *); 92321 int flags; 92322 int (*reset)(struct usb_hcd *); 92323 int (*start)(struct usb_hcd *); 92324 int (*pci_suspend)(struct usb_hcd *, bool); 92325 int (*pci_resume)(struct usb_hcd *, bool); [all …]
|