Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dicm.c2376 .runtime_resume_switch = icm_runtime_resume_switch,
2398 .runtime_resume_switch = icm_runtime_resume_switch,
H A Dtb.h497 int (*runtime_resume_switch)(struct tb_switch *sw); member
H A Dswitch.c2338 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
2339 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()