Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 30) 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.c56 input_report_key(input, wacom_wac->tool[0], 0); in wacom_force_proxout()
62 wacom_wac->tool[0] = 0; in wacom_force_proxout()
134 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq()
136 input_report_key(input, wacom->tool[0], 1); in wacom_penpartner_irq()
144 input_report_key(input, wacom->tool[0], 0); in wacom_penpartner_irq()
187 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_pl_irq()
191 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
200 if (wacom->tool[0] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) { in wacom_pl_irq()
204 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
221 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq()
[all …]
Dwacom_wac.h340 int tool[2]; member
Dhid-multitouch.c987 int tool = MT_TOOL_FINGER; in mt_process_slot() local
1029 tool = MT_TOOL_DIAL; in mt_process_slot()
1031 tool = MT_TOOL_PALM; in mt_process_slot()
1049 input_mt_report_slot_state(input, tool, active); in mt_process_slot()
/drivers/gpu/drm/i915/gt/shaders/
DREADME21 IGT GPU tool scripts and the Mesa's i965 instruction assembler tool are used
24 Please make sure your Mesa tool is compiled with "-Dtools=intel" and
/drivers/nvme/host/
DKconfig49 To configure a NVMe over Fabrics controller use the nvme-cli tool
66 To configure a NVMe over Fabrics controller use the nvme-cli tool
84 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.c37 int tool; member
111 wac_i2c->tool = (data[3] & 0x0c) ? in wacom_i2c_irq()
117 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.c861 int tool = 0; in mxt_proc_t100_message() local
881 tool = MT_TOOL_FINGER; in mxt_proc_t100_message()
891 tool = MT_TOOL_FINGER; in mxt_proc_t100_message()
906 tool = MT_TOOL_PEN; in mxt_proc_t100_message()
942 input_mt_report_slot_state(input_dev, tool, 1); in mxt_proc_t100_message()
/drivers/net/wireless/
DKconfig79 tristate "Simulated radio testing tool for mac80211"
82 This driver is a developer testing tool that can be used to test
86 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/
DKconfig42 Firmware image downloading needs a user space tool, prism2_srec.
54 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/staging/gs_fpgaboot/
DREADME42 a. As a FPGA development support tool,
/drivers/nvme/target/
DKconfig17 tool from http://git.infradead.org/users/hch/nvmetcli.git.
/drivers/gpu/drm/msm/
DKconfig37 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/
DTODO3 VCHI is just a tool to let drivers talk to the firmware. Here are
/drivers/pci/pcie/
DKconfig44 help of a user space helper tool aer-inject, which can be
/drivers/firmware/efi/
DKconfig219 BIOS setup page in Dell EMC OpenManage Server Administrator tool.
/drivers/cpufreq/
DKconfig14 (see below) after boot, or use a userspace tool.
/drivers/clk/
DKconfig7 thus are a key power management tool on many systems.

12