/linux-6.6.21/scripts/coccinelle/misc/ |
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[] = {
|
/linux-6.6.21/include/linux/ |
D | of_device.h | 11 struct of_device_id; 15 extern const struct of_device_id *of_match_device( 16 const struct of_device_id *matches, const struct device *dev); 66 static inline const struct of_device_id *of_match_device( in of_match_device() 67 const struct of_device_id *matches, const struct device *dev) in of_match_device()
|
D | of_platform.h | 14 struct of_device_id; 50 extern const struct of_device_id of_default_bus_match_table[]; 71 const struct of_device_id *matches, 83 const struct of_device_id *matches, 108 const struct of_device_id *matches, in of_platform_populate()
|
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()
|
/linux-6.6.21/arch/powerpc/platforms/52xx/ |
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 = {
|
/linux-6.6.21/drivers/clocksource/ |
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()
|
/linux-6.6.21/arch/mips/include/asm/ |
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()
|
/linux-6.6.21/drivers/i2c/ |
D | i2c-core-of.c | 116 static const struct of_device_id* 117 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() 145 const struct of_device_id 146 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() 149 const struct of_device_id *match; in i2c_of_match_device()
|
/linux-6.6.21/sound/soc/codecs/ |
D | cs42xx8-i2c.c | 21 static const struct of_device_id cs42xx8_of_match[]; 27 const struct of_device_id *of_id; in cs42xx8_i2c_probe() 53 static const struct of_device_id cs42xx8_of_match[] = {
|
D | tlv320aic32x4-i2c.c | 19 static const struct of_device_id aic32x4_of_id[]; 34 const struct of_device_id *oid; in aic32x4_i2c_probe() 61 static const struct of_device_id aic32x4_of_id[] = {
|
D | tlv320aic32x4-spi.c | 19 static const struct of_device_id aic32x4_of_id[]; 35 const struct of_device_id *oid; in aic32x4_spi_probe() 61 static const struct of_device_id aic32x4_of_id[] = {
|
/linux-6.6.21/drivers/cpufreq/ |
D | sun50i-cpufreq-nvmem.c | 161 static const struct of_device_id sun50i_cpufreq_match_list[] = { 167 static const struct of_device_id *sun50i_cpufreq_match_node(void) in sun50i_cpufreq_match_node() 169 const struct of_device_id *match; in sun50i_cpufreq_match_node() 186 const struct of_device_id *match; in sun50i_cpufreq_init()
|
D | cpufreq-dt-platdev.c | 18 static const struct of_device_id allowlist[] __initconst = { 105 static const struct of_device_id blocklist[] __initconst = { 203 const struct of_device_id *match; in cpufreq_dt_platdev_init()
|
D | ti-cpufreq.c | 332 static const struct of_device_id ti_cpufreq_of_match[] = { 347 static const struct of_device_id *ti_cpufreq_match_node(void) in ti_cpufreq_match_node() 350 const struct of_device_id *match; in ti_cpufreq_match_node() 362 const struct of_device_id *match; in ti_cpufreq_probe() 440 const struct of_device_id *match; in ti_cpufreq_init()
|
/linux-6.6.21/arch/mips/ralink/ |
D | of.c | 32 static const struct of_device_id mtmips_memc_match[] = { 41 static const struct of_device_id mtmips_sysc_match[] = { 56 mtmips_of_remap_node(const struct of_device_id *match, const char *type) in mtmips_of_remap_node()
|
/linux-6.6.21/arch/arm/mach-mediatek/ |
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()
|
/linux-6.6.21/drivers/media/platform/samsung/exynos4-is/ |
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()
|
/linux-6.6.21/drivers/soc/bcm/brcmstb/pm/ |
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()
|
/linux-6.6.21/drivers/cpuidle/ |
D | cpuidle-big_little.c | 75 static const struct of_device_id bl_idle_state_match[] __initconst = { 160 static const struct of_device_id compatible_machine_match[] = { 170 const struct of_device_id *match_id; in bl_idle_init()
|
D | dt_idle_states.c | 21 const struct of_device_id *match_id, in init_state_node() 149 const struct of_device_id *matches, in dt_init_idle_driver() 154 const struct of_device_id *match_id; in dt_init_idle_driver()
|
/linux-6.6.21/drivers/irqchip/ |
D | irqchip.c | 24 static const struct of_device_id 27 extern struct of_device_id __irqchip_of_table[];
|
/linux-6.6.21/drivers/clk/ |
D | clk-scpi.c | 131 static const struct of_device_id scpi_clk_match[] __maybe_unused = { 138 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match, in scpi_clk_ops_init() 191 const struct of_device_id *match) in scpi_clk_add() 267 const struct of_device_id *match; in scpi_clocks_probe() 294 static const struct of_device_id scpi_clocks_ids[] = {
|
/linux-6.6.21/arch/arm/mach-tegra/ |
D | irq.c | 62 static const struct of_device_id tegra114_dt_gic_match[] __initconst = { 83 static const struct of_device_id tegra_ictlr_match[] __initconst = {
|
/linux-6.6.21/drivers/mtd/maps/ |
D | physmap-versatile.c | 28 static const struct of_device_id syscon_match[] = { 78 static const struct of_device_id ebi_match[] = { 192 const struct of_device_id *devid; in of_flash_probe_versatile()
|
/linux-6.6.21/drivers/dma/dw/ |
D | rzn1-dmamux.c | 108 static const struct of_device_id rzn1_dmac_match[] = { 117 const struct of_device_id *match; in rzn1_dmamux_probe() 143 static const struct of_device_id rzn1_dmamux_match[] = {
|