Home
last modified time | relevance | path

Searched refs:runtime_suspend_switch (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.h383 int (*runtime_suspend_switch)(struct tb_switch *sw); member
H A Dicm.c2159 .runtime_suspend_switch = icm_runtime_suspend_switch,
2181 .runtime_suspend_switch = icm_runtime_suspend_switch,
H A Dswitch.c1783 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()
1784 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()