Searched defs:child_device_config (Results 1 – 2 of 2) sorted by relevance
352 struct child_device_config { struct353 u16 handle;354 u16 device_type; /* See DEVICE_TYPE_* above */356 union {375 } __packed;377 u16 addin_offset;378 u8 dvo_port; /* See DEVICE_PORT_* and DVO_PORT_* above */379 u8 i2c_pin;380 u8 slave_addr;381 u8 ddc_pin;[all …]
196 struct child_device_config { struct197 u16 handle;198 u16 device_type;199 u8 device_id[10]; /* ascii string */200 u16 addin_offset;201 u8 dvo_port; /* See Device_PORT_* above */202 u8 i2c_pin;203 u8 slave_addr;204 u8 ddc_pin;205 u16 edid_ptr;[all …]