Home
last modified time | relevance | path

Searched refs:btn_loc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhmt.c186 struct hid_location btn_loc[HMT_BTN_MAX]; member
639 left_btn = hid_get_data(buf, len, &sc->btn_loc[0]); in hmt_intr()
648 &sc->btn_loc[btn]) != 0); in hmt_intr()
757 sc->btn_loc[btn] = hi.loc; in hmt_hid_parse()
H A Dps4dshock.c685 struct hid_location btn_loc; member
970 sc->btn_loc = (struct hid_location) { 1, 0, 49 }; in ps4dsmtp_final_cb()
993 HIDMAP_CB_GET_UDATA(&sc->btn_loc)); in ps4dsmtp_final_cb()
/freebsd/sys/dev/usb/input/
H A Dwmt.c208 struct hid_location btn_loc[WMT_BTN_MAX]; member
615 left_btn = hid_get_data(buf, len, &sc->btn_loc[0]); in wmt_process_report()
624 &sc->btn_loc[btn]) != 0); in wmt_process_report()
847 sc->btn_loc[btn] = hi.loc; in wmt_hid_parse()