Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Dpdata-quirks.c531 pdata_quirks_init_clocks(const struct of_device_id *omap_dt_match_table) in pdata_quirks_init_clocks() argument
541 of_platform_populate(np, omap_dt_match_table, in pdata_quirks_init_clocks()
548 void __init pdata_quirks_init(const struct of_device_id *omap_dt_match_table) in pdata_quirks_init() argument
562 pdata_quirks_init_clocks(omap_dt_match_table); in pdata_quirks_init()
564 of_platform_populate(NULL, omap_dt_match_table, in pdata_quirks_init()
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()