Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 29) sorted by relevance

12

/drivers/input/tablet/
Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
333 tool = (button & wacom->eraser_mask) ? ERASER : STYLUS; in wacom_handle_packet()
335 tool = CURSOR; in wacom_handle_packet()
337 if (tool != wacom->tool && wacom->tool != 0) { in wacom_handle_packet()
338 input_report_key(wacom->dev, tools[wacom->tool].input_id, 0); in wacom_handle_packet()
341 wacom->tool = tool; in wacom_handle_packet()
343 input_report_key(wacom->dev, tools[tool].input_id, in_proximity_p); in wacom_handle_packet()
345 in_proximity_p ? tools[tool].device_id : 0); in wacom_handle_packet()
532 wacom->tool = wacom->idx = 0; in wacom_connect()
/drivers/hid/
Dwacom_wac.c96 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq()
98 input_report_key(input, wacom->tool[0], 1); in wacom_penpartner_irq()
106 input_report_key(input, wacom->tool[0], 0); in wacom_penpartner_irq()
149 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_pl_irq()
153 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
162 if (wacom->tool[0] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) { in wacom_pl_irq()
166 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
183 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq()
188 input_report_key(input, wacom->tool[0], prox); in wacom_pl_irq()
233 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_dtu_irq()
[all …]
Dwacom_wac.h336 int tool[2]; member
Dhid-multitouch.c977 int tool = MT_TOOL_FINGER; in mt_process_slot() local
1019 tool = MT_TOOL_DIAL; in mt_process_slot()
1021 tool = MT_TOOL_PALM; in mt_process_slot()
1039 input_mt_report_slot_state(input, tool, active); in mt_process_slot()
/drivers/nvme/host/
DKconfig40 To configure a NVMe over Fabrics controller use the nvme-cli tool
57 To configure a NVMe over Fabrics controller use the nvme-cli tool
73 To configure a NVMe over Fabrics controller use the nvme-cli tool
/drivers/ntb/test/
DKconfig25 This is a tool to measure raw NTB performance by transferring data
34 This tool demonstrates the use of the NTB MSI library to
/drivers/input/touchscreen/
Dwacom_i2c.c38 int tool; member
112 wac_i2c->tool = (data[3] & 0x0c) ? in wacom_i2c_irq()
118 input_report_key(input, wac_i2c->tool, wac_i2c->prox); in wacom_i2c_irq()
Dsurface3_spi.c130 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen() local
133 if (ts_data->pen_tool != tool) { in surface3_spi_report_pen()
136 ts_data->pen_tool = tool; in surface3_spi_report_pen()
Datmel_mxt_ts.c858 int tool = 0; in mxt_proc_t100_message() local
878 tool = MT_TOOL_FINGER; in mxt_proc_t100_message()
888 tool = MT_TOOL_FINGER; in mxt_proc_t100_message()
903 tool = MT_TOOL_PEN; in mxt_proc_t100_message()
939 input_mt_report_slot_state(input_dev, tool, 1); in mxt_proc_t100_message()
/drivers/net/wireless/
DKconfig77 tristate "Simulated radio testing tool for mac80211"
80 This driver is a developer testing tool that can be used to test
84 to use this tool.
/drivers/misc/altera-stapl/
DKconfig9 An Altera FPGA module. Say Y when you want to support this tool.
/drivers/media/rc/keymaps/
DKconfig14 provide the tool and the same RC maps for load from
/drivers/net/wireless/intersil/hostap/
DKconfig46 Firmware image downloading needs a user space tool, prism2_srec.
58 Firmware image downloading needs a user space tool, prism2_srec.
/drivers/net/ieee802154/
DKconfig122 tristate "Simulated radio testing tool for mac802154"
124 This driver is a developer testing tool that can be used to test
/drivers/nvme/target/
DKconfig16 tool from http://git.infradead.org/users/hch/nvmetcli.git.
/drivers/staging/gs_fpgaboot/
DREADME42 a. As a FPGA development support tool,
/drivers/gpu/drm/msm/
DKconfig36 that can be parsed by envytools demsm tool. If enabled, register
DNOTES84 These files are used both for a parser tool (in the same tree) to
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset47 Description: This field is used to tell s-Par which type of recovery tool
/drivers/staging/vc04_services/interface/vchi/
DTODO3 VCHI is just a tool to let drivers talk to the firmware. Here are
/drivers/pci/pcie/
DKconfig45 help of a user space helper tool aer-inject, which can be
/drivers/video/console/
DKconfig61 This feature might break your tool of choice to flush the scrollback
/drivers/firmware/efi/
DKconfig192 BIOS setup page in Dell EMC OpenManage Server Administrator tool.
/drivers/cpufreq/
DKconfig14 (see below) after boot, or use a userspace tool.
/drivers/message/fusion/lsi/
Dmpi_history.txt707 * 02-09-05 01.05.03 Added frame size option to FC management tool.
708 * Added Beacon tool to the Toolbox.

12