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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c298 } sdvo_cmd_names[] = { variable in typeref:struct:_sdvo_cmd_name
425 for (i = 0; i < ARRAY_SIZE(sdvo_cmd_names); i++) {
426 if (cmd == sdvo_cmd_names[i].cmd) {
427 DRM_LOG_KMS("(%s)", sdvo_cmd_names[i].name);
431 if (i == ARRAY_SIZE(sdvo_cmd_names))

Completed in 72 milliseconds