Searched refs:sc_mode (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c112 sc->sc_otg.sc_mode = DWC_MODE_HOST;
114 sc->sc_otg.sc_mode = DWC_MODE_DEVICE;
H A Ddwc_otg.h201 uint8_t sc_mode; /* mode of operation */ member in struct:dwc_otg_softc
H A Dmusb_otg_atmelarm.c173 sc->sc_otg.sc_mode = MUSB2_DEVICE_MODE;
H A Ddwc_otg.c2844 if ((is_on != 0) || (sc->sc_mode == DWC_MODE_HOST)) {
3908 switch (sc->sc_mode) {
4007 if (dwc_otg_init_fifo(sc, sc->sc_mode)) {
4016 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_DEVICE) {
4037 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_HOST) {
4642 if (sc->sc_mode == DWC_MODE_HOST || sc->sc_mode == DWC_MODE_OTG) {
4717 if (sc->sc_mode
[all...]
H A Dmusb_otg.c159 if (sc->sc_mode == MUSB2_DEVICE_MODE) {
205 if (sc->sc_mode == MUSB2_DEVICE_MODE)
2332 if (sc->sc_mode == MUSB2_HOST_MODE) {
2597 if (sc->sc_mode == MUSB2_DEVICE_MODE)
3113 if (sc->sc_mode == MUSB2_DEVICE_MODE) {
3274 if (sc->sc_mode == MUSB2_HOST_MODE)
3884 if (sc->sc_mode == MUSB2_HOST_MODE)
3939 if (sc->sc_mode == MUSB2_HOST_MODE)
3944 if (sc->sc_mode == MUSB2_HOST_MODE) {
3997 if (sc->sc_mode
[all...]
H A Dmusb_otg.h422 uint8_t sc_mode; member in struct:musbotg_softc
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c185 int sc_mode; /* input mode (K_XLATE,K_RAW,K_CODE) */ member in struct:ukbd_softc
1121 sc->sc_mode = K_XLATE;
1576 if (sc->sc_mode == K_RAW) {
1605 if (sc->sc_mode == K_RAW) {
1612 if (sc->sc_mode == K_RAW) {
1645 if (sc->sc_mode == K_CODE) {
1749 *(int *)arg = sc->sc_mode;
1761 if (sc->sc_mode != K_XLATE) {
1769 if (sc->sc_mode != *(int *)arg) {
1772 sc->sc_mode
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dfire.c305 sc->sc_mode = mode;
358 if (sc->sc_mode == FIRE_MODE_FIRE) {
395 if (sc->sc_mode == FIRE_MODE_OBERON)
403 if (sc->sc_mode == FIRE_MODE_OBERON)
412 if (sc->sc_mode == FIRE_MODE_OBERON)
696 if (sc->sc_mode == FIRE_MODE_OBERON) {
1105 if (sc->sc_mode == FIRE_MODE_OBERON) {
1381 if (sc->sc_mode == FIRE_MODE_OBERON)
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_dotg.c97 sc->sc_mode = DWC_MODE_HOST;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_dotg.c89 sc->sc_mode = DWC_MODE_HOST;
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c307 int sc_mode; /* Endpoint / Root Complex */ member in struct:mv_pcib_softc
459 sc->sc_mode = (val & PCIE_CONTROL_ROOT_CMPLX ? MV_MODE_ROOT :
465 if (sc->sc_mode == MV_MODE_ROOT)
488 if (sc->sc_mode == MV_MODE_ROOT) {
540 if (sc->sc_mode == MV_MODE_ROOT) {

Completed in 129 milliseconds

12