Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c67 i = chip->has_hw_ids ? 1 : 0; in pixcir_ts_parse()
99 if (chip->has_hw_ids) { in pixcir_ts_parse()
122 if (!chip->has_hw_ids) { in pixcir_ts_report()
135 if (chip->has_hw_ids) { in pixcir_ts_report()
592 .has_hw_ids = true,
/linux-4.1.27/include/linux/input/
Dpixcir_ts.h54 bool has_hw_ids; member