Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Ddomain.c658 if (!tb->cm_ops->approve_switch) in tb_domain_approve_switch()
666 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch()
685 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
697 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch_key()
720 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) in tb_domain_challenge_switch_key()
741 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_challenge_switch_key()
H A Dicm.c2392 .approve_switch = icm_fr_approve_switch,
2414 .approve_switch = icm_fr_approve_switch,
2436 .approve_switch = icm_tr_approve_switch,
H A Dtb.h526 int (*approve_switch)(struct tb *tb, struct tb_switch *sw); member
H A Dtb.c3293 .approve_switch = tb_tunnel_pci,