Lines Matching refs:state
96 /* bitmask of FLED outputs use state (bit 0. - FLED1, bit 1. - FLED2) */
338 bool *state)
348 *state = v & FLASH_STATUS_FLASH_ON;
516 bool state)
525 if (!state) {
562 bool *state)
568 if (!state)
573 ret = max77693_get_strobe_status(led, state);
575 *state = !!(*state && (led->strobing_sub_led_id == sub_led->fled_id));