Searched refs:num_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | edt-ft5x06.c | 101 u16 num_x; member 580 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 752 for (i = 0; i < tsdata->num_x; i++) { in edt_ft5x06_debugfs_raw_data_read() 785 debugfs_create_u16("num_x", S_IRUSR, tsdata->debug_dir, &tsdata->num_x); in edt_ft5x06_ts_prepare_debugfs() 1003 tsdata->num_x = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters() 1008 tsdata->num_x = -1; in edt_ft5x06_ts_get_parameters() 1192 tsdata->name, fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 1202 0, tsdata->num_x * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | edt-ft5x06.c | 112 u16 num_x; member 623 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 795 for (i = 0; i < tsdata->num_x; i++) { in edt_ft5x06_debugfs_raw_data_read() 826 debugfs_create_u16("num_x", S_IRUSR, tsdata->debug_dir, &tsdata->num_x); in edt_ft5x06_ts_prepare_debugfs() 1041 tsdata->num_x = EDT_DEFAULT_NUM_X; in edt_ft5x06_ts_get_parameters() 1044 tsdata->num_x = val; in edt_ft5x06_ts_get_parameters() 1300 tsdata->name, tsdata->fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 1307 0, tsdata->num_x * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|
Completed in 4 milliseconds