Home
last modified time | relevance | path

Searched defs:adf_interface_data (Results 1 – 2 of 2) sorted by relevance

/system/core/deprecated-adf/libadf/original-kernel-headers/video/
Dadf.h315 struct adf_interface_data { struct
316 char name[ADF_NAME_LEN];
318 __u32 type;
319 __u32 id;
321 __u32 flags;
323 __u8 dpms_state;
324 __u8 hotplug_detect;
325 __u16 width_mm;
326 __u16 height_mm;
328 struct drm_mode_modeinfo current_mode;
[all …]
/system/core/deprecated-adf/libadf/include/video/
Dadf.h159 struct adf_interface_data { struct
160 char name[ADF_NAME_LEN];
161 __u32 type;
162 __u32 id;
164 __u32 flags;
165 __u8 dpms_state;
166 __u8 hotplug_detect;
167 __u16 width_mm;
169 __u16 height_mm;
170 struct drm_mode_modeinfo current_mode;
[all …]