Lines Matching defs:wbd
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;
570 wbd.which = WSKBD_BELL_DOALL;
571 wbd.period = period;
572 wbd.pitch = pitch;
573 wbd.volume = volume;
574 buzcmd = omkbd_get_buzcmd(sc, &wbd, OMKBD_BUZZER_DEFAULT);
644 struct wskbd_bell_data *wbd;
663 wbd = data;
666 __func__, wbd->pitch, wbd->period));
667 omkbd_complex_buzzer(sc, wbd);