OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hidkbd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/hid/
hidkbdsc.h
55
struct
hidkbd
{
struct
105
int hidkbd_attach(struct device *, struct
hidkbd
*, int, uint32_t,
107
void hidkbd_attach_wskbd(struct
hidkbd
*, kbd_t,
110
void hidkbd_cngetc(struct
hidkbd
*, u_int *, int *);
111
int hidkbd_detach(struct
hidkbd
*, int);
112
int hidkbd_enable(struct
hidkbd
*, int);
113
void hidkbd_input(struct
hidkbd
*, uint8_t *, u_int);
114
int hidkbd_ioctl(struct
hidkbd
*, u_long, void *, int, lwp_t *);
115
int hidkbd_set_leds(struct
hidkbd
*, int, uint8_t *);
hidkbd.c
1
/* $OpenBSD:
hidkbd
.c,v 1.15 2024/10/21 19:05:31 miod Exp $ */
2
/* $NetBSD:
hidkbd
.c,v 1.1 2024/12/09 22:04:18 jmcneill Exp $ */
241
const char *hidkbd_parse_desc(struct
hidkbd
*, int, void *, int);
243
void hidkbd_decode(struct
hidkbd
*, struct hidkbd_data *);
253
hidkbd_attach(device_t self, struct
hidkbd
*kbd, int console,
293
hidkbd_attach_wskbd(struct
hidkbd
*kbd, kbd_t layout,
309
hidkbd_detach(struct
hidkbd
*kbd, int flags)
326
/* No need to do reference counting of
hidkbd
, wskbd has all the goo */
352
struct
hidkbd
*kbd = vsc;
368
struct
hidkbd
*kbd = vsc
[
all
...]
/src/sys/dev/i2c/
ikbd.c
46
struct
hidkbd
sc_kbd;
97
struct
hidkbd
*kbd = &sc->sc_kbd;
131
struct
hidkbd
*kbd = &sc->sc_kbd;
140
struct
hidkbd
*kbd = &sc->sc_kbd;
150
struct
hidkbd
*kbd = &sc->sc_kbd;
173
struct
hidkbd
*kbd = &sc->sc_kbd;
190
struct
hidkbd
*kbd = &sc->sc_kbd;
Completed in 12 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025