Lines Matching defs:data
198 cmd = 0xf9; /* tell the controller to send touch data */
199 offset = 5; /* where the actual touch data starts */
200 tplen = 4; /* data comes in so called frames */
201 crclen = 1; /* length of the crc data */
225 dev_err_ratelimited(dev, "Unable to fetch data, error: %d\n",
665 static int edt_ft5x06_debugfs_mode_get(void *data, u64 *mode)
667 struct edt_ft5x06_ts_data *tsdata = data;
674 static int edt_ft5x06_debugfs_mode_set(void *data, u64 mode)
676 struct edt_ft5x06_ts_data *tsdata = data;
838 * M06 starts with a response byte, M12 gives the data directly.
1066 struct edt_ft5x06_ts_data *data = arg;
1068 regulator_disable(data->vcc);
1086 dev_err(&client->dev, "failed to allocate driver data.\n");
1094 dev_err(&client->dev, "invalid or missing chip data\n");
1181 * Dummy read access. EP0700MLP1 returns bogus data on the first
1384 { .compatible = "edt,edt-ft5206", .data = &edt_ft5x06_data },
1385 { .compatible = "edt,edt-ft5306", .data = &edt_ft5x06_data },
1386 { .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data },
1387 { .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data },
1388 { .compatible = "evervision,ev-ft5726", .data = &edt_ft5506_data },
1390 { .compatible = "focaltech,ft6236", .data = &edt_ft6236_data },