Searched refs:trackpad (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/misc/
H A Diqs626a.c8 * inductive keys as well as Hall-effect switches, and one for a trackpad that
378 .name = "trackpad-3x2",
386 .name = "trackpad-3x3",
449 struct input_dev *trackpad; member in struct:iqs626_private
507 * trackpad child node.
735 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-trackpad",
1394 * Enable streaming during normal-power mode if the trackpad is used to
1451 iqs626->trackpad = devm_input_allocate_device(&client->dev);
1452 if (!iqs626->trackpad)
1455 iqs626->trackpad
[all...]

Completed in 133 milliseconds