Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Ddomain.c574 if (!tb->cm_ops->approve_switch) in tb_domain_approve_switch()
582 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch()
601 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
613 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch_key()
638 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) in tb_domain_challenge_switch_key()
683 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_challenge_switch_key()
Dtb.h230 int (*approve_switch)(struct tb *tb, struct tb_switch *sw); member
Dicm.c1902 .approve_switch = icm_fr_approve_switch,
1922 .approve_switch = icm_fr_approve_switch,
1942 .approve_switch = icm_tr_approve_switch,