| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | simple-mfd-i2c.c | 29 config = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/ |
| H A D | inv_icm42600_i2c.c | 61 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
|
| H A D | inv_icm42600_spi.c | 57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | property.c | 1234 const void *device_get_match_data(struct device *dev) in device_get_match_data() function 1236 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data() 1238 EXPORT_SYMBOL_GPL(device_get_match_data);
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_mmio.c | 63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/potentiometer/ |
| H A D | max5432.c | 103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
|
| H A D | mcp4018.c | 160 data->cfg = device_get_match_data(dev); in mcp4018_probe()
|
| H A D | max5481.c | 144 data->cfg = device_get_match_data(&spi->dev); in max5481_probe()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/ |
| H A D | ingenic_ecc.c | 132 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/mux/ |
| H A D | adgs1408.c | 62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
|
| /OK3568_Linux_fs/kernel/drivers/power/reset/ |
| H A D | ocelot-reset.c | 82 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_spi.c | 47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | sof-of-dev.c | 82 desc = device_get_match_data(dev); in sof_of_probe()
|
| H A D | sof-acpi-dev.c | 134 desc = device_get_match_data(dev); in sof_acpi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-pca9570.c | 109 gpio->chip.ngpio = (uintptr_t)device_get_match_data(&client->dev); in pca9570_probe()
|
| H A D | gpio-sl28cpld.c | 100 type = (uintptr_t)device_get_match_data(&pdev->dev); in sl28cpld_gpio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | lm70.c | 158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-spi-byte.c | 104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-dwc-qos-eth.c | 431 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe() 488 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | ingenic-ost.c | 76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fwnode.h | 107 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
|
| /OK3568_Linux_fs/kernel/drivers/clk/keystone/ |
| H A D | syscon-clk.c | 100 data = device_get_match_data(dev); in ti_syscon_gate_clk_probe()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_unisoc | 33 device_get_match_data
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | qcom-rng.c | 183 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ti-adc128s052.c | 143 config = (unsigned long) device_get_match_data(&spi->dev); in adc128_probe()
|