Searched defs:ehci_qh (Results 1 – 4 of 4) sorted by relevance
512 struct ehci_qh { struct531 struct ehci_qh *unused3; argument533 struct ehci_hcd *unused4;535 struct kref unused5;536 unsigned unused6;538 uint8_t unused7;541 uint8_t unused8;542 uint8_t unused9;566 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
521 struct ehci_qh { struct540 struct ehci_qh *unused3; argument542 struct ehci_hcd *unused4;544 struct kref unused5;545 unsigned unused6;547 uint8_t unused7;550 uint8_t unused8;551 uint8_t unused9;552 uint8_t unused10;576 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
519 struct ehci_qh { struct538 struct ehci_qh *unused3; argument540 struct ehci_hcd *unused4;542 struct kref unused5;543 unsigned unused6;545 uint8_t unused7;548 uint8_t unused8;549 uint8_t unused9;573 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
340 struct ehci_qh { struct341 uint32_t hlp; /* 0x00-0x03: Queue Head Horizontal Link Pointer */342 uint32_t epchar; /* 0x04-0x07: Endpoint Characteristics */343 uint32_t epcap; /* 0x08-0x0b: Endpoint Capabilities */344 uint32_t curr_qtd; /* 0x0c-0x0f: Current qTD Pointer */345 struct ehci_qtd overlay; /* 0x10-0x2c: Transfer overlay */