infoframe_type_to_idx  571 drivers/gpu/drm/i915/display/intel_hdmi.c static const u8 infoframe_type_to_idx[] = {
infoframe_type_to_idx  585 drivers/gpu/drm/i915/display/intel_hdmi.c 	for (i = 0; i < ARRAY_SIZE(infoframe_type_to_idx); i++) {
infoframe_type_to_idx  586 drivers/gpu/drm/i915/display/intel_hdmi.c 		if (infoframe_type_to_idx[i] == type)
infoframe_type_to_idx  604 drivers/gpu/drm/i915/display/intel_hdmi.c 	for (i = 0; i < ARRAY_SIZE(infoframe_type_to_idx); i++) {
infoframe_type_to_idx  605 drivers/gpu/drm/i915/display/intel_hdmi.c 		unsigned int type = infoframe_type_to_idx[i];