Searched refs:wsb (Results 1 – 1 of 1) sorted by relevance
44 struct wskbd_bell_data wsb; in xf86OSRingBell() local71 wsb.which = WSKBD_BELL_DOALL; in xf86OSRingBell()72 wsb.pitch = pitch; in xf86OSRingBell()73 wsb.period = duration; in xf86OSRingBell()74 wsb.volume = loudness; in xf86OSRingBell()75 ioctl(xf86Info.consoleFd, WSKBDIO_COMPLEXBELL, &wsb); in xf86OSRingBell()