Searched refs:press_to_select (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-lenovo | 1 …num>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_to_select 12 …is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled. 26 …s if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) g… 41 …ow fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled.
|
D | sysfs-devices-platform-trackpoint | 93 What: /sys/devices/platform/i8042/.../press_to_select
|
/Linux-v4.19/drivers/hid/ |
D | hid-lenovo.c | 42 int press_to_select; member 414 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd() 433 return snprintf(buf, PAGE_SIZE, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd() 450 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd() 605 __ATTR(press_to_select, S_IWUSR | S_IRUGO,
|
/Linux-v4.19/drivers/input/mouse/ |
D | trackpoint.h | 156 bool press_to_select; member
|
D | trackpoint.c | 198 TRACKPOINT_BIT_ATTR(press_to_select, TP_TOGGLE_PTSON, TP_MASK_PTSON, false, 339 TRACKPOINT_UPDATE(in_power_on_state, psmouse, tp, press_to_select); in trackpoint_sync() 361 TRACKPOINT_SET_POWER_ON_DEFAULT(tp, press_to_select); in trackpoint_defaults()
|