Home
last modified time | relevance | path

Searched refs:num_y (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst35 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/drivers/input/touchscreen/
H A Dedt-ft5x06.c113 u16 num_y; member
620 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode()
790 colbytes = tsdata->num_y * sizeof(u16); in edt_ft5x06_debugfs_raw_data_read()
824 debugfs_create_u16("num_y", S_IRUSR, tsdata->debug_dir, &tsdata->num_y); in edt_ft5x06_ts_prepare_debugfs()
1043 tsdata->num_y = EDT_DEFAULT_NUM_Y; in edt_ft5x06_ts_get_parameters()
1046 tsdata->num_y = val; in edt_ft5x06_ts_get_parameters()
1315 tsdata->name, tsdata->fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe()
1324 0, tsdata->num_y * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()