Searched refs:wake_put (Results 1 – 3 of 3) sorted by relevance
156 mhi_cntrl->wake_put(mhi_cntrl, true); in mhi_toggle_dev_wake()310 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_m0_transition()347 mhi_cntrl->wake_put(mhi_cntrl, true); in mhi_pm_m1_transition()449 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_mission_mode_transition()838 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_suspend()994 mhi_cntrl->wake_put(mhi_cntrl, false); in __mhi_device_get_sync()1075 if (!mhi_cntrl->wake_get || !mhi_cntrl->wake_put || in mhi_async_power_up()1078 mhi_cntrl->wake_put = mhi_deassert_dev_wake; in mhi_async_power_up()1275 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_device_put()
874 mhi_cntrl->wake_put = mhi_pci_wake_put_nop; in mhi_pci_probe()
434 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); member