Searched refs:cm_ops (Results 1 – 6 of 6) sorted by relevance
439 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()463 if (tb->cm_ops->start) { in tb_domain_add()502 if (tb->cm_ops->stop) in tb_domain_remove()503 tb->cm_ops->stop(tb); in tb_domain_remove()510 if (tb->cm_ops->deinit) in tb_domain_remove()511 tb->cm_ops->deinit(tb); in tb_domain_remove()563 return tb->cm_ops->suspend ? tb->cm_ops->suspend(tb) : 0; in tb_domain_suspend()595 if (tb->cm_ops->complete) in tb_domain_complete()596 tb->cm_ops->complete(tb); in tb_domain_complete()678 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()[all …]
112 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in __usb4_switch_op() local122 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()687 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in usb4_switch_nvm_authenticate_status() local692 if (cm_ops->usb4_switch_nvm_authenticate_status) { in usb4_switch_nvm_authenticate_status()693 ret = cm_ops->usb4_switch_nvm_authenticate_status(sw, status); in usb4_switch_nvm_authenticate_status()
2310 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_suspend() local2312 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()2313 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()2321 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_resume() local2323 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()2324 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()
2454 tb->cm_ops = &icm_fr_ops; in icm_probe()2480 tb->cm_ops = &icm_ar_ops; in icm_probe()2495 tb->cm_ops = &icm_tr_ops; in icm_probe()2508 tb->cm_ops = &icm_icl_ops; in icm_probe()2530 tb->cm_ops = &icm_icl_ops; in icm_probe()2543 tb->cm_ops = &icm_tr_ops; in icm_probe()
3225 tb->cm_ops = &tb_cm_ops; in tb_probe()
81 const struct tb_cm_ops *cm_ops; member
Completed in 34 milliseconds