Home
last modified time | relevance | path

Searched refs:of_id (Results 1 – 3 of 3) sorted by relevance

/arch/arm/kernel/
Dperf_event_cpu.c295 const struct of_device_id *of_id; in cpu_pmu_device_probe() local
315 if (node && (of_id = of_match_node(cpu_pmu_of_device_ids, pdev->dev.of_node))) { in cpu_pmu_device_probe()
316 init_fn = of_id->data; in cpu_pmu_device_probe()
/arch/arm/mach-at91/
Dsetup.c433 const struct of_device_id *of_id; in at91_dt_ramc() local
437 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc()
443 standby = of_id->data; in at91_dt_ramc()
/arch/arm/mach-omap2/
Dgpmc.c1595 const struct of_device_id *of_id = in gpmc_probe_dt() local
1598 if (!of_id) in gpmc_probe_dt()