Searched refs:ohci_hcca (Results 1 – 4 of 4) sorted by relevance
140 struct ohci_hcca { struct387 struct ohci_hcca *hcca; /* hcca */
142 struct ohci_hcca ghcca[1];2033 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()2203 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register()2206 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()
129 struct ohci_hcca { struct350 struct ohci_hcca *hcca; /* hcca */
77 struct ohci_hcca ghcca[1];79 struct ohci_hcca *phcca;1554 memset (phcca, 0, sizeof (struct ohci_hcca)); in usb_lowlevel_init()