Searched refs:guts_np (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/powerpc/platforms/85xx/ |
D | p1022_rdk.c | 45 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()
|
D | p1022_ds.c | 375 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-v6.6/sound/soc/fsl/ |
D | p1022_rdk.c | 377 struct device_node *guts_np; in p1022_rdk_init() local 381 guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022_rdk_init() 382 if (of_address_to_resource(guts_np, 0, &res)) { in p1022_rdk_init() 384 of_node_put(guts_np); in p1022_rdk_init() 388 of_node_put(guts_np); in p1022_rdk_init()
|
D | mpc8610_hpcd.c | 418 struct device_node *guts_np; in mpc8610_hpcd_init() local 424 guts_np = of_find_compatible_node(NULL, NULL, "fsl,mpc8610-guts"); in mpc8610_hpcd_init() 425 if (of_address_to_resource(guts_np, 0, &res)) { in mpc8610_hpcd_init() 427 of_node_put(guts_np); in mpc8610_hpcd_init() 431 of_node_put(guts_np); in mpc8610_hpcd_init()
|
D | p1022_ds.c | 428 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()
|