Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Ddomain.c438 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()
462 if (tb->cm_ops->start) { in tb_domain_add()
463 ret = tb->cm_ops->start(tb); in tb_domain_add()
501 if (tb->cm_ops->stop) in tb_domain_remove()
502 tb->cm_ops->stop(tb); in tb_domain_remove()
558 return tb->cm_ops->suspend ? tb->cm_ops->suspend(tb) : 0; in tb_domain_suspend()
581 if (tb->cm_ops->thaw_noirq) in tb_domain_thaw_noirq()
590 if (tb->cm_ops->complete) in tb_domain_complete()
591 tb->cm_ops->complete(tb); in tb_domain_complete()
673 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
[all …]
A Dusb4.c112 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in __usb4_switch_op() local
122 if (cm_ops->usb4_switch_op) { in __usb4_switch_op()
125 ret = cm_ops->usb4_switch_op(sw, opcode, metadata, status, in __usb4_switch_op()
658 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in usb4_switch_nvm_authenticate_status() local
663 if (cm_ops->usb4_switch_nvm_authenticate_status) { in usb4_switch_nvm_authenticate_status()
664 ret = cm_ops->usb4_switch_nvm_authenticate_status(sw, status); in usb4_switch_nvm_authenticate_status()
A Dswitch.c2227 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_suspend() local
2229 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()
2230 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()
2238 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_resume() local
2240 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
2241 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()
A Dicm.c2456 tb->cm_ops = &icm_fr_ops; in icm_probe()
2482 tb->cm_ops = &icm_ar_ops; in icm_probe()
2497 tb->cm_ops = &icm_tr_ops; in icm_probe()
2510 tb->cm_ops = &icm_icl_ops; in icm_probe()
2532 tb->cm_ops = &icm_icl_ops; in icm_probe()
2544 tb->cm_ops = &icm_tr_ops; in icm_probe()
A Dtb.c2285 tb->cm_ops = &tb_cm_ops; in tb_probe()
/linux-6.3-rc2/include/linux/
A Dthunderbolt.h82 const struct tb_cm_ops *cm_ops; member

Completed in 25 milliseconds