add_switch_key    615 drivers/thunderbolt/domain.c 	if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key)
add_switch_key    623 drivers/thunderbolt/domain.c 	ret = tb->cm_ops->add_switch_key(tb, sw);
add_switch_key   2084 drivers/thunderbolt/icm.c 	.add_switch_key = icm_fr_add_switch_key,
add_switch_key   2106 drivers/thunderbolt/icm.c 	.add_switch_key = icm_fr_add_switch_key,
add_switch_key   2128 drivers/thunderbolt/icm.c 	.add_switch_key = icm_tr_add_switch_key,
add_switch_key    285 drivers/thunderbolt/tb.h 	int (*add_switch_key)(struct tb *tb, struct tb_switch *sw);