Searched refs:cm_ops (Results 1 – 4 of 4) sorted by relevance
142 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show()223 ret = tb->cm_ops->set_boot_acl(tb, acl, tb->nboot_acl); in boot_acl_store()269 tb->cm_ops->get_boot_acl && in domain_attr_is_visible()270 tb->cm_ops->set_boot_acl) in domain_attr_is_visible()375 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()386 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()407 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()424 if (tb->cm_ops->driver_ready) { in tb_domain_add()425 ret = tb->cm_ops->driver_ready(tb); in tb_domain_add()435 if (tb->cm_ops->start) { in tb_domain_add()[all …]
466 tb->cm_ops = &tb_cm_ops; in tb_probe()
1974 tb->cm_ops = &icm_fr_ops; in icm_probe()1992 tb->cm_ops = &icm_ar_ops; in icm_probe()2005 tb->cm_ops = &icm_tr_ops; in icm_probe()
82 const struct tb_cm_ops *cm_ops; member