Searched defs:ehci_qh (Results 1 – 8 of 8) sorted by relevance
561 struct ehci_qh { struct580 struct ehci_qh *unused3; argument582 struct ehci_hcd *unused4;584 struct kref unused5;585 unsigned unused6;587 uint8_t unused7;590 uint8_t unused8;591 uint8_t unused9;615 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
513 struct ehci_qh { struct532 struct ehci_qh *unused3; argument534 struct ehci_hcd *unused4;536 struct kref unused5;537 unsigned unused6;539 uint8_t unused7;542 uint8_t unused8;543 uint8_t unused9;567 /* 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;575 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
547 struct ehci_qh { struct566 struct ehci_qh *unused3; argument568 struct ehci_hcd *unused4;570 struct kref unused5;571 unsigned unused6;573 uint8_t unused7;576 uint8_t unused8;577 uint8_t unused9;601 /* NOTE that ehci_qh in ehci.h shall reserve this word */ argument
411 struct ehci_qh { struct412 struct ehci_qh_hw *hw; /* Must come first */ argument414 dma_addr_t qh_dma; /* address of qh */415 union ehci_shadow qh_next; /* ptr to qh; or periodic */416 struct list_head qtd_list; /* sw qtd list */417 struct list_head intr_node; /* list of intr QHs */418 struct ehci_qtd *dummy;419 struct list_head unlink_node;420 struct ehci_per_sched ps; /* scheduling info */422 unsigned unlink_cycle;[all …]
307 struct ehci_qh { struct332 struct ehci_qh *reclaim; /* next to reclaim */ argument334 struct oxu_hcd *oxu;335 struct kref kref;336 unsigned int stamp;338 u8 qh_state;346 u8 usecs; /* intr bandwidth */347 u8 gap_uf; /* uframes split/csplit gap */348 u8 c_usecs; /* ... split completion bw */349 u16 tt_usecs; /* tt downstream bandwidth */[all …]