Searched refs:press_to_select (Results 1 – 3 of 3) sorted by relevance
/drivers/input/mouse/ |
D | trackpoint.c | 197 TRACKPOINT_BIT_ATTR(press_to_select, TP_TOGGLE_PTSON, TP_MASK_PTSON, false, 340 TRACKPOINT_UPDATE(in_power_on_state, psmouse, tp, press_to_select); in trackpoint_sync() 362 TRACKPOINT_SET_POWER_ON_DEFAULT(tp, press_to_select); in trackpoint_defaults()
|
D | trackpoint.h | 155 bool press_to_select; member
|
/drivers/hid/ |
D | hid-lenovo.c | 47 int press_to_select; member 558 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd() 577 return snprintf(buf, PAGE_SIZE, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd() 594 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd() 749 __ATTR(press_to_select, S_IWUSR | S_IRUGO,
|