Home
last modified time | relevance | path

Searched refs:match (Results 2376 - 2400 of 4135) sorted by relevance

1...<<919293949596979899100>>...166

/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c974 const struct meson_dw_hdmi_data *match; in meson_dw_hdmi_bind() local
992 match = of_device_get_match_data(&pdev->dev); in meson_dw_hdmi_bind()
993 if (!match) { in meson_dw_hdmi_bind()
994 dev_err(&pdev->dev, "failed to get match data\n"); in meson_dw_hdmi_bind()
1005 meson_dw_hdmi->data = match; in meson_dw_hdmi_bind()
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dak8975.c854 const void *match; in ak8975_probe() local
899 match = device_get_match_data(&client->dev); in ak8975_probe()
900 if (match) { in ak8975_probe()
901 chipset = (enum asahi_compass_chipset)(match); in ak8975_probe()
/kernel/linux/linux-5.10/drivers/phy/ti/
H A Dphy-ti-pipe3.c787 const struct of_device_id *match; in ti_pipe3_probe() local
794 match = of_match_device(ti_pipe3_id_table, dev); in ti_pipe3_probe()
795 if (!match) in ti_pipe3_probe()
798 data = (struct pipe3_data *)match->data; in ti_pipe3_probe()
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c986 const struct of_device_id *match; in abx500_gpio_probe() local
1007 match = of_match_device(abx500_gpio_match, &pdev->dev); in abx500_gpio_probe()
1008 if (!match) { in abx500_gpio_probe()
1012 id = (unsigned long)match->data; in abx500_gpio_probe()
/kernel/linux/linux-5.10/drivers/of/
H A Dfdt.c718 * Return: a non-zero value on match with smaller values returned for more
802 * of_flat_dt_match_machine - Iterate match tables to find matching machine.
804 * @default_match: A machine specific ptr to return in case of no match.
805 * @get_next_compat: callback function to return next compatible match table.
807 * Iterate through machine match tables to find the best match for the machine
937 const struct earlycon_id *match = *p_match; in early_init_dt_scan_chosen_stdout() local
939 if (!match->compatible[0]) in early_init_dt_scan_chosen_stdout()
942 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
945 if (of_setup_earlycon(match, offse in early_init_dt_scan_chosen_stdout()
[all...]
/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dphy-cadence-sierra.c485 const struct of_device_id *match; in cdns_sierra_phy_probe() local
498 match = of_match_device(cdns_sierra_id_table, dev); in cdns_sierra_phy_probe()
499 if (!match) in cdns_sierra_phy_probe()
502 data = (struct cdns_sierra_data *)match->data; in cdns_sierra_phy_probe()
/kernel/linux/linux-5.10/drivers/soc/ti/
H A Domap_prm.c628 const struct of_device_id *match; in omap_prm_probe() local
635 match = of_match_device(omap_prm_id_table, &pdev->dev); in omap_prm_probe()
636 if (!match) in omap_prm_probe()
643 data = match->data; in omap_prm_probe()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-davinci.c247 /* Subtract 1 to match what will be programmed into SPI register. */ in davinci_spi_get_prescale()
817 const struct of_device_id *match; in spi_davinci_get_pdata() local
821 match = of_match_device(davinci_spi_of_match, &pdev->dev); in spi_davinci_get_pdata()
822 if (!match) in spi_davinci_get_pdata()
825 spi_data = (struct davinci_spi_of_data *)match->data; in spi_davinci_get_pdata()
H A Dspi-lantiq-ssc.c909 const struct of_device_id *match; in lantiq_ssc_probe() local
914 match = of_match_device(lantiq_ssc_match, dev); in lantiq_ssc_probe()
915 if (!match) { in lantiq_ssc_probe()
916 dev_err(dev, "no device match\n"); in lantiq_ssc_probe()
919 hwcfg = match->data; in lantiq_ssc_probe()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dctl.c155 if (req->match(req, pkg)) { in tb_cfg_request_find()
806 req->match = tb_cfg_match; in tb_cfg_reset()
855 req->match = tb_cfg_match; in tb_cfg_read_raw()
920 req->match = tb_cfg_match; in tb_cfg_write_raw()
/kernel/linux/linux-5.10/drivers/thermal/
H A Darmada_thermal.c822 const struct of_device_id *match; in armada_thermal_probe() local
827 match = of_match_device(armada_thermal_id_table, &pdev->dev); in armada_thermal_probe()
828 if (!match) in armada_thermal_probe()
840 priv->data = (struct armada_thermal_data *)match->data; in armada_thermal_probe()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_dsps.c864 const struct of_device_id *match; in dsps_probe() local
872 match = of_match_node(musb_dsps_of_match, pdev->dev.of_node); in dsps_probe()
873 if (!match) { in dsps_probe()
877 wrp = match->data; in dsps_probe()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_recent.c699 .match = recent_mt,
709 .match = recent_mt,
719 .match = recent_mt,
729 .match = recent_mt,
/kernel/linux/linux-5.10/net/wireless/
H A Dmlme.c439 u8 match[]; member
556 if (memcmp(reg->match, match_data, mlen) == 0) { in cfg80211_mlme_register_mgmt()
574 memcpy(nreg->match, match_data, match_len); in cfg80211_mlme_register_mgmt()
794 if (memcmp(reg->match, data, reg->match_len)) in cfg80211_rx_mgmt_khz()
797 /* found match! */ in cfg80211_rx_mgmt_khz()
/kernel/linux/linux-5.10/sound/core/
H A Dinit.c51 int match = 1; in module_slot_match() local
61 match = 0; /* negative match */ in module_slot_match()
75 return !match; in module_slot_match()
80 return match; in module_slot_match()
/kernel/linux/linux-5.10/sound/soc/ti/
H A Dj721e-evm.c848 const struct of_device_id *match; in j721e_soc_probe() local
857 match = of_match_node(j721e_audio_of_match, node); in j721e_soc_probe()
858 if (!match) { in j721e_soc_probe()
859 dev_err(&pdev->dev, "No compatible match found\n"); in j721e_soc_probe()
867 priv->match_data = match->data; in j721e_soc_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c836 const struct of_device_id *match; in dra7xx_pcie_probe() local
841 match = of_match_device(of_match_ptr(of_dra7xx_pcie_match), dev); in dra7xx_pcie_probe()
842 if (!match) in dra7xx_pcie_probe()
845 data = (struct dra7xx_pcie_of_data *)match->data; in dra7xx_pcie_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-altera.c772 const struct of_device_id *match; in altera_pcie_probe() local
782 match = of_match_device(altera_pcie_of_match, &pdev->dev); in altera_pcie_probe()
783 if (!match) in altera_pcie_probe()
786 pcie->pcie_data = match->data; in altera_pcie_probe()
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
H A Drsparser.c124 struct acpi_vendor_uuid *match, in vendor_resource_matches()
135 if (uuid_subtype == match->subtype && in vendor_resource_matches()
136 uuid_len == sizeof(match->data) && in vendor_resource_matches()
137 memcmp(uuid, match->data, uuid_len) == 0) { in vendor_resource_matches()
122 vendor_resource_matches(struct pnp_dev *dev, struct acpi_resource_vendor_typed *vendor, struct acpi_vendor_uuid *match, int expected_len) vendor_resource_matches() argument
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c539 const struct of_device_id *match; in exynos_eint_wkup_init() local
541 match = of_match_node(exynos_wkup_irq_ids, np); in exynos_eint_wkup_init()
542 if (match) { in exynos_eint_wkup_init()
543 irq_chip = match->data; in exynos_eint_wkup_init()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dpfuze100-regulator.c681 /* device id NOT match with your setting */ in pfuze_identify()
717 const struct of_device_id *match; in pfuze100_regulator_probe() local
727 match = of_match_device(of_match_ptr(pfuze_dt_ids), in pfuze100_regulator_probe()
729 if (!match) { in pfuze100_regulator_probe()
730 dev_err(&client->dev, "Error: No device match found\n"); in pfuze100_regulator_probe()
733 pfuze_chip->chip_id = (int)(long)match->data; in pfuze100_regulator_probe()
737 dev_err(&client->dev, "No dts match or id table match found\n"); in pfuze100_regulator_probe()
H A Dqcom_rpm-regulator.c940 const struct of_device_id *match; in rpm_reg_probe() local
952 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
953 if (!match) { in rpm_reg_probe()
954 dev_err(&pdev->dev, "failed to match device\n"); in rpm_reg_probe()
958 for (reg = match->data; reg->name; reg++) { in rpm_reg_probe()
/kernel/linux/linux-5.10/drivers/staging/ralink-gdma/
H A Dralink-gdma.c794 const struct of_device_id *match; in gdma_dma_probe() local
808 match = of_match_device(gdma_of_match_table, &pdev->dev); in gdma_dma_probe()
809 if (!match) in gdma_dma_probe()
811 data = (struct gdma_data *)match->data; in gdma_dma_probe()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c542 u8 match = false; in rtw_is_wps_ie() local
546 return match; in rtw_is_wps_ie()
552 match = true; in rtw_is_wps_ie()
554 return match; in rtw_is_wps_ie()
/kernel/linux/linux-6.6/drivers/net/can/spi/
H A Dhi311x.c833 const void *match; in hi3110_can_probe() local
877 match = device_get_match_data(dev); in hi3110_can_probe()
878 if (match) in hi3110_can_probe()
879 priv->model = (enum hi3110_model)(uintptr_t)match; in hi3110_can_probe()

Completed in 35 milliseconds

1...<<919293949596979899100>>...166