Searched refs:press_to_select (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-lenovo | 1 …num>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_to_select 14 …is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled. 30 …s if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) g… 47 …ow fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled.
|
A D | sysfs-devices-platform-trackpoint | 93 What: /sys/devices/platform/i8042/.../press_to_select
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | trackpoint.h | 155 bool press_to_select; member
|
A 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()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-lenovo.c | 48 int press_to_select; member 737 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd() 756 return snprintf(buf, PAGE_SIZE, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd() 773 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd() 928 __ATTR(press_to_select, S_IWUSR | S_IRUGO,
|
Completed in 10 milliseconds