Searched refs:num_y (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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.1.27/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 92 u16 num_y; member 497 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 684 colbytes = tsdata->num_y * sizeof(u16); in edt_ft5x06_debugfs_raw_data_read() 725 debugfs_create_u16("num_y", S_IRUSR, tsdata->debug_dir, &tsdata->num_y); in edt_ft5x06_ts_prepare_debugfs() 906 tsdata->num_y = edt_ft5x06_register_read(tsdata, reg_addr->reg_num_y); in edt_ft5x06_ts_get_parameters() 1032 tsdata->name, fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 1042 input_set_abs_params(input, ABS_Y, 0, tsdata->num_y * 64 - 1, 0, 0); in edt_ft5x06_ts_probe() 1046 0, tsdata->num_y * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|