Lines Matching refs:buttons
1098 s->buttons[BUTTON_SCAN_SW].write((val & 0x04) == 0);
1099 s->buttons[BUTTON_FILE_SW].write((val & 0x02) == 0);
1100 s->buttons[BUTTON_EMAIL_SW].write((val & 0x01) == 0);
1101 s->buttons[BUTTON_COPY_SW].write((val & 0x08) == 0);
1107 s->buttons[BUTTON_SCAN_SW].write((val & 0x02) == 0);
1108 s->buttons[BUTTON_EMAIL_SW].write((val & 0x01) == 0);
1109 s->buttons[BUTTON_COPY_SW].write((val & 0x08) == 0);
1110 s->buttons[BUTTON_PDF4_SW].write((val & 0x04) == 0);
1114 s->buttons[BUTTON_PDF1_SW].write((val & 0x03) == 0x01);
1115 s->buttons[BUTTON_PDF2_SW].write((val & 0x03) == 0x02);
1119 s->buttons[BUTTON_PDF3_SW].write((val & 0x80) == 0x00);
1126 s->buttons[BUTTON_SCAN_SW].write((val & 0x01) == 0);
1127 s->buttons[BUTTON_FILE_SW].write((val & 0x02) == 0);
1128 s->buttons[BUTTON_EMAIL_SW].write((val & 0x04) == 0);
1129 s->buttons[BUTTON_COPY_SW].write((val & 0x08) == 0);