Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dmpr121_touchkey.c87 struct mpr121_touchkey *mpr121 = input_get_drvdata(dev); in mpr_touchkey_report() local
88 struct input_dev *input = mpr121->input_dev; in mpr_touchkey_report()
89 struct i2c_client *client = mpr121->client; in mpr_touchkey_report()
109 bit_changed = reg ^ mpr121->statusbits; in mpr_touchkey_report()
110 mpr121->statusbits = reg; in mpr_touchkey_report()
111 for_each_set_bit(key_num, &bit_changed, mpr121->keycount) { in mpr_touchkey_report()
115 key_val = mpr121->keycodes[key_num]; in mpr_touchkey_report()
129 struct mpr121_touchkey *mpr121 = dev_id; in mpr_touchkey_interrupt() local
131 mpr_touchkey_report(mpr121->input_dev); in mpr_touchkey_interrupt()
136 static int mpr121_phys_init(struct mpr121_touchkey *mpr121, in mpr121_phys_init() argument
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-yapp4-common.dtsi373 compatible = "fsl,mpr121-touchkey";
H A Dimx6dl-yapp43-common.dtsi377 compatible = "fsl,mpr121-touchkey";