Home
last modified time | relevance | path

Searched refs:res_node (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/imx/
H A 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()
194 of_node_put(res_node); in imx8m_probe()
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c219 struct vmw_validation_res_node *res_node = NULL; in vmw_validation_find_res_dup() local
230 res_node = container_of(hash, typeof(*res_node), hash); in vmw_validation_find_res_dup()
239 res_node = entry; in vmw_validation_find_res_dup()
246 res_node = entry; in vmw_validation_find_res_dup()
253 return res_node; in vmw_validation_find_res_dup()
/kernel/linux/linux-6.6/sound/soc/sof/imx/
H A 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()
H A 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()
H A 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()

Completed in 12 milliseconds