Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Ddomain.c142 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 …]
Dtb.c469 tb->cm_ops = &tb_cm_ops; in tb_probe()
Dicm.c1983 tb->cm_ops = &icm_fr_ops; in icm_probe()
2001 tb->cm_ops = &icm_ar_ops; in icm_probe()
2014 tb->cm_ops = &icm_tr_ops; in icm_probe()
/linux-4.19.296/include/linux/
Dthunderbolt.h82 const struct tb_cm_ops *cm_ops; member