Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Ddomain.c617 if (!tb->cm_ops->approve_switch) in tb_domain_approve_switch()
625 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch()
644 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
656 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch_key()
681 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) in tb_domain_challenge_switch_key()
725 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_challenge_switch_key()
Dicm.c2142 .approve_switch = icm_fr_approve_switch,
2164 .approve_switch = icm_fr_approve_switch,
2186 .approve_switch = icm_tr_approve_switch,
Dtb.h389 int (*approve_switch)(struct tb *tb, struct tb_switch *sw); member
Dtb.c1519 .approve_switch = tb_tunnel_pci,