Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Ddomain.c138 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show()
217 ret = tb->cm_ops->set_boot_acl(tb, acl, tb->nboot_acl); in boot_acl_store()
246 deauthorization = !!tb->cm_ops->disapprove_switch; in deauthorization_show()
291 tb->cm_ops->get_boot_acl && in domain_attr_is_visible()
292 tb->cm_ops->set_boot_acl) in domain_attr_is_visible()
339 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
352 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
439 if (WARN_ON(!tb->cm_ops)) in tb_domain_add()
449 if (tb->cm_ops->driver_ready) { in tb_domain_add()
450 ret = tb->cm_ops->driver_ready(tb); in tb_domain_add()
[all …]
H A Dswitch.c2310 const struct tb_cm_ops *cm_ops = sw->tb->cm_ops; in tb_switch_runtime_suspend() local
2312 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() local
2323 if (cm_ops->runtime_resume_switch) in tb_switch_runtime_resume()
2324 return cm_ops->runtime_resume_switch(sw); in tb_switch_runtime_resume()
H A Dtb.c3344 tb->cm_ops = &tb_cm_ops; in tb_probe()
/linux/include/linux/
H A Dthunderbolt.h68 * @cm_ops: Connection manager specific operations vector
81 const struct tb_cm_ops *cm_ops;
82 const struct tb_cm_ops *cm_ops; global() member