Home
last modified time | relevance | path

Searched refs:colbytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dedt-ft5x06.c705 int colbytes; in edt_ft5x06_debugfs_raw_data_read() local
748 colbytes = tsdata->num_y * sizeof(u16); in edt_ft5x06_debugfs_raw_data_read()
756 colbytes, rdbuf); in edt_ft5x06_debugfs_raw_data_read()
760 rdbuf += colbytes; in edt_ft5x06_debugfs_raw_data_read()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dedt-ft5x06.c751 int colbytes; in edt_ft5x06_debugfs_raw_data_read() local
793 colbytes = tsdata->num_y * sizeof(u16); in edt_ft5x06_debugfs_raw_data_read()
797 error = regmap_bulk_read(tsdata->regmap, 0xf5, rdbuf, colbytes); in edt_ft5x06_debugfs_raw_data_read()
801 rdbuf += colbytes; in edt_ft5x06_debugfs_raw_data_read()

Completed in 4 milliseconds