Searched refs:runtime_suspend_switch (Results 1 – 3 of 3) sorted by relevance
2409 .runtime_suspend_switch = icm_runtime_suspend_switch,2431 .runtime_suspend_switch = icm_runtime_suspend_switch,
519 int (*runtime_suspend_switch)(struct tb_switch *sw); member
2357 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()2358 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()