Home
last modified time | relevance | path

Searched refs:omap_dt_match_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dpdata-quirks.c540 pdata_quirks_init_clocks(const struct of_device_id *omap_dt_match_table) in pdata_quirks_init_clocks() argument
550 of_platform_populate(np, omap_dt_match_table, in pdata_quirks_init_clocks()
557 void __init pdata_quirks_init(const struct of_device_id *omap_dt_match_table) in pdata_quirks_init() argument
571 pdata_quirks_init_clocks(omap_dt_match_table); in pdata_quirks_init()
573 of_platform_populate(NULL, omap_dt_match_table, in pdata_quirks_init()
H A Dboard-generic.c23 static const struct of_device_id omap_dt_match_table[] __initconst = { variable
31 pdata_quirks_init(omap_dt_match_table); in omap_generic_init()