Home
last modified time | relevance | path

Searched refs:hidkbd_variable (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/hid/
H A Dhidkbdsc.h42 struct hidkbd_variable { struct
60 struct hidkbd_variable *sc_var; argument
H A Dhidkbd.c734 kbd->sc_var = (struct hidkbd_variable *)mallocarray(ivar, in hidkbd_parse_desc()
735 sizeof(struct hidkbd_variable), M_DEVBUF, M_NOWAIT); in hidkbd_parse_desc()