Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Ddomain.c646 if (!tb->cm_ops->approve_switch) in tb_domain_approve_switch()
654 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch()
673 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key) in tb_domain_approve_switch_key()
685 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_approve_switch_key()
710 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) in tb_domain_challenge_switch_key()
754 return tb->cm_ops->approve_switch(tb, sw); in tb_domain_challenge_switch_key()
A Dicm.c2360 .approve_switch = icm_fr_approve_switch,
2382 .approve_switch = icm_fr_approve_switch,
2404 .approve_switch = icm_tr_approve_switch,
A Dtb.h504 int (*approve_switch)(struct tb *tb, struct tb_switch *sw); member
A Dtb.c2203 .approve_switch = tb_tunnel_pci,

Completed in 16 milliseconds