Searched refs:dp_node (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_core.c | 1500 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_bridge_mode_set() local 1554 of_property_read_u32(dp_node, "samsung,color-space", in analogix_dp_bridge_mode_set() 1556 of_property_read_u32(dp_node, "samsung,dynamic-range", in analogix_dp_bridge_mode_set() 1558 of_property_read_u32(dp_node, "samsung,ycbcr-coeff", in analogix_dp_bridge_mode_set() 1560 of_property_read_u32(dp_node, "samsung,color-depth", in analogix_dp_bridge_mode_set() 1562 if (of_property_read_bool(dp_node, "hsync-active-high")) in analogix_dp_bridge_mode_set() 1564 if (of_property_read_bool(dp_node, "vsync-active-high")) in analogix_dp_bridge_mode_set() 1566 if (of_property_read_bool(dp_node, "interlaced")) in analogix_dp_bridge_mode_set() 1610 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_dt_parse_pdata() local 1628 of_property_read_u32(dp_node, "samsung,link-rate", in analogix_dp_dt_parse_pdata() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | samsung-pinctrl.txt | 369 struct device_node *dp_node = dev->of_node; 373 hpd_gpio = of_get_named_gpio(dp_node, "samsung,hpd-gpio", 0);
|