OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdmi_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_dual_mode_helper.c
144
static bool is_hdmi_adaptor(const char
hdmi_id
[DP_DUAL_MODE_HDMI_ID_LEN])
149
return memcmp(
hdmi_id
, dp_dual_mode_hdmi_id,
164
static bool is_lspcon_adaptor(const char
hdmi_id
[DP_DUAL_MODE_HDMI_ID_LEN],
167
return is_hdmi_adaptor(
hdmi_id
) &&
189
char
hdmi_id
[DP_DUAL_MODE_HDMI_ID_LEN] = {};
local
208
hdmi_id
, sizeof(
hdmi_id
));
210
ret ? 0 : (int)sizeof(
hdmi_id
),
hdmi_id
, ret);
231
if (is_lspcon_adaptor(
hdmi_id
, adaptor_id)
[
all
...]
drm_edid.c
4013
int
hdmi_id
;
local
4021
hdmi_id
= db[1] | (db[2] << 8) | (db[3] << 16);
4023
return
hdmi_id
== HDMI_IEEE_OUI;
Completed in 42 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026