Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsimple-mfd-i2c.c29 config = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_i2c.c61 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
H A Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c1234 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 Dthermal_mmio.c63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/OK3568_Linux_fs/kernel/drivers/iio/potentiometer/
H A Dmax5432.c103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
H A Dmcp4018.c160 data->cfg = device_get_match_data(dev); in mcp4018_probe()
H A Dmax5481.c144 data->cfg = device_get_match_data(&spi->dev); in max5481_probe()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c132 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/OK3568_Linux_fs/kernel/drivers/mux/
H A Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Docelot-reset.c82 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_spi.c47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dsof-of-dev.c82 desc = device_get_match_data(dev); in sof_of_probe()
H A Dsof-acpi-dev.c134 desc = device_get_match_data(dev); in sof_acpi_probe()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pca9570.c109 gpio->chip.ngpio = (uintptr_t)device_get_match_data(&client->dev); in pca9570_probe()
H A Dgpio-sl28cpld.c100 type = (uintptr_t)device_get_match_data(&pdev->dev); in sl28cpld_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dlm70.c158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-spi-byte.c104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c431 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 Dingenic-ost.c76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfwnode.h107 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
/OK3568_Linux_fs/kernel/drivers/clk/keystone/
H A Dsyscon-clk.c100 data = device_get_match_data(dev); in ti_syscon_gate_clk_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc33 device_get_match_data
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dqcom-rng.c183 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dti-adc128s052.c143 config = (unsigned long) device_get_match_data(&spi->dev); in adc128_probe()

123456