Lines Matching defs:child_device_config
335 struct child_device_config { struct
336 u16 handle;
337 u16 device_type; /* See DEVICE_TYPE_* above */
339 union {
358 } __packed;
360 u16 addin_offset;
361 u8 dvo_port; /* See DEVICE_PORT_* and DVO_PORT_* above */
362 u8 i2c_pin;
363 u8 slave_addr;
364 u8 ddc_pin;
365 u16 edid_ptr;
366 u8 dvo_cfg; /* See DEVICE_CFG_* above */
368 union {
389 } __packed;
391 u8 pipe_cap:2;
392 u8 sdvo_stall:1; /* 158 */
393 u8 hpd_status:2;
394 u8 integrated_encoder:1;
395 u8 capabilities_reserved:2;
396 u8 dvo_wiring; /* See DEVICE_WIRE_* above */
398 union {
401 } __packed;
403 u16 extended_type;
404 u8 dvo_function;
405 u8 dp_usb_type_c:1; /* 195 */
406 u8 flags2_reserved:7; /* 195 */
407 u8 dp_gpio_index; /* 195 */
408 u16 dp_gpio_pin_num; /* 195 */
409 u8 dp_iboost_level:4; /* 196 */
410 u8 hdmi_iboost_level:4; /* 196 */