Home
last modified time | relevance | path

Searched refs:cm_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/thunderbolt/
A Ddomain.c446 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()
470 if (tb->cm_ops->start) { in tb_domain_add()
471 ret = tb->cm_ops->start(tb); in tb_domain_add()
509 if (tb->cm_ops->stop) in tb_domain_remove()
510 tb->cm_ops->stop(tb); in tb_domain_remove()
566 return tb->cm_ops->suspend ? tb->cm_ops->suspend(tb) : 0; in tb_domain_suspend()
589 if (tb->cm_ops->thaw_noirq) in tb_domain_thaw_noirq()
598 if (tb->cm_ops->complete) in tb_domain_complete()
599 tb->cm_ops->complete(tb); in tb_domain_complete()
681 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
[all …]
A Dusb4.c134 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in __usb4_switch_op() local
144 if (cm_ops->usb4_switch_op) { in __usb4_switch_op()
147 ret = cm_ops->usb4_switch_op(sw, opcode, metadata, status, in __usb4_switch_op()
663 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in usb4_switch_nvm_authenticate_status() local
668 if (cm_ops->usb4_switch_nvm_authenticate_status) { in usb4_switch_nvm_authenticate_status()
669 ret = cm_ops->usb4_switch_nvm_authenticate_status(sw, status); in usb4_switch_nvm_authenticate_status()
A Dswitch.c2015 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_suspend() local
2017 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()
2018 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()
2026 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_resume() local
2028 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
2029 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()
A Dicm.c2451 tb->cm_ops = &icm_fr_ops; in icm_probe()
2477 tb->cm_ops = &icm_ar_ops; in icm_probe()
2492 tb->cm_ops = &icm_tr_ops; in icm_probe()
2505 tb->cm_ops = &icm_icl_ops; in icm_probe()
2522 tb->cm_ops = &icm_icl_ops; in icm_probe()
2533 tb->cm_ops = &icm_tr_ops; in icm_probe()
A Dtb.c1652 tb->cm_ops = &tb_cm_ops; in tb_probe()
/linux/include/linux/
A Dthunderbolt.h82 const struct tb_cm_ops *cm_ops; member

Completed in 23 milliseconds