Home
last modified time | relevance | path

Searched refs:of_property_read_u64 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h275 int of_property_read_u64(const struct device_node *np, const char *propname,
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c497 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() function
H A Dofnode.c65 return of_property_read_u64(ofnode_to_np(node), propname, outp); in ofnode_read_u64()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp.c1325 if (of_property_read_u64(endpoint, "link-frequencies", &frequency) < 0) in analogix_dp_parse_link_frequencies()
H A Ddw-dp.c1746 if (of_property_read_u64(endpoint, "link-frequencies", &frequency) < 0) in dw_dp_parse_link_frequencies()