Searched refs:num_x (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/Documentation/input/ |
D | edt-ft5x06.txt | 35 num_x, num_y: 47 contains num_x * num_y big endian 16 bit values describing the raw 50 big enough to contain num_x * num_y * 2 bytes.
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 89 u16 num_x; member 500 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 691 for (i = 0; i < tsdata->num_x; i++) { in edt_ft5x06_debugfs_raw_data_read() 727 debugfs_create_u16("num_x", S_IRUSR, tsdata->debug_dir, &tsdata->num_x); in edt_ft5x06_ts_prepare_debugfs() 849 tsdata->num_x = edt_ft5x06_register_read(tsdata, reg_addr->reg_num_x); in edt_ft5x06_ts_get_parameters() 958 tsdata->name, fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 965 0, tsdata->num_x * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|