Home
last modified time | relevance | path

Searched refs:mpr121 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/input/keyboard/
Dmpr121_touchkey.c124 struct mpr121_touchkey *mpr121 = dev_id; in mpr_touchkey_interrupt() local
125 struct i2c_client *client = mpr121->client; in mpr_touchkey_interrupt()
126 struct input_dev *input = mpr121->input_dev; in mpr_touchkey_interrupt()
146 bit_changed = reg ^ mpr121->statusbits; in mpr_touchkey_interrupt()
147 mpr121->statusbits = reg; in mpr_touchkey_interrupt()
148 for_each_set_bit(key_num, &bit_changed, mpr121->keycount) { in mpr_touchkey_interrupt()
152 key_val = mpr121->keycodes[key_num]; in mpr_touchkey_interrupt()
167 static int mpr121_phys_init(struct mpr121_touchkey *mpr121, in mpr121_phys_init() argument
213 eleconf = mpr121->keycount | ELECTRODE_CONF_QUICK_CHARGE; in mpr121_phys_init()
219 dev_dbg(&client->dev, "set up with %x keys.\n", mpr121->keycount); in mpr121_phys_init()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dmpr121-touchkey.txt4 - compatible: Should be "fsl,mpr121-touchkey"
20 touchkey: mpr121@5a {
21 compatible = "fsl,mpr121-touchkey";
/Linux-v4.19/arch/arm/boot/dts/
Dimx53-smd.dts239 touchkey: mpr121@5a {
240 compatible = "fsl,mpr121";
/Linux-v4.19/Documentation/devicetree/bindings/
Dtrivial-devices.txt61 fsl,mpr121 MPR121: Proximity Capacitive Touch Sensor Controller