| lunaws.c | 480 omkbd_complex_buzzer(struct ws_softc *sc, struct wskbd_bell_data *wbd) 484 buzcmd = omkbd_get_buzcmd(sc, wbd, OMKBD_BUZZER_DEFAULT); 489 omkbd_get_buzcmd(struct ws_softc *sc, struct wskbd_bell_data *wbd, 495 pitch = wbd->pitch; 496 period = wbd->period; 499 if ((wbd->which & WSKBD_BELL_DOPERIOD) == 0) 510 if ((wbd->which & WSKBD_BELL_DOPITCH) == 0) 560 struct wskbd_bell_data wbd; local in function:ws_cnbell 570 wbd.which = WSKBD_BELL_DOALL; 571 wbd.period = period 644 struct wskbd_bell_data *wbd; local in function:omkbd_ioctl [all...] |