Lines Matching defs:mode
150 u8 mode;
210 /* Bootloader mode status */
530 /* Check app crc fail mode */
570 * In application update mode, the interrupt
1441 * Either we are in fallback mode due to wrong
1453 * will force fallback mode until the configuration is
2265 /* Chip is not in appmode or bootloader mode */
2272 dev_err(&client->dev, "Could not recover from bootloader mode\n");
2281 /* Attempt to exit bootloader into app mode */
2424 static int mxt_read_diagnostic_debug(struct mxt_data *data, u8 mode,
2431 u8 cmd = mode;
2467 if (p->mode != mode || p->page != page) {
2475 /* For remaining pages, write PAGEUP rather than mode */
2503 u8 mode;
2514 mode = MXT_DIAGNOSTIC_DELTAS;
2518 mode = MXT_DIAGNOSTIC_REFS;
2522 ret = mxt_read_diagnostic_debug(data, mode, ptr);
2941 /* Change to the bootloader mode */
3235 * Ignore ACPI devices representing bootloader mode.
3239 * interested in application mode only (if device is in bootloader
3240 * mode we'll end up switching into application anyway). So far
3241 * application mode addresses were all above 0x40, so we'll use it
3337 * could be accepted by controller if it was in a deep-sleep mode.