Lines Matching refs:write
370 // write values to analog frontend
1024 /* write actual red data */
1099 // write registers and scan data
1308 s->buttons[BUTTON_SCAN_SW].write((val & 0x01) == 0);
1309 s->buttons[BUTTON_FILE_SW].write((val & 0x08) == 0);
1310 s->buttons[BUTTON_EMAIL_SW].write((val & 0x04) == 0);
1311 s->buttons[BUTTON_COPY_SW].write((val & 0x02) == 0);
1315 s->buttons[BUTTON_EXTRA_SW].write((val & 0x01) == 0);
1316 s->buttons[BUTTON_SCAN_SW].write((val & 0x02) == 0);
1317 s->buttons[BUTTON_COPY_SW].write((val & 0x04) == 0);
1318 s->buttons[BUTTON_EMAIL_SW].write((val & 0x08) == 0);
1319 s->buttons[BUTTON_FILE_SW].write((val & 0x10) == 0);