Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/sound/soc/fsl/
Dp1022_rdk.c392 struct device_node *guts_np; in p1022_rdk_init() local
396 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022_rdk_init()
397 if (of_address_to_resource(guts_np, 0, &res)) { in p1022_rdk_init()
399 of_node_put(guts_np); in p1022_rdk_init()
403 of_node_put(guts_np); in p1022_rdk_init()
Dp1022_ds.c428 struct device_node *guts_np; in p1022_ds_init() local
432 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022_ds_init()
433 if (of_address_to_resource(guts_np, 0, &res)) { in p1022_ds_init()
435 of_node_put(guts_np); in p1022_ds_init()
439 of_node_put(guts_np); in p1022_ds_init()