Symbol: hv_kbd_sc
sys/dev/hyperv/input/hv_kbd.c
167
hv_kbd_sc *sc = kbd->kb_data;
sys/dev/hyperv/input/hv_kbd.c
213
hvkbd_do_poll(hv_kbd_sc *sc, uint8_t wait)
sys/dev/hyperv/input/hv_kbd.c
239
hv_kbd_sc *sc = kbd->kb_data;
sys/dev/hyperv/input/hv_kbd.c
269
hv_kbd_sc *sc = kbd->kb_data;
sys/dev/hyperv/input/hv_kbd.c
559
hv_kbd_sc *sc = kbd->kb_data;
sys/dev/hyperv/input/hv_kbd.c
574
hv_kbd_sc *sc = kbd->kb_data;
sys/dev/hyperv/input/hv_kbd.c
741
hv_kbd_intr(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbd.c
777
hv_kbd_sc *sc = device_get_softc(dev);
sys/dev/hyperv/input/hv_kbd.c
843
hv_kbd_sc *sc = device_get_softc(dev);
sys/dev/hyperv/input/hv_kbdc.c
134
hv_kbd_prod_is_ready(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbdc.c
144
hv_kbd_produce_ks(hv_kbd_sc *sc, const keystroke *ks)
sys/dev/hyperv/input/hv_kbdc.c
166
hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *result)
sys/dev/hyperv/input/hv_kbdc.c
186
hv_kbd_remove_top(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbdc.c
207
hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top)
sys/dev/hyperv/input/hv_kbdc.c
242
hv_kbd_on_response(hv_kbd_sc *sc, struct vmbus_chanpkt_hdr *pkt)
sys/dev/hyperv/input/hv_kbdc.c
253
hv_kbd_on_received(hv_kbd_sc *sc, struct vmbus_chanpkt_hdr *pkt)
sys/dev/hyperv/input/hv_kbdc.c
296
hv_kbd_sc *sc = (hv_kbd_sc*)context;
sys/dev/hyperv/input/hv_kbdc.c
340
hv_kbd_connect_vsp(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbdc.c
389
hv_kbd_sc *sc;
sys/dev/hyperv/input/hv_kbdc.c
411
hv_kbd_sc *sc = device_get_softc(dev);
sys/dev/hyperv/input/hv_kbdc.c
418
hv_kbd_init(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbdc.c
435
hv_kbd_fini(hv_kbd_sc *sc)
sys/dev/hyperv/input/hv_kbdc.c
456
hv_kbd_sc *sc;
sys/dev/hyperv/input/hv_kbdc.c
469
hv_kbd_sc *sc;
sys/dev/hyperv/input/hv_kbdc.c
503
hv_kbd_sc *sc = device_get_softc(dev);
sys/dev/hyperv/input/hv_kbdc.c
521
static driver_t kbd_driver = {HVKBD_DRIVER_NAME , kbd_methods, sizeof(hv_kbd_sc)};
sys/dev/hyperv/input/hv_kbdc.h
104
int hv_kbd_produce_ks(hv_kbd_sc *sc, const keystroke *ks);
sys/dev/hyperv/input/hv_kbdc.h
105
int hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *top);
sys/dev/hyperv/input/hv_kbdc.h
106
int hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top);
sys/dev/hyperv/input/hv_kbdc.h
107
int hv_kbd_remove_top(hv_kbd_sc *sc);
sys/dev/hyperv/input/hv_kbdc.h
108
int hv_kbd_prod_is_ready(hv_kbd_sc *sc);
sys/dev/hyperv/input/hv_kbdc.h
115
void hv_kbd_intr(hv_kbd_sc *sc);
sys/dev/hyperv/input/hv_kbdc.h
59
hv_kbd_sc *sc = (kbd)->kb_data; \