Searched refs:wake_put (Results 1 – 3 of 3) sorted by relevance
166 mhi_cntrl->wake_put(mhi_cntrl, true); in mhi_toggle_dev_wake()325 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_m0_transition()362 mhi_cntrl->wake_put(mhi_cntrl, true); in mhi_pm_m1_transition()464 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_mission_mode_transition()875 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_pm_suspend()1031 mhi_cntrl->wake_put(mhi_cntrl, false); in __mhi_device_get_sync()1112 if (!mhi_cntrl->wake_get || !mhi_cntrl->wake_put || in mhi_async_power_up()1115 mhi_cntrl->wake_put = mhi_deassert_dev_wake; in mhi_async_power_up()1335 mhi_cntrl->wake_put(mhi_cntrl, false); in mhi_device_put()
1140 mhi_cntrl->wake_put = mhi_pci_wake_put_nop; in mhi_pci_probe()
428 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); member