Searched refs:dp_node (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/bridge/analogix/ |
| H A D | analogix_dp_core.c | 1392 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_bridge_mode_set() local 1446 of_property_read_u32(dp_node, "samsung,color-space", in analogix_dp_bridge_mode_set() 1448 of_property_read_u32(dp_node, "samsung,dynamic-range", in analogix_dp_bridge_mode_set() 1450 of_property_read_u32(dp_node, "samsung,ycbcr-coeff", in analogix_dp_bridge_mode_set() 1452 of_property_read_u32(dp_node, "samsung,color-depth", in analogix_dp_bridge_mode_set() 1454 if (of_property_read_bool(dp_node, "hsync-active-high")) in analogix_dp_bridge_mode_set() 1456 if (of_property_read_bool(dp_node, "vsync-active-high")) in analogix_dp_bridge_mode_set() 1458 if (of_property_read_bool(dp_node, "interlaced")) in analogix_dp_bridge_mode_set() 1495 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_dt_parse_pdata() local 1513 of_property_read_u32(dp_node, "samsung,link-rate", in analogix_dp_dt_parse_pdata() [all …]
|
| /linux-6.15/sound/soc/mediatek/mt8195/ |
| H A D | mt8195-mt6359.c | 1265 struct device_node *codec_node, *dp_node, *hdmi_node; in mt8195_mt6359_legacy_probe() local 1279 dp_node = of_parse_phandle(dev->of_node, "mediatek,dptx-codec", 0); in mt8195_mt6359_legacy_probe() 1284 if (!dp_node) { in mt8195_mt6359_legacy_probe() 1287 dai_link->codecs->of_node = dp_node; in mt8195_mt6359_legacy_probe()
|