Home
last modified time | relevance | path

Searched refs:dp_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1533 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_bridge_mode_set() local
1587 of_property_read_u32(dp_node, "samsung,color-space", in analogix_dp_bridge_mode_set()
1589 of_property_read_u32(dp_node, "samsung,dynamic-range", in analogix_dp_bridge_mode_set()
1591 of_property_read_u32(dp_node, "samsung,ycbcr-coeff", in analogix_dp_bridge_mode_set()
1593 of_property_read_u32(dp_node, "samsung,color-depth", in analogix_dp_bridge_mode_set()
1595 if (of_property_read_bool(dp_node, "hsync-active-high")) in analogix_dp_bridge_mode_set()
1597 if (of_property_read_bool(dp_node, "vsync-active-high")) in analogix_dp_bridge_mode_set()
1599 if (of_property_read_bool(dp_node, "interlaced")) in analogix_dp_bridge_mode_set()
1636 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_dt_parse_pdata() local
1654 of_property_read_u32(dp_node, "samsung,link-rate", in analogix_dp_dt_parse_pdata()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c269 } __packed dp_node = { in execute() local
345 (struct efi_device_path *)&dp_node, true, false); in execute()
/openbmc/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c1384 struct device_node *platform_node, *adsp_node, *dp_node, *hdmi_node; in mt8195_mt6359_dev_probe() local
1461 dp_node = of_parse_phandle(pdev->dev.of_node, "mediatek,dptx-codec", 0); in mt8195_mt6359_dev_probe()
1474 if (!dp_node) { in mt8195_mt6359_dev_probe()
1477 dai_link->codecs->of_node = dp_node; in mt8195_mt6359_dev_probe()
1538 of_node_put(dp_node); in mt8195_mt6359_dev_probe()