Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/imx/
Dimx8ulp.c167 struct device_node *res_node; in imx8ulp_probe() local
229 res_node = of_parse_phandle(np, "memory-reserved", 0); in imx8ulp_probe()
230 if (!res_node) { in imx8ulp_probe()
236 ret = of_address_to_resource(res_node, 0, &res); in imx8ulp_probe()
237 of_node_put(res_node); in imx8ulp_probe()
Dimx8m.c155 struct device_node *res_node; in imx8m_probe() local
219 res_node = of_parse_phandle(np, "memory-region", 0); in imx8m_probe()
220 if (!res_node) { in imx8m_probe()
226 ret = of_address_to_resource(res_node, 0, &res); in imx8m_probe()
227 of_node_put(res_node); in imx8m_probe()
Dimx8.c187 struct device_node *res_node; in imx8_probe() local
289 res_node = of_parse_phandle(np, "memory-region", 0); in imx8_probe()
290 if (!res_node) { in imx8_probe()
296 ret = of_address_to_resource(res_node, 0, &res); in imx8_probe()
297 of_node_put(res_node); in imx8_probe()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c215 struct vmw_validation_res_node *res_node = NULL; in vmw_validation_find_res_dup() local
224 res_node = container_of(hash, typeof(*res_node), hash); in vmw_validation_find_res_dup()
230 res_node = entry; in vmw_validation_find_res_dup()
237 res_node = entry; in vmw_validation_find_res_dup()
244 return res_node; in vmw_validation_find_res_dup()