Lines Matching refs:gpiop
1060 struct device_node *gpiop; in find_audio_device() local
1063 gpiop = of_find_node_by_name(NULL, "gpio"); in find_audio_device()
1064 if (! gpiop) in find_audio_device()
1067 for (np = of_get_next_child(gpiop, NULL); np; in find_audio_device()
1068 np = of_get_next_child(gpiop, np)) { in find_audio_device()
1073 of_node_put(gpiop); in find_audio_device()
1080 struct device_node *gpiop; in find_compatible_audio_device() local
1083 gpiop = of_find_node_by_name(NULL, "gpio"); in find_compatible_audio_device()
1084 if (!gpiop) in find_compatible_audio_device()
1087 for (np = of_get_next_child(gpiop, NULL); np; in find_compatible_audio_device()
1088 np = of_get_next_child(gpiop, np)) { in find_compatible_audio_device()
1092 of_node_put(gpiop); in find_compatible_audio_device()