cm_ops 141 drivers/thunderbolt/domain.c ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); cm_ops 222 drivers/thunderbolt/domain.c ret = tb->cm_ops->set_boot_acl(tb, acl, tb->nboot_acl); cm_ops 283 drivers/thunderbolt/domain.c tb->cm_ops->get_boot_acl && cm_ops 284 drivers/thunderbolt/domain.c tb->cm_ops->set_boot_acl) cm_ops 389 drivers/thunderbolt/domain.c if (!tb->cm_ops->handle_event) { cm_ops 400 drivers/thunderbolt/domain.c tb->cm_ops->handle_event(tb, type, buf, size); cm_ops 421 drivers/thunderbolt/domain.c if (WARN_ON(!tb->cm_ops)) cm_ops 438 drivers/thunderbolt/domain.c if (tb->cm_ops->driver_ready) { cm_ops 439 drivers/thunderbolt/domain.c ret = tb->cm_ops->driver_ready(tb); cm_ops 449 drivers/thunderbolt/domain.c if (tb->cm_ops->start) { cm_ops 450 drivers/thunderbolt/domain.c ret = tb->cm_ops->start(tb); cm_ops 487 drivers/thunderbolt/domain.c if (tb->cm_ops->stop) cm_ops 488 drivers/thunderbolt/domain.c tb->cm_ops->stop(tb); cm_ops 513 drivers/thunderbolt/domain.c if (tb->cm_ops->suspend_noirq) cm_ops 514 drivers/thunderbolt/domain.c ret = tb->cm_ops->suspend_noirq(tb); cm_ops 535 drivers/thunderbolt/domain.c if (tb->cm_ops->resume_noirq) cm_ops 536 drivers/thunderbolt/domain.c ret = tb->cm_ops->resume_noirq(tb); cm_ops 544 drivers/thunderbolt/domain.c return tb->cm_ops->suspend ? tb->cm_ops->suspend(tb) : 0; cm_ops 549 drivers/thunderbolt/domain.c if (tb->cm_ops->complete) cm_ops 550 drivers/thunderbolt/domain.c tb->cm_ops->complete(tb); cm_ops 555 drivers/thunderbolt/domain.c if (tb->cm_ops->runtime_suspend) { cm_ops 556 drivers/thunderbolt/domain.c int ret = tb->cm_ops->runtime_suspend(tb); cm_ops 567 drivers/thunderbolt/domain.c if (tb->cm_ops->runtime_resume) { cm_ops 568 drivers/thunderbolt/domain.c int ret = tb->cm_ops->runtime_resume(tb); cm_ops 588 drivers/thunderbolt/domain.c if (!tb->cm_ops->approve_switch) cm_ops 596 drivers/thunderbolt/domain.c return tb->cm_ops->approve_switch(tb, sw); cm_ops 615 drivers/thunderbolt/domain.c if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) cm_ops 623 drivers/thunderbolt/domain.c ret = tb->cm_ops->add_switch_key(tb, sw); cm_ops 627 drivers/thunderbolt/domain.c return tb->cm_ops->approve_switch(tb, sw); cm_ops 652 drivers/thunderbolt/domain.c if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) cm_ops 661 drivers/thunderbolt/domain.c ret = tb->cm_ops->challenge_switch_key(tb, sw, challenge, response); cm_ops 696 drivers/thunderbolt/domain.c return tb->cm_ops->approve_switch(tb, sw); cm_ops 717 drivers/thunderbolt/domain.c if (!tb->cm_ops->disconnect_pcie_paths) cm_ops 720 drivers/thunderbolt/domain.c return tb->cm_ops->disconnect_pcie_paths(tb); cm_ops 737 drivers/thunderbolt/domain.c if (!tb->cm_ops->approve_xdomain_paths) cm_ops 740 drivers/thunderbolt/domain.c return tb->cm_ops->approve_xdomain_paths(tb, xd); cm_ops 757 drivers/thunderbolt/domain.c if (!tb->cm_ops->disconnect_xdomain_paths) cm_ops 760 drivers/thunderbolt/domain.c return tb->cm_ops->disconnect_xdomain_paths(tb, xd); cm_ops 2173 drivers/thunderbolt/icm.c tb->cm_ops = &icm_fr_ops; cm_ops 2199 drivers/thunderbolt/icm.c tb->cm_ops = &icm_ar_ops; cm_ops 2214 drivers/thunderbolt/icm.c tb->cm_ops = &icm_tr_ops; cm_ops 2227 drivers/thunderbolt/icm.c tb->cm_ops = &icm_icl_ops; cm_ops 1436 drivers/thunderbolt/switch.c const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; cm_ops 1438 drivers/thunderbolt/switch.c if (cm_ops->runtime_suspend_switch) cm_ops 1439 drivers/thunderbolt/switch.c return cm_ops->runtime_suspend_switch(sw); cm_ops 1447 drivers/thunderbolt/switch.c const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; cm_ops 1449 drivers/thunderbolt/switch.c if (cm_ops->runtime_resume_switch) cm_ops 1450 drivers/thunderbolt/switch.c return cm_ops->runtime_resume_switch(sw); cm_ops 794 drivers/thunderbolt/tb.c tb->cm_ops = &tb_cm_ops; cm_ops 79 include/linux/thunderbolt.h const struct tb_cm_ops *cm_ops;