Home
last modified time | relevance | path

Searched refs:add_switch_key (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Ddomain.c678 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
686 ret = tb->cm_ops->add_switch_key(tb, sw); in tb_domain_approve_switch_key()
H A Dtb.h492 * @add_switch_key: Add key to switch
527 int (*add_switch_key)(struct tb *tb, struct tb_switch *sw); member