Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Ddomain.c674 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
682 ret = tb->cm_ops->add_switch_key(tb, sw); in tb_domain_approve_switch_key()
H A Dicm.c2359 .add_switch_key = icm_fr_add_switch_key,
2381 .add_switch_key = icm_fr_add_switch_key,
2403 .add_switch_key = icm_tr_add_switch_key,
H A Dtb.h509 int (*add_switch_key)(struct tb *tb, struct tb_switch *sw); member