Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/gma500/
Dintel_bios.h182 struct child_device_config { struct
183 u16 handle;
184 u16 device_type;
185 u8 device_id[10]; /* ascii string */
186 u16 addin_offset;
187 u8 dvo_port; /* See Device_PORT_* above */
188 u8 i2c_pin;
189 u8 target_addr;
190 u8 ddc_pin;
191 u16 edid_ptr;
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h458 struct child_device_config { struct
459 u16 handle;
460 u16 device_type; /* See DEVICE_TYPE_* above */
462 union {
491 } __packed;
493 u16 addin_offset;
494 u8 dvo_port; /* See DEVICE_PORT_* and DVO_PORT_* above */
495 u8 i2c_pin;
496 u8 target_addr;
497 u8 ddc_pin;
[all …]