Home
last modified time | relevance | path

Searched refs:press_to_select (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-hid-lenovo1 …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 Dsysfs-devices-platform-trackpoint93 What: /sys/devices/platform/i8042/.../press_to_select
/linux-6.3-rc2/drivers/input/mouse/
A Dtrackpoint.h155 bool press_to_select; member
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()
/linux-6.3-rc2/drivers/hid/
A Dhid-lenovo.c48 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 9 milliseconds