Home
last modified time | relevance | path

Searched refs:guts_np (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/powerpc/platforms/85xx/
Dp1022_rdk.c45 struct device_node *guts_np = NULL; in p1022rdk_set_pixel_clock() local
52 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022rdk_set_pixel_clock()
53 if (!guts_np) { in p1022rdk_set_pixel_clock()
58 guts = of_iomap(guts_np, 0); in p1022rdk_set_pixel_clock()
59 of_node_put(guts_np); in p1022rdk_set_pixel_clock()
Dp1022_ds.c375 struct device_node *guts_np = NULL; in p1022ds_set_pixel_clock() local
382 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022ds_set_pixel_clock()
383 if (!guts_np) { in p1022ds_set_pixel_clock()
388 guts = of_iomap(guts_np, 0); in p1022ds_set_pixel_clock()
389 of_node_put(guts_np); in p1022ds_set_pixel_clock()
/linux-6.1.9/arch/powerpc/platforms/86xx/
Dmpc8610_hpcd.c223 struct device_node *guts_np = NULL; in mpc8610hpcd_set_pixel_clock() local
230 guts_np = of_find_compatible_node(NULL, NULL, "fsl,mpc8610-guts"); in mpc8610hpcd_set_pixel_clock()
231 if (!guts_np) { in mpc8610hpcd_set_pixel_clock()
236 guts = of_iomap(guts_np, 0); in mpc8610hpcd_set_pixel_clock()
237 of_node_put(guts_np); in mpc8610hpcd_set_pixel_clock()
/linux-6.1.9/sound/soc/fsl/
Dp1022_rdk.c379 struct device_node *guts_np; in p1022_rdk_init() local
383 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022_rdk_init()
384 if (of_address_to_resource(guts_np, 0, &res)) { in p1022_rdk_init()
386 of_node_put(guts_np); in p1022_rdk_init()
390 of_node_put(guts_np); in p1022_rdk_init()
Dmpc8610_hpcd.c420 struct device_node *guts_np; in mpc8610_hpcd_init() local
426 guts_np = of_find_compatible_node(NULL, NULL, "fsl,mpc8610-guts"); in mpc8610_hpcd_init()
427 if (of_address_to_resource(guts_np, 0, &res)) { in mpc8610_hpcd_init()
429 of_node_put(guts_np); in mpc8610_hpcd_init()
433 of_node_put(guts_np); in mpc8610_hpcd_init()
Dp1022_ds.c430 struct device_node *guts_np; in p1022_ds_init() local
434 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022_ds_init()
435 if (of_address_to_resource(guts_np, 0, &res)) { in p1022_ds_init()
437 of_node_put(guts_np); in p1022_ds_init()
441 of_node_put(guts_np); in p1022_ds_init()