Searched refs:dp_node (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_core.c | 1370 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_bridge_mode_set() local 1426 of_property_read_u32(dp_node, "samsung,color-space", in analogix_dp_bridge_mode_set() 1428 of_property_read_u32(dp_node, "samsung,dynamic-range", in analogix_dp_bridge_mode_set() 1430 of_property_read_u32(dp_node, "samsung,ycbcr-coeff", in analogix_dp_bridge_mode_set() 1432 of_property_read_u32(dp_node, "samsung,color-depth", in analogix_dp_bridge_mode_set() 1434 if (of_property_read_bool(dp_node, "hsync-active-high")) in analogix_dp_bridge_mode_set() 1436 if (of_property_read_bool(dp_node, "vsync-active-high")) in analogix_dp_bridge_mode_set() 1438 if (of_property_read_bool(dp_node, "interlaced")) in analogix_dp_bridge_mode_set() 1484 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_dt_parse_pdata() local 1502 of_property_read_u32(dp_node, "samsung,link-rate", in analogix_dp_dt_parse_pdata() [all …]
|
/Linux-v4.19/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);
|