| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | of_table.cocci | 18 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = { 25 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = { 36 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = { 45 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = { 58 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = { 66 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/ |
| H A D | mpc52xx_common.c | 26 static const struct of_device_id mpc52xx_xlb_ids[] __initconst = { 31 static const struct of_device_id mpc52xx_bus_ids[] __initconst = { 111 static const struct of_device_id mpc52xx_gpt_ids[] __initconst = { 116 static const struct of_device_id mpc52xx_cdm_ids[] __initconst = { 121 static const struct of_device_id mpc52xx_gpio_simple[] __initconst = { 125 static const struct of_device_id mpc52xx_gpio_wkup[] __initconst = {
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_platform.h | 49 extern const struct of_device_id of_default_bus_match_table[]; 71 const struct of_device_id *matches, 75 const struct of_device_id *matches, 88 const struct of_device_id *matches, in of_platform_populate()
|
| H A D | of_clk.h | 10 struct of_device_id; 16 void of_clk_init(const struct of_device_id *matches); 29 static inline void of_clk_init(const struct of_device_id *matches) {} in of_clk_init()
|
| H A D | of_device.h | 15 extern const struct of_device_id *of_match_device( 16 const struct of_device_id *matches, const struct device *dev); 102 static inline const struct of_device_id *__of_match_device( in __of_match_device() 103 const struct of_device_id *matches, const struct device *dev) in __of_match_device()
|
| H A D | of.h | 275 const struct of_device_id *matches, 276 const struct of_device_id **match); 362 extern const struct of_device_id *of_match_node( 363 const struct of_device_id *matches, const struct device_node *node); 396 extern int of_alias_get_alias_list(const struct of_device_id *matches, 608 const struct of_device_id *matches, in of_find_matching_node_and_match() 609 const struct of_device_id **match) in of_find_matching_node_and_match() 922 static inline int of_alias_get_alias_list(const struct of_device_id *matches, in of_alias_get_alias_list() 1047 const struct of_device_id *matches) in of_find_matching_node() 1313 static const struct of_device_id __of_table_##name \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_of.h | 12 struct of_device_id; 15 void __init rcar_du_of_init(const struct of_device_id *of_ids); 17 static inline void rcar_du_of_init(const struct of_device_id *of_ids) { } in rcar_du_of_init()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-probe.c | 11 extern struct of_device_id __timer_of_table[]; 13 static const struct of_device_id __timer_of_table_sentinel 19 const struct of_device_id *match; in timer_probe()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | machine.h | 14 const struct of_device_id *matches; 43 static inline const struct of_device_id * 46 const struct of_device_id *match; in mips_machine_is_compatible()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-of.c | 185 static const struct of_device_id* 186 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() 214 const struct of_device_id 215 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() 218 const struct of_device_id *match; in i2c_of_match_device()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | sun50i-cpufreq-nvmem.c | 168 static const struct of_device_id sun50i_cpufreq_match_list[] = { 174 static const struct of_device_id *sun50i_cpufreq_match_node(void) in sun50i_cpufreq_match_node() 176 const struct of_device_id *match; in sun50i_cpufreq_match_node() 193 const struct of_device_id *match; in sun50i_cpufreq_init()
|
| H A D | ti-cpufreq.c | 298 static const struct of_device_id ti_cpufreq_of_match[] = { 311 static const struct of_device_id *ti_cpufreq_match_node(void) in ti_cpufreq_match_node() 314 const struct of_device_id *match; in ti_cpufreq_match_node() 326 const struct of_device_id *match; in ti_cpufreq_probe() 413 const struct of_device_id *match; in ti_cpufreq_init()
|
| H A D | cpufreq-dt-platdev.c | 18 static const struct of_device_id whitelist[] __initconst = { 88 static const struct of_device_id blacklist[] __initconst = { 189 const struct of_device_id *match; in cpufreq_dt_platdev_init()
|
| /OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/ |
| H A D | pm-mips.c | 338 static const struct of_device_id aon_ctrl_dt_ids[] = { 343 static const struct of_device_id ddr_phy_dt_ids[] = { 348 static const struct of_device_id arb_dt_ids[] = { 353 static const struct of_device_id timers_ids[] = { 364 static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches, in brcmstb_ioremap_match() 368 const struct of_device_id *match; in brcmstb_ioremap_match()
|
| H A D | pm-arm.c | 138 static const struct of_device_id sram_dt_ids[] = { 533 static const struct of_device_id aon_ctrl_dt_ids[] = { 577 static const struct of_device_id ddr_phy_dt_ids[] = { 616 static const struct of_device_id ddr_shimphy_dt_ids[] = { 621 static const struct of_device_id brcmstb_memc_of_match[] = { 649 static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches, in brcmstb_ioremap_match() 653 const struct of_device_id *match; in brcmstb_ioremap_match() 681 const struct of_device_id *of_id = NULL; in brcmstb_pm_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/ |
| H A D | common.c | 19 static const struct of_device_id brcmstb_machine_match[] = { 26 const struct of_device_id *match; in soc_is_brcmstb() 51 static const struct of_device_id sun_top_ctrl_match[] = {
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mediatek/ |
| H A D | platsmp.c | 44 static const struct of_device_id mtk_tz_smp_boot_infos[] __initconst = { 51 static const struct of_device_id mtk_smp_boot_infos[] __initconst = { 80 const struct of_device_id *infos; in __mtk_smp_prepare_cpus()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-scpi.c | 132 static const struct of_device_id scpi_clk_match[] = { 139 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match, in scpi_clk_ops_init() 192 const struct of_device_id *match) in scpi_clk_add() 269 const struct of_device_id *match; in scpi_clocks_probe() 296 static const struct of_device_id scpi_clocks_ids[] = {
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle-big_little.c | 74 static const struct of_device_id bl_idle_state_match[] __initconst = { 156 static const struct of_device_id compatible_machine_match[] = { 167 const struct of_device_id *match_id; in bl_idle_init()
|
| H A D | dt_idle_states.c | 22 const struct of_device_id *match_id, in init_state_node() 150 const struct of_device_id *matches, in dt_init_idle_driver() 155 const struct of_device_id *match_id; in dt_init_idle_driver()
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | common.c | 10 static const struct of_device_id tegra_machine_match[] = { 22 const struct of_device_id *match; in soc_is_tegra()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-sensor.c | 16 static const struct of_device_id fimc_is_sensor_of_ids[] = { 27 const struct of_device_id *of_id; in fimc_is_sensor_get_drvdata()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-at91/ |
| H A D | pm.c | 42 const struct of_device_id *ws_ids; 105 static const struct of_device_id sama5d2_ws_ids[] = { 117 static const struct of_device_id sam9x60_ws_ids[] = { 131 const struct of_device_id *match; in at91_pm_config_ws() 512 static const struct of_device_id ramc_ids[] __initconst = { 523 const struct of_device_id *of_id; in at91_dt_ramc() 710 static const struct of_device_id atmel_shdwc_ids[] = { 787 static const struct of_device_id atmel_pmc_ids[] __initconst = { 851 const struct of_device_id *of_id; in at91_pm_init()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | dma-crossbar.c | 22 static const struct of_device_id ti_dma_xbar_match[] = { 125 static const struct of_device_id ti_am335x_master_match[] = { 133 const struct of_device_id *match; in ti_am335x_xbar_probe() 300 static const struct of_device_id ti_dra7_master_match[] = { 325 const struct of_device_id *match; in ti_dra7_xbar_probe() 442 const struct of_device_id *match; in ti_dma_xbar_probe()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irqchip.c | 24 static const struct of_device_id 27 extern struct of_device_id __irqchip_of_table[];
|