Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/imx/
Dimx8m.c134 struct device_node *res_node; in imx8m_probe() local
186 res_node = of_parse_phandle(np, "memory-region", 0); in imx8m_probe()
187 if (!res_node) { in imx8m_probe()
193 ret = of_address_to_resource(res_node, 0, &res); in imx8m_probe()
Dimx8.c213 struct device_node *res_node; in imx8_probe() local
310 res_node = of_parse_phandle(np, "memory-region", 0); in imx8_probe()
311 if (!res_node) { in imx8_probe()
317 ret = of_address_to_resource(res_node, 0, &res); in imx8_probe()
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c217 struct vmw_validation_res_node *res_node = NULL; in vmw_validation_find_res_dup() local
226 res_node = container_of(hash, typeof(*res_node), hash); in vmw_validation_find_res_dup()
232 res_node = entry; in vmw_validation_find_res_dup()
239 res_node = entry; in vmw_validation_find_res_dup()
246 return res_node; in vmw_validation_find_res_dup()