Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c67 * @has_hw_ids: Hardware supports finger tracking IDs
72 bool has_hw_ids; member
106 i = chip->has_hw_ids ? 1 : 0; in pixcir_ts_parse()
138 if (chip->has_hw_ids) { in pixcir_ts_parse()
159 if (!ts->chip->has_hw_ids) in pixcir_ts_report()
163 if (chip->has_hw_ids) { in pixcir_ts_report()
595 .has_hw_ids = true,
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c67 * @has_hw_ids: Hardware supports finger tracking IDs
72 bool has_hw_ids; member
106 i = chip->has_hw_ids ? 1 : 0; in pixcir_ts_parse()
138 if (chip->has_hw_ids) { in pixcir_ts_parse()
159 if (!ts->chip->has_hw_ids) in pixcir_ts_report()
163 if (chip->has_hw_ids) { in pixcir_ts_report()
581 .has_hw_ids = true,

Completed in 3 milliseconds