Home
last modified time | relevance | path

Searched refs:ohci_hcca (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h129 struct ohci_hcca { struct
350 struct ohci_hcca *hcca; /* hcca */
H A Dau1x00_usb_ohci.c77 struct ohci_hcca ghcca[1];
79 struct ohci_hcca *phcca;
1554 memset (phcca, 0, sizeof (struct ohci_hcca)); in usb_lowlevel_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h140 struct ohci_hcca { struct
387 struct ohci_hcca *hcca; /* hcca */
H A Dohci-hcd.c142 struct ohci_hcca ghcca[1];
2032 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()
2202 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register()
2205 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h190 struct ohci_hcca { struct
375 struct ohci_hcca *hcca;
H A Dohci-hcd.c596 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch1268 dma_addr_t addr, struct ohci_hcca *hcca)