Searched refs:ohci_hcca (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 129 struct ohci_hcca { struct 350 struct ohci_hcca *hcca; /* hcca */
|
| H A D | au1x00_usb_ohci.c | 77 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 D | ohci.h | 140 struct ohci_hcca { struct 387 struct ohci_hcca *hcca; /* hcca */
|
| H A D | ohci-hcd.c | 142 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 D | ohci.h | 190 struct ohci_hcca { struct 375 struct ohci_hcca *hcca;
|
| H A D | ohci-hcd.c | 596 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch | 1268 dma_addr_t addr, struct ohci_hcca *hcca)
|