OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usbsc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_usb.c
157
struct bcmusb_softc * const
usbsc
= device_private(parent);
local in function:ehci_bcmusb_attach
170
if (
usbsc
->usbsc_ohci_dev != NULL) {
171
sc->sc_comps[sc->sc_ncomp++] =
usbsc
->usbsc_ohci_dev;
192
struct bcmusb_softc * const
usbsc
= arg;
local in function:bcmusb_intr
195
if (
usbsc
->usbsc_ohci_sc)
196
rv0 = ohci_intr(
usbsc
->usbsc_ohci_sc);
198
if (
usbsc
->usbsc_ehci_sc)
199
rv1 = ehci_intr(
usbsc
->usbsc_ehci_sc);
229
struct bcmusb_softc * const
usbsc
= device_private(self);
local in function:bcmusb_ccb_attach
233
usbsc
->usbsc_bst = ccbaa->ccbaa_ccb_bst
[
all
...]
bcm53xx_usb.c
157
struct bcmusb_softc * const
usbsc
= device_private(parent);
local in function:ehci_bcmusb_attach
170
if (
usbsc
->usbsc_ohci_dev != NULL) {
171
sc->sc_comps[sc->sc_ncomp++] =
usbsc
->usbsc_ohci_dev;
192
struct bcmusb_softc * const
usbsc
= arg;
local in function:bcmusb_intr
195
if (
usbsc
->usbsc_ohci_sc)
196
rv0 = ohci_intr(
usbsc
->usbsc_ohci_sc);
198
if (
usbsc
->usbsc_ehci_sc)
199
rv1 = ehci_intr(
usbsc
->usbsc_ehci_sc);
229
struct bcmusb_softc * const
usbsc
= device_private(self);
local in function:bcmusb_ccb_attach
233
usbsc
->usbsc_bst = ccbaa->ccbaa_ccb_bst
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025