Home
last modified time | relevance | path

Searched refs:sc_btn (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h276 int *sc_btn; member
/titanic_41/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c103 if (sc->sc_btn[idx] == val) in uwacom_event()
106 sc->sc_btn[idx] = val; in uwacom_event()
689 sc->sc_btn = kmem_zalloc(BTN_USED * sizeof (int), KM_SLEEP); in uwacom_init()
1494 kmem_free(sc->sc_btn, BTN_USED * sizeof (int)); in usbwcm_close()