Searched refs:device_get_match_data (Results 1 – 25 of 34) sorted by relevance
12
1103 const void *device_get_match_data(struct device *dev) in device_get_match_data() function1105 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()1107 EXPORT_SYMBOL_GPL(device_get_match_data);
63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
133 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
446 nfc->soc_info = device_get_match_data(dev); in ingenic_nand_probe()
159 match = device_get_match_data(&client->dev); in st_accel_i2c_probe()
178 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
34 match = device_get_match_data(dev); in dw_probe()
142 config = (unsigned long) device_get_match_data(&spi->dev); in adc128_probe()
336 soc_data = device_get_match_data(dev); in ingenic_adc_probe()
189 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()
267 priv->map = device_get_match_data(dev); in bcm_otpc_probe()
298 iproc_data = device_get_match_data(dev); in sdhci_iproc_probe()
283 nemc->soc_info = device_get_match_data(dev); in jz4780_nemc_probe()
184 match = device_get_match_data(&client->dev); in st1232_ts_probe()
335 sx8654->data = device_get_match_data(&client->dev); in sx8654_probe()
386 ops = device_get_match_data(&pdev->dev); in socfpga_dwmac_probe()
315 dev->flags |= (uintptr_t)device_get_match_data(&pdev->dev); in dw_i2c_plat_probe()
618 match_data = device_get_match_data(&pdev->dev); in meson_msr_probe()
1395 devtype = device_get_match_data(&spi->dev); in sc16is7xx_spi_probe()1452 devtype = device_get_match_data(&i2c->dev); in sc16is7xx_i2c_probe()
1461 data = device_get_match_data(&pdev->dev); in intel_pinctrl_probe_by_hid()1475 const void *match = device_get_match_data(&pdev->dev); in intel_pinctrl_probe_by_uid()
791 info->desc = (struct pinctrl_desc *)device_get_match_data(dev); in ocelot_pinctrl_probe()
1307 .device_get_match_data = of_fwnode_device_get_match_data,
776 pctrl->npins = (uintptr_t) device_get_match_data(&pdev->dev); in pm8xxx_gpio_probe()
986 npins = (uintptr_t) device_get_match_data(&pdev->dev); in pmic_gpio_probe()
767 data->chip = device_get_match_data(&client->dev); in video_i2c_probe()