Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/mfd/
Dsimple-mfd-i2c.c29 config = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_i2c.c58 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.c132 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/kernel/linux/linux-5.10/drivers/mux/
Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_mmio.c63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
Dmax5432.c103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
Dmcp4018.c160 data->cfg = device_get_match_data(dev); in mcp4018_probe()
Dmax5481.c144 data->cfg = device_get_match_data(&spi->dev); in max5481_probe()
/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-of-dev.c82 desc = device_get_match_data(dev); in sof_of_probe()
Dsof-acpi-dev.c134 desc = device_get_match_data(dev); in sof_acpi_probe()
/kernel/linux/linux-5.10/drivers/power/reset/
Docelot-reset.c82 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
/kernel/linux/linux-5.10/include/linux/
Dfwnode.h114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_spi.c47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
Dinv_mpu_i2c.c111 match = device_get_match_data(&client->dev); in inv_mpu_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
Dlm70.c158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-pca9570.c109 gpio->chip.ngpio = (uintptr_t)device_get_match_data(&client->dev); in pca9570_probe()
Dgpio-sl28cpld.c100 type = (uintptr_t)device_get_match_data(&pdev->dev); in sl28cpld_gpio_probe()
/kernel/linux/linux-5.10/drivers/leds/
Dleds-spi-byte.c104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
/kernel/linux/linux-5.10/drivers/base/
Dproperty.c1182 const void *device_get_match_data(struct device *dev) in device_get_match_data() function
1184 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
1186 EXPORT_SYMBOL_GPL(device_get_match_data);
/kernel/linux/linux-5.10/drivers/clocksource/
Dingenic-ost.c76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
/kernel/linux/linux-5.10/drivers/clk/keystone/
Dsyscon-clk.c100 data = device_get_match_data(dev); in ti_syscon_gate_clk_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c430 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()
487 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
/kernel/linux/linux-5.10/drivers/dma/dw/
Dplatform.c34 match = device_get_match_data(dev); in dw_probe()
/kernel/linux/linux-5.10/drivers/crypto/
Dqcom-rng.c179 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()

12345