Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dpixcir_i2c_ts.c64 i = chip->has_hw_ids ? 1 : 0; in pixcir_ts_parse()
96 if (chip->has_hw_ids) { in pixcir_ts_parse()
117 if (!ts->chip->has_hw_ids) in pixcir_ts_report()
121 if (chip->has_hw_ids) { in pixcir_ts_report()
600 .has_hw_ids = true,
/Linux-v4.19/include/linux/platform_data/
Dpixcir_i2c_ts.h55 bool has_hw_ids; member