Searched refs:sleep_state (Results 1 – 1 of 1) sorted by relevance
510 enum mdm_hl7800_sleep sleep_state; member675 if (is_cmd_rdy && (iface_ctx.sleep_state != HL7800_SLEEP_AWAKE) && in check_hl7800_awake()680 } else if (!is_cmd_rdy && iface_ctx.sleep_state == HL7800_SLEEP_AWAKE && in check_hl7800_awake()2453 iface_ctx.sleep_state = state; in set_sleep_state()2454 if (iface_ctx.sleep_state != HL7800_SLEEP_AWAKE) { in set_sleep_state()2464 event.code = iface_ctx.sleep_state; in generate_sleep_state_event()2465 event.string = get_sleep_state_string(iface_ctx.sleep_state); in generate_sleep_state_event()4761 if (iface_ctx.sleep_state != iface_ctx.desired_sleep_level) { in mdm_vgpio_work_cb()4928 if (iface_ctx.sleep_state == HL7800_SLEEP_SLEEP) { in mdm_uart_cts_callback()