Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dcacheinfo.c109 struct device_node *ofnode; /* OF node for this cache, may be cpu */ member
134 …tic void __cpuinit cache_init(struct cache *cache, int type, int level, struct device_node *ofnode) in cache_init() argument
138 cache->ofnode = of_node_get(ofnode); in cache_init()
143 static struct cache *__cpuinit new_cache(int type, int level, struct device_node *ofnode) in new_cache() argument
149 cache_init(cache, type, level, ofnode); in new_cache()
161 iter->ofnode->full_name, in release_cache_debugcheck()
163 cache->ofnode->full_name, in release_cache_debugcheck()
173 cache_type_string(cache), cache->ofnode->full_name); in release_cache()
177 of_node_put(cache->ofnode); in release_cache()
188 cpu, next->ofnode->full_name, in cache_cpu_set()
[all …]
/linux-2.6.39/arch/powerpc/sysdev/bestcomm/
Dbestcomm.c84 tsk->irq = irq_of_parse_and_map(bcom_eng->ofnode, tsk->tasknum); in bcom_task_alloc()
408 bcom_eng->ofnode = op->dev.of_node; in mpc52xx_bcom_probe()
476 of_node_put(bcom_eng->ofnode); in mpc52xx_bcom_remove()
Dbestcomm_priv.h69 struct device_node *ofnode; member
/linux-2.6.39/drivers/macintosh/
Dmediabay.c563 struct device_node *ofnode; in media_bay_attach() local
567 ofnode = mdev->ofdev.dev.of_node; in media_bay_attach()