Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h152 #define BTN_USED 0x014d macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c693 sc->sc_btn = kmem_zalloc(BTN_USED * sizeof (int), KM_SLEEP); in uwacom_init()
1498 kmem_free(sc->sc_btn, BTN_USED * sizeof (int)); in usbwcm_close()