/src/sys/dev/ic/ |
dwiic_var.h | 48 bool (*sc_power)(struct dwiic_softc *, bool); member in struct:dwiic_softc
|
dwiic_var.h | 48 bool (*sc_power)(struct dwiic_softc *, bool); member in struct:dwiic_softc
|
awivar.h | 76 void (*sc_power)(struct awi_softc *, int); member in struct:awi_softc
|
awivar.h | 76 void (*sc_power)(struct awi_softc *, int); member in struct:awi_softc
|
tulipvar.h | 394 void (*sc_power)(struct tulip_softc *, int); member in struct:tulip_softc
|
tulipvar.h | 394 void (*sc_power)(struct tulip_softc *, int); member in struct:tulip_softc
|
athvar.h | 189 void (*sc_power)(struct ath_softc *, int); member in struct:ath_softc
|
athvar.h | 189 void (*sc_power)(struct ath_softc *, int); member in struct:ath_softc
|
/src/sys/dev/adb/ |
adb_kbd.c | 93 uint32_t sc_power; member in struct:adbkbd_softc 228 * sends the same scancode, so by default sc_power is set to a value 232 sc->sc_power = 0xffff; 282 sc->sc_power = 0x7e; 287 sc->sc_power = 0x7e; 305 sc->sc_power = 0x7e; 310 sc->sc_power = 0x7e; 318 sc->sc_power = 0x7e; 327 sc->sc_power = 0x7e; 511 if (((k1 == k2) && (k1 == 0x7f)) || (k1 == sc->sc_power)) { [all...] |
adb_kbd.c | 93 uint32_t sc_power; member in struct:adbkbd_softc 228 * sends the same scancode, so by default sc_power is set to a value 232 sc->sc_power = 0xffff; 282 sc->sc_power = 0x7e; 287 sc->sc_power = 0x7e; 305 sc->sc_power = 0x7e; 310 sc->sc_power = 0x7e; 318 sc->sc_power = 0x7e; 327 sc->sc_power = 0x7e; 511 if (((k1 == k2) && (k1 == 0x7f)) || (k1 == sc->sc_power)) { [all...] |