Searched refs:int_btn (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c480 uint32_t int_btn = 0; local
635 int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
640 (int_btn != 0) | (left_btn != 0));
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c512 uint32_t int_btn = 0; local
634 int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
639 (int_btn != 0) | (left_btn != 0));

Completed in 91 milliseconds