Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thunderbolt/
Dtb.h467 int (*runtime_resume_switch)(struct tb_switch *sw); member
Dicm.c2378 .runtime_resume_switch = icm_runtime_resume_switch,
2400 .runtime_resume_switch = icm_runtime_resume_switch,
Dswitch.c2152 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
2153 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()