Home
last modified time | relevance | path

Searched refs:device_get_match_data (Results 1 – 25 of 34) sorted by relevance

12

/drivers/base/
Dproperty.c1103 const void *device_get_match_data(struct device *dev) in device_get_match_data() function
1105 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);
/drivers/thermal/
Dthermal_mmio.c63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.c133 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
Dingenic_nand_drv.c446 nfc->soc_info = device_get_match_data(dev); in ingenic_nand_probe()
/drivers/iio/accel/
Dst_accel_i2c.c159 match = device_get_match_data(&client->dev); in st_accel_i2c_probe()
/drivers/crypto/
Dqcom-rng.c178 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
/drivers/dma/dw/
Dplatform.c34 match = device_get_match_data(dev); in dw_probe()
/drivers/iio/adc/
Dti-adc128s052.c142 config = (unsigned long) device_get_match_data(&spi->dev); in adc128_probe()
Dingenic-adc.c336 soc_data = device_get_match_data(dev); in ingenic_adc_probe()
/drivers/spi/
Dspi-dw-mmio.c189 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()
/drivers/nvmem/
Dbcm-ocotp.c267 priv->map = device_get_match_data(dev); in bcm_otpc_probe()
/drivers/mmc/host/
Dsdhci-iproc.c298 iproc_data = device_get_match_data(dev); in sdhci_iproc_probe()
/drivers/memory/
Djz4780-nemc.c283 nemc->soc_info = device_get_match_data(dev); in jz4780_nemc_probe()
/drivers/input/touchscreen/
Dst1232.c184 match = device_get_match_data(&client->dev); in st1232_ts_probe()
Dsx8654.c335 sx8654->data = device_get_match_data(&client->dev); in sx8654_probe()
/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c386 ops = device_get_match_data(&pdev->dev); in socfpga_dwmac_probe()
/drivers/i2c/busses/
Di2c-designware-platdrv.c315 dev->flags |= (uintptr_t)device_get_match_data(&pdev->dev); in dw_i2c_plat_probe()
/drivers/soc/amlogic/
Dmeson-clk-measure.c618 match_data = device_get_match_data(&pdev->dev); in meson_msr_probe()
/drivers/tty/serial/
Dsc16is7xx.c1395 devtype = device_get_match_data(&spi->dev); in sc16is7xx_spi_probe()
1452 devtype = device_get_match_data(&i2c->dev); in sc16is7xx_i2c_probe()
/drivers/pinctrl/intel/
Dpinctrl-intel.c1461 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()
/drivers/pinctrl/
Dpinctrl-ocelot.c791 info->desc = (struct pinctrl_desc *)device_get_match_data(dev); in ocelot_pinctrl_probe()
/drivers/of/
Dproperty.c1307 .device_get_match_data = of_fwnode_device_get_match_data,
/drivers/pinctrl/qcom/
Dpinctrl-ssbi-gpio.c776 pctrl->npins = (uintptr_t) device_get_match_data(&pdev->dev); in pm8xxx_gpio_probe()
Dpinctrl-spmi-gpio.c986 npins = (uintptr_t) device_get_match_data(&pdev->dev); in pmic_gpio_probe()
/drivers/media/i2c/
Dvideo-i2c.c767 data->chip = device_get_match_data(&client->dev); in video_i2c_probe()

12