TB_DP_AUX_EN      931 drivers/thunderbolt/switch.c 	return !!(data[0] & (TB_DP_VIDEO_EN | TB_DP_AUX_EN));
TB_DP_AUX_EN      953 drivers/thunderbolt/switch.c 		data[0] |= TB_DP_VIDEO_EN | TB_DP_AUX_EN;
TB_DP_AUX_EN      955 drivers/thunderbolt/switch.c 		data[0] &= ~(TB_DP_VIDEO_EN | TB_DP_AUX_EN);