Home
last modified time | relevance | path

Searched defs:ehci_qh (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h561 struct ehci_qh { struct
580 struct ehci_qh *unused3; argument
582 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h513 struct ehci_qh { struct
532 struct ehci_qh *unused3; argument
534 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
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h513 struct ehci_qh { struct
532 struct ehci_qh *unused3; argument
534 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h521 struct ehci_qh { struct
540 struct ehci_qh *unused3; argument
542 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h547 struct ehci_qh { struct
566 struct ehci_qh *unused3; argument
568 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddbus.h513 struct ehci_qh { struct
532 struct ehci_qh *unused3; argument
534 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
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h411 struct ehci_qh { struct
412 struct ehci_qh_hw *hw; /* Must come first */ argument
414 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 …]
H A Doxu210hp-hcd.c307 struct ehci_qh { struct
332 struct ehci_qh *reclaim; /* next to reclaim */ argument
334 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 …]