Searched refs:num_x (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 52 num_x, num_y: 64 contains num_x * num_y big endian 16 bit values describing the raw 67 big enough to contain num_x * num_y * 2 bytes.
|
| /linux/drivers/input/touchscreen/ |
| H A D | edt-ft5x06.c | 112 u16 num_x; member 619 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 791 for (i = 0; i < tsdata->num_x; i++) { in edt_ft5x06_debugfs_raw_data_read() 821 debugfs_create_u16("num_x", S_IRUSR, debug_dir, &tsdata->num_x); in edt_ft5x06_ts_prepare_debugfs() 1034 tsdata->num_x = EDT_DEFAULT_NUM_X; in edt_ft5x06_ts_get_parameters() 1037 tsdata->num_x = val; in edt_ft5x06_ts_get_parameters() 1311 tsdata->name, tsdata->fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 1318 0, tsdata->num_x * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|