Searched refs:QH (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 285 struct QH *qh) in ehci_update_endpt2_dev_n_port() 303 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); in ehci_submit_async() 391 memset(qh, 0, sizeof(struct QH)); in ehci_submit_async() 549 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async() 550 flush_dcache_range((unsigned long)qh, ALIGN_END_ADDR(struct QH, qh, 1)); in ehci_submit_async() 579 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async() 581 ALIGN_END_ADDR(struct QH, qh, 1)); in ehci_submit_async() 993 struct QH *qh_list; in ehci_common_init() 994 struct QH *periodic; in ehci_common_init() 1016 ALIGN_END_ADDR(struct QH, qh_list, 1)); in ehci_common_init() [all …]
|
H A D | ehci.h | 189 struct QH { struct 252 struct QH qh_list __aligned(USB_DMA_MINALIGN); 253 struct QH periodic_queue __aligned(USB_DMA_MINALIGN);
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | uk-Blaenplwyf | 3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/SY23�4QH/NA/0/>
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | unicode.rst | 130 U+F8E0 KLINGON LETTER QH
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | unicode.rst | 133 U+F8E0 KLINGON LETTER QH
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | unicode.rst | 144 U+F8E0 KLINGON LETTER QH
|
/openbmc/qemu/hw/usb/ |
H A D | trace-events | 89 …ddr, uint32_t nxt, uint32_t c_qtd, uint32_t n_qtd, uint32_t a_qtd) "q %p - QH @ 0x%08x: next 0x%08… 90 usb_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - r… 91 usb_ehci_qh_bits(uint32_t addr, int c, int h, int dtc, int i) "QH @ 0x%08x - c %d, h %d, dtc %d, i …
|