Home
last modified time | relevance | path

Searched refs:match (Results 851 - 875 of 6491) sorted by relevance

1...<<31323334353637383940>>...260

/kernel/linux/linux-5.10/drivers/acpi/
H A Dioapic.c72 bool match = false; in acpi_is_ioapic() local
84 match = true; in acpi_is_ioapic()
87 match = true; in acpi_is_ioapic()
93 return match; in acpi_is_ioapic()
/kernel/linux/linux-5.10/arch/arm/mach-rockchip/
H A Dpm.c306 const struct of_device_id *match; in rockchip_suspend_init() local
311 &match); in rockchip_suspend_init()
312 if (!match) { in rockchip_suspend_init()
316 pm_data = (struct rockchip_pm_data *) match->data; in rockchip_suspend_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c101 const struct of_device_id *match; in fs_enet_mdio_probe() local
108 match = of_match_device(fs_enet_mdio_fec_match, &ofdev->dev); in fs_enet_mdio_probe()
109 if (!match) in fs_enet_mdio_probe()
111 get_bus_freq = match->data; in fs_enet_mdio_probe()
/kernel/linux/linux-6.6/arch/arm/mach-rockchip/
H A Dpm.c306 const struct of_device_id *match; in rockchip_suspend_init() local
311 &match); in rockchip_suspend_init()
312 if (!match) { in rockchip_suspend_init()
316 pm_data = (struct rockchip_pm_data *) match->data; in rockchip_suspend_init()
/kernel/linux/linux-5.10/drivers/misc/
H A Datmel-ssc.c136 const struct of_device_id *match; in atmel_ssc_get_driver_data() local
137 match = of_match_node(atmel_ssc_dt_ids, pdev->dev.of_node); in atmel_ssc_get_driver_data()
138 if (match == NULL) in atmel_ssc_get_driver_data()
140 return match->data; in atmel_ssc_get_driver_data()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dda9063_onkey.c195 const struct of_device_id *match; in da9063_onkey_probe() local
199 match = of_match_node(da9063_compatible_reg_id_table, in da9063_onkey_probe()
201 if (!match) in da9063_onkey_probe()
211 onkey->config = match->data; in da9063_onkey_probe()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-atmel-aic-common.c193 const struct of_device_id *match; in aic_common_irq_fixup() local
198 match = of_match_node(matches, root); in aic_common_irq_fixup()
200 if (match) { in aic_common_irq_fixup()
201 void (*fixup)(void) = match->data; in aic_common_irq_fixup()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c47 switch (le16_to_cpu(ac->match)) { in ionic_rx_filter_replay()
133 switch (le16_to_cpu(ac->match)) { in ionic_rx_filter_save()
185 if (le16_to_cpu(f->cmd.match) != IONIC_RX_FILTER_MATCH_VLAN) in ionic_rx_filter_by_vlan()
205 if (le16_to_cpu(f->cmd.match) != IONIC_RX_FILTER_MATCH_MAC) in ionic_rx_filter_by_addr()
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-of.c191 * a string to match which may be compatible with the device in i2c_of_match_device_sysfs()
193 * of_match_device() will not match in i2c_of_match_device_sysfs()
215 const struct of_device_id *match; in i2c_of_match_device() local
220 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
221 if (match) in i2c_of_match_device()
222 return match; in i2c_of_match_device()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dvexpress-hwmon.c210 const struct of_device_id *match; in vexpress_hwmon_probe() local
219 match = of_match_device(vexpress_hwmon_of_match, &pdev->dev); in vexpress_hwmon_probe()
220 if (!match) in vexpress_hwmon_probe()
222 type = match->data; in vexpress_hwmon_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-designware-plat.c180 const struct of_device_id *match; in dw_plat_pcie_probe() local
184 match = of_match_device(dw_plat_pcie_of_match, dev); in dw_plat_pcie_probe()
185 if (!match) in dw_plat_pcie_probe()
188 data = (struct dw_plat_pcie_of_data *)match->data; in dw_plat_pcie_probe()
/kernel/linux/linux-5.10/drivers/phy/ralink/
H A Dphy-ralink-usb.c175 const struct of_device_id *match; in ralink_usb_phy_probe() local
178 match = of_match_device(ralink_usb_phy_of_match, &pdev->dev); in ralink_usb_phy_probe()
179 if (!match) in ralink_usb_phy_probe()
186 phy->clk = (uintptr_t)match->data; in ralink_usb_phy_probe()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dqcom_gsbi.c129 const struct of_device_id *match; in gsbi_probe() local
153 match = of_match_node(tcsr_dt_match, tcsr_node); in gsbi_probe()
154 if (match) in gsbi_probe()
155 config = match->data; in gsbi_probe()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dda9062-thermal.c35 * include a modification of these settings to match the required
195 const struct of_device_id *match; in da9062_thermal_probe() local
198 match = of_match_node(da9062_compatible_reg_id_table, in da9062_thermal_probe()
200 if (!match) in da9062_thermal_probe()
224 thermal->config = match->data; in da9062_thermal_probe()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_policy.c18 MODULE_DESCRIPTION("Xtables: IPsec policy match");
38 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state()
41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state()
162 .match = policy_mt,
170 .match = policy_mt,
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dst_lpc_wdt.c153 const struct of_device_id *match; in st_wdog_probe() local
176 match = of_match_device(st_wdog_match, dev); in st_wdog_probe()
177 if (!match) { in st_wdog_probe()
178 dev_err(dev, "Couldn't match device\n"); in st_wdog_probe()
181 st_wdog->syscfg = (struct st_wdog_syscfg *)match->data; in st_wdog_probe()
/kernel/linux/linux-5.10/drivers/memory/
H A Dti-emif-pm.c280 const struct of_device_id *match; in ti_emif_probe() local
287 match = of_match_device(ti_emif_of_match, &pdev->dev); in ti_emif_probe()
288 if (!match) in ti_emif_probe()
291 emif_data->pm_data.ti_emif_sram_config = (unsigned long)match->data; in ti_emif_probe()
H A Dfsl-corenet-cf.c176 const struct of_device_id *match; in ccf_probe() local
180 match = of_match_device(ccf_matches, &pdev->dev); in ccf_probe()
181 if (WARN_ON(!match)) in ccf_probe()
201 ccf->info = match->data; in ccf_probe()
/kernel/linux/linux-5.10/drivers/mfd/
H A Datmel-smc.c345 const struct of_device_id *match; in atmel_hsmc_get_reg_layout() local
347 match = of_match_node(atmel_smc_ids, np); in atmel_hsmc_get_reg_layout()
349 return match ? match->data : ERR_PTR(-EINVAL); in atmel_hsmc_get_reg_layout()
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-atmel-hlcdc.c245 const struct of_device_id *match; in atmel_hlcdc_pwm_probe() local
261 match = of_match_node(atmel_hlcdc_dt_ids, dev->parent->of_node); in atmel_hlcdc_pwm_probe()
262 if (match) in atmel_hlcdc_pwm_probe()
263 chip->errata = match->data; in atmel_hlcdc_pwm_probe()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-mcp23s08_spi.c149 const void *match; in mcp23s08_probe() local
157 match = device_get_match_data(dev); in mcp23s08_probe()
158 if (match) in mcp23s08_probe()
159 type = (int)(uintptr_t)match; in mcp23s08_probe()
/kernel/linux/linux-6.6/drivers/memory/
H A Dfsl-corenet-cf.c175 const struct of_device_id *match; in ccf_probe() local
179 match = of_match_device(ccf_matches, &pdev->dev); in ccf_probe()
180 if (WARN_ON(!match)) in ccf_probe()
192 ccf->info = match->data; in ccf_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps6594-i2c.c207 const struct of_device_id *match; in tps6594_i2c_probe() local
223 match = of_match_device(tps6594_i2c_of_match_table, dev); in tps6594_i2c_probe()
224 if (!match) in tps6594_i2c_probe()
226 tps->chip_id = (unsigned long)match->data; in tps6594_i2c_probe()
/kernel/linux/linux-6.6/drivers/misc/
H A Datmel-ssc.c136 const struct of_device_id *match; in atmel_ssc_get_driver_data() local
137 match = of_match_node(atmel_ssc_dt_ids, pdev->dev.of_node); in atmel_ssc_get_driver_data()
138 if (match == NULL) in atmel_ssc_get_driver_data()
140 return match->data; in atmel_ssc_get_driver_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c102 const struct of_device_id *match; in fs_enet_mdio_probe() local
109 match = of_match_device(fs_enet_mdio_fec_match, &ofdev->dev); in fs_enet_mdio_probe()
110 if (!match) in fs_enet_mdio_probe()
112 get_bus_freq = match->data; in fs_enet_mdio_probe()

Completed in 12 milliseconds

1...<<31323334353637383940>>...260