HomeSort by: relevance | last modified time | path
    Searched defs:pckbd_decode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pckbport/
pckbd.c 876 pckbd_decode(struct pckbd_internal *id, int datain, u_int *type, int *dataout) function in typeref:typename:bool
1025 if (pckbd_decode(sc->id, data, &type, &key))
1142 if (pckbd_decode(t, val, type, data))
pckbd.c 876 pckbd_decode(struct pckbd_internal *id, int datain, u_int *type, int *dataout) function in typeref:typename:bool
1025 if (pckbd_decode(sc->id, data, &type, &key))
1142 if (pckbd_decode(t, val, type, data))

Completed in 53 milliseconds