Lines Matching defs:child_device_config
349 struct child_device_config { struct
350 u16 handle;
351 u16 device_type; /* See DEVICE_TYPE_* above */
353 union {
372 } __packed;
374 u16 addin_offset;
375 u8 dvo_port; /* See DEVICE_PORT_* and DVO_PORT_* above */
376 u8 i2c_pin;
377 u8 slave_addr;
378 u8 ddc_pin;
379 u16 edid_ptr;
380 u8 dvo_cfg; /* See DEVICE_CFG_* above */
382 union {
404 } __packed;
406 u8 pipe_cap:2;
407 u8 sdvo_stall:1; /* 158 */
408 u8 hpd_status:2;
409 u8 integrated_encoder:1;
410 u8 capabilities_reserved:2;
411 u8 dvo_wiring; /* See DEVICE_WIRE_* above */
413 union {
416 } __packed;
418 u16 extended_type;
419 u8 dvo_function;
420 u8 dp_usb_type_c:1; /* 195 */
421 u8 tbt:1; /* 209 */
422 u8 flags2_reserved:2; /* 195 */
423 u8 dp_port_trace_length:4; /* 209 */
424 u8 dp_gpio_index; /* 195 */
425 u16 dp_gpio_pin_num; /* 195 */
426 u8 dp_iboost_level:4; /* 196 */
427 u8 hdmi_iboost_level:4; /* 196 */
428 u8 dp_max_link_rate:2; /* 216 CNL+ */
429 u8 dp_max_link_rate_reserved:6; /* 216 */