Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c141 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show()
222 ret = tb->cm_ops->set_boot_acl(tb, acl, tb->nboot_acl); in boot_acl_store()
283 tb->cm_ops->get_boot_acl && in domain_attr_is_visible()
284 tb->cm_ops->set_boot_acl) in domain_attr_is_visible()
389 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
400 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
421 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()
438 if (tb->cm_ops->driver_ready) { in tb_domain_add()
439 ret = tb->cm_ops->driver_ready(tb); in tb_domain_add()
449 if (tb->cm_ops->start) { in tb_domain_add()
[all …]
H A Dswitch.c1781 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_suspend() local
1783 if (cm_ops->runtime_suspend_switch) in tb_switch_runtime_suspend()
1784 return cm_ops->runtime_suspend_switch(sw); in tb_switch_runtime_suspend()
1792 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_resume() local
1794 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
1795 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()
H A Dicm.c2232 tb->cm_ops = &icm_fr_ops; in icm_probe()
2258 tb->cm_ops = &icm_ar_ops; in icm_probe()
2273 tb->cm_ops = &icm_tr_ops; in icm_probe()
2286 tb->cm_ops = &icm_icl_ops; in icm_probe()
2301 tb->cm_ops = &icm_icl_ops; in icm_probe()
2313 tb->cm_ops = &icm_tr_ops; in icm_probe()
H A Dtb.c1534 tb->cm_ops = &tb_cm_ops; in tb_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h79 const struct tb_cm_ops *cm_ops; member