Home
last modified time | relevance | path

Searched refs:press_to_select (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lenovo.c47 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,
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dtrackpoint.c197 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()
H A Dtrackpoint.h155 bool press_to_select; member
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dtrackpoint.c197 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()
H A Dtrackpoint.h155 bool press_to_select; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lenovo.c48 int press_to_select; member
793 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd()
812 return snprintf(buf, PAGE_SIZE, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd()
829 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd()
984 __ATTR(press_to_select, S_IWUSR | S_IRUGO,

Completed in 6 milliseconds