/src/sys/arch/zaurus/dev/ |
zkbd.c | 156 char sc_rep[MAXKEYS]; member in struct:zkbd_softc 350 wskbd_rawinput(sc->sc_wskbddev, sc->sc_rep, sc->sc_nrep); 487 sc->sc_rep[npress++] = 0xe0; 489 sc->sc_rep[npress++] = c & 0x7f;
|
zkbd.c | 156 char sc_rep[MAXKEYS]; member in struct:zkbd_softc 350 wskbd_rawinput(sc->sc_wskbddev, sc->sc_rep, sc->sc_nrep); 487 sc->sc_rep[npress++] = 0xe0; 489 sc->sc_rep[npress++] = c & 0x7f;
|
/src/sys/dev/bluetooth/ |
btkbd.c | 141 char sc_rep[MAXKEYS]; member in struct:btkbd_softc 571 sc->sc_rep[npress++] = 0xe0; 573 sc->sc_rep[npress++] = c & 0x7f; 613 wskbd_rawinput(sc->sc_wskbd, sc->sc_rep, sc->sc_nrep);
|
btkbd.c | 141 char sc_rep[MAXKEYS]; member in struct:btkbd_softc 571 sc->sc_rep[npress++] = 0xe0; 573 sc->sc_rep[npress++] = c & 0x7f; 613 wskbd_rawinput(sc->sc_wskbd, sc->sc_rep, sc->sc_nrep);
|
/src/sys/dev/i2o/ |
iopvar.h | 123 void * sc_rep; /* Reply frames VA */ member in struct:iop_softc
|
iopvar.h | 123 void * sc_rep; /* Reply frames VA */ member in struct:iop_softc
|
/src/sys/dev/usb/ |
ukbd.c | 290 char sc_rep[MAXKEYS]; member in struct:ukbd_softc 879 sc->sc_rep[npress++] = 0xe0; 880 sc->sc_rep[npress++] = c & 0x7f; 962 wskbd_rawinput(sc->sc_wskbddev, sc->sc_rep, sc->sc_nrep);
|
ukbd.c | 290 char sc_rep[MAXKEYS]; member in struct:ukbd_softc 879 sc->sc_rep[npress++] = 0xe0; 880 sc->sc_rep[npress++] = c & 0x7f; 962 wskbd_rawinput(sc->sc_wskbddev, sc->sc_rep, sc->sc_nrep);
|