device_get_match_data 1351 drivers/acpi/property.c 		.device_get_match_data = acpi_fwnode_device_get_match_data, \
device_get_match_data 1105 drivers/base/property.c 	return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev);
device_get_match_data 1107 drivers/base/property.c EXPORT_SYMBOL_GPL(device_get_match_data);
device_get_match_data  178 drivers/crypto/qcom-rng.c 	rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev);
device_get_match_data  849 drivers/dma/dma-jz4780.c 	soc_data = device_get_match_data(dev);
device_get_match_data   34 drivers/dma/dw/platform.c 	match = device_get_match_data(dev);
device_get_match_data  855 drivers/dma/k3dma.c 	soc_data = device_get_match_data(&op->dev);
device_get_match_data  750 drivers/dma/qcom/hidma.c 	cap = (enum hidma_cap) device_get_match_data(dev);
device_get_match_data  952 drivers/gpio/gpio-pca953x.c 		match = device_get_match_data(&client->dev);
device_get_match_data  315 drivers/i2c/busses/i2c-designware-platdrv.c 	dev->flags |= (uintptr_t)device_get_match_data(&pdev->dev);
device_get_match_data 1084 drivers/i2c/busses/i2c-imx.c 	match = device_get_match_data(&pdev->dev);
device_get_match_data  159 drivers/iio/accel/st_accel_i2c.c 	match = device_get_match_data(&client->dev);
device_get_match_data  336 drivers/iio/adc/ingenic-adc.c 	soc_data = device_get_match_data(dev);
device_get_match_data  142 drivers/iio/adc/ti-adc128s052.c 		config = (unsigned long) device_get_match_data(&spi->dev);
device_get_match_data 1058 drivers/input/touchscreen/edt-ft5x06.c 	chip_data = device_get_match_data(&client->dev);
device_get_match_data  184 drivers/input/touchscreen/st1232.c 	match = device_get_match_data(&client->dev);
device_get_match_data  335 drivers/input/touchscreen/sx8654.c 	sx8654->data = device_get_match_data(&client->dev);
device_get_match_data  767 drivers/media/i2c/video-i2c.c 		data->chip = device_get_match_data(&client->dev);
device_get_match_data  283 drivers/memory/jz4780-nemc.c 	nemc->soc_info = device_get_match_data(dev);
device_get_match_data  298 drivers/mmc/host/sdhci-iproc.c 	iproc_data = device_get_match_data(dev);
device_get_match_data  133 drivers/mtd/nand/raw/ingenic/ingenic_ecc.c 	ecc->ops = device_get_match_data(dev);
device_get_match_data  446 drivers/mtd/nand/raw/ingenic/ingenic_nand_drv.c 	nfc->soc_info = device_get_match_data(dev);
device_get_match_data  988 drivers/net/can/spi/mcp251x.c 	const void *match = device_get_match_data(&spi->dev);
device_get_match_data  391 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	ops = device_get_match_data(&pdev->dev);
device_get_match_data  267 drivers/nvmem/bcm-ocotp.c 	priv->map = device_get_match_data(dev);
device_get_match_data  992 drivers/of/property.c 	.device_get_match_data = of_fwnode_device_get_match_data,
device_get_match_data 1615 drivers/pinctrl/intel/pinctrl-baytrail.c 	soc_table = (const struct intel_pinctrl_soc_data **)device_get_match_data(&pdev->dev);
device_get_match_data 1461 drivers/pinctrl/intel/pinctrl-intel.c 	data = device_get_match_data(&pdev->dev);
device_get_match_data 1475 drivers/pinctrl/intel/pinctrl-intel.c 		const void *match = device_get_match_data(&pdev->dev);
device_get_match_data  791 drivers/pinctrl/pinctrl-ocelot.c 	info->desc = (struct pinctrl_desc *)device_get_match_data(dev);
device_get_match_data  986 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c 	npins = (uintptr_t) device_get_match_data(&pdev->dev);
device_get_match_data  776 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	pctrl->npins = (uintptr_t) device_get_match_data(&pdev->dev);
device_get_match_data  618 drivers/soc/amlogic/meson-clk-measure.c 	match_data = device_get_match_data(&pdev->dev);
device_get_match_data  189 drivers/spi/spi-dw-mmio.c 	init_func = device_get_match_data(&pdev->dev);
device_get_match_data   63 drivers/thermal/thermal_mmio.c 	sensor_init_func = device_get_match_data(&pdev->dev);
device_get_match_data 1395 drivers/tty/serial/sc16is7xx.c 		devtype = device_get_match_data(&spi->dev);
device_get_match_data 1452 drivers/tty/serial/sc16is7xx.c 		devtype = device_get_match_data(&i2c->dev);
device_get_match_data   73 include/linux/fwnode.h 	const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
device_get_match_data  330 include/linux/property.h const void *device_get_match_data(struct device *dev);
device_get_match_data  145 sound/soc/sof/sof-acpi-dev.c 	desc = device_get_match_data(dev);
device_get_match_data   58 sound/soc/sof/sof-of-dev.c 	desc = device_get_match_data(dev);