Searched refs:infoframe_type_to_idx (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c566 static const u8 infoframe_type_to_idx[] = { variable
580 for (i = 0; i < ARRAY_SIZE(infoframe_type_to_idx); i++) {
581 if (infoframe_type_to_idx[i] == type)
599 for (i = 0; i < ARRAY_SIZE(infoframe_type_to_idx); i++) {
600 unsigned int type = infoframe_type_to_idx[i];

Completed in 117 milliseconds