Searched refs:of_get_next_child (Results 1 - 22 of 22) sorted by relevance

/drivers/video/nvidia/
H A Dnv_of.c49 (dp = of_get_next_child(parent, dp)) != NULL;) {
/drivers/mtd/
H A Dofpart.c43 while ((pp = of_get_next_child(node, pp)))
55 while ((pp = of_get_next_child(node, pp))) {
/drivers/macintosh/
H A Dwindfarm_smu_controls.c270 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;)
275 fans && (fan = of_get_next_child(fans, fan)) != NULL;) {
290 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;)
294 fans && (fan = of_get_next_child(fans, fan)) != NULL;) {
H A Dwindfarm_max6690_sensor.c141 while ((dev = of_get_next_child(busnode, dev)) != NULL) {
H A Dwindfarm_smu_sat.c257 while ((child = of_get_next_child(dev, child)) != NULL) {
366 while ((dev = of_get_next_child(busnode, dev)) != NULL)
H A Dmacio_asic.c479 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) {
496 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) {
509 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) {
H A Dwindfarm_smu_sensors.c427 (sensors = of_get_next_child(smu, sensors)) != NULL;)
435 sensors && (s = of_get_next_child(sensors, s)) != NULL;) {
H A Dwindfarm_lm75_sensor.c181 (dev = of_get_next_child(busnode, dev)) != NULL;) {
H A Drack-meter.c376 while ((i2s = of_get_next_child(mdev->ofdev.dev.of_node, i2s)) != NULL)
384 while ((np = of_get_next_child(i2s, np)) != NULL) {
H A Dsmu.c639 for (np = NULL; (np = of_get_next_child(smu->of_node, np)) != NULL;)
H A Dtherm_pm72.c2150 while ((np = of_get_next_child(fcu_node, np)) != NULL) {
/drivers/cpufreq/
H A Dmaple-cpufreq.c229 (cpunode = of_get_next_child(cpus, cpunode)) != NULL;) {
/drivers/hwmon/
H A Dads1015.c170 || !of_get_next_child(client->dev.of_node, NULL))
/drivers/pci/hotplug/
H A Drpadlpar_core.c53 while ((dn = of_get_next_child(parent, dn))) {
/drivers/input/keyboard/
H A Dgpio_keys.c564 while ((pp = of_get_next_child(node, pp)))
576 while ((pp = of_get_next_child(node, pp))) {
/drivers/mtd/nand/
H A Dndfc.c188 flash_np = of_get_next_child(node, NULL);
H A Dfsl_upm.c180 flash_np = of_get_next_child(upm_np, NULL);
/drivers/of/
H A Dbase.c343 * of_get_next_child - Iterate a node childs
350 struct device_node *of_get_next_child(const struct device_node *node, function
364 EXPORT_SYMBOL(of_get_next_child); variable
/drivers/edac/
H A Dcpc925_edac.c603 while ((cpunode = of_get_next_child(cpus, cpunode)) != NULL) {
/drivers/mtd/devices/
H A Dspear_smi.c773 while ((pp = of_get_next_child(np, pp))) {
/drivers/tty/serial/
H A Dpmac_zilog.c1653 for (np = NULL; (np = of_get_next_child(node_p, np)) != NULL;) {
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c3101 while ((eth_dn = of_get_next_child(lhea_dn, eth_dn))) {
3139 while ((eth_dn = of_get_next_child(lhea_dn, eth_dn))) {

Completed in 3293 milliseconds