Searched refs:sleep_notif (Results 1 – 3 of 3) sorted by relevance
248 __le32 sleep_notif; member
2436 u32 sleep_notif = in iwl_pcie_irq_msix_handler() local2437 le32_to_cpu(trans_pcie->prph_info->sleep_notif); in iwl_pcie_irq_msix_handler()2439 if (sleep_notif == IWL_D3_SLEEP_STATUS_SUSPEND || in iwl_pcie_irq_msix_handler()2440 sleep_notif == IWL_D3_SLEEP_STATUS_RESUME) { in iwl_pcie_irq_msix_handler()2443 sleep_notif); in iwl_pcie_irq_msix_handler()2450 sleep_notif); in iwl_pcie_irq_msix_handler()
4421 struct il_sleep_notification *sleep = &(pkt->u.sleep_notif); in il_hdl_pm_sleep()