Searched refs:th_offs (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/misc/ |
| H A D | iqs626a.c | 219 enum iqs626_th_offs th_offs; member 228 .th_offs = IQS626_TH_OFFS_PROX, 234 .th_offs = IQS626_TH_OFFS_PROX, 241 .th_offs = IQS626_TH_OFFS_TOUCH, 247 .th_offs = IQS626_TH_OFFS_TOUCH, 254 .th_offs = IQS626_TH_OFFS_DEEP, 260 .th_offs = IQS626_TH_OFFS_DEEP, 572 *(thresh + iqs626_events[i].th_offs) = val; in iqs626_parse_events()
|
| H A D | iqs269a.c | 217 enum iqs269_th_offs th_offs; member 226 .th_offs = IQS269_TH_OFFS_PROX, 232 .th_offs = IQS269_TH_OFFS_PROX, 239 .th_offs = IQS269_TH_OFFS_TOUCH, 245 .th_offs = IQS269_TH_OFFS_TOUCH, 252 .th_offs = IQS269_TH_OFFS_DEEP, 258 .th_offs = IQS269_TH_OFFS_DEEP, 742 ch_reg->thresh[iqs269_events[i].th_offs] = val; in iqs269_parse_chan()
|