Lines Matching defs:IQS269_NUM_CH
145 #define IQS269_NUM_CH 8
273 struct iqs269_ch_reg ch_reg[IQS269_NUM_CH];
292 unsigned int keycode[ARRAY_SIZE(iqs269_events) * IQS269_NUM_CH];
304 if (ch_num >= IQS269_NUM_CH)
331 if (ch_num >= IQS269_NUM_CH)
350 if (ch_num >= IQS269_NUM_CH)
395 if (ch_num >= IQS269_NUM_CH)
430 if (ch_num >= IQS269_NUM_CH)
457 if (ch_num >= IQS269_NUM_CH)
472 unsigned int val[IQS269_NUM_CH];
479 if (count > IQS269_NUM_CH)
489 if (val[i] >= IQS269_NUM_CH)
513 } else if (reg >= IQS269_NUM_CH) {
742 iqs269->keycode[i * IQS269_NUM_CH + reg] = val;
887 if (val >= IQS269_NUM_CH) {
1080 for (j = 0; j < IQS269_NUM_CH; j++) {
1081 keycode = iqs269->keycode[i * IQS269_NUM_CH + j];
1206 for (j = 0; j < IQS269_NUM_CH; j++) {
1207 keycode = iqs269->keycode[i * IQS269_NUM_CH + j];
1380 if (val >= IQS269_NUM_CH)