Home
last modified time | relevance | path

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

1234567

/linux/drivers/mfd/
A Dsimple-mfd-i2c.c39 simple_mfd_data = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
A Darizona-i2c.c32 match_data = device_get_match_data(&i2c->dev); in arizona_i2c_probe()
/linux/drivers/iio/imu/inv_icm42600/
A Dinv_icm42600_i2c.c58 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
A Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/linux/drivers/clk/
A Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
/linux/drivers/mtd/nand/raw/ingenic/
A Dingenic_ecc.c130 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/linux/drivers/iio/potentiometer/
A Dmax5432.c103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
A Dmcp4018.c160 data->cfg = device_get_match_data(dev); in mcp4018_probe()
/linux/drivers/thermal/
A Dthermal_mmio.c60 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/linux/drivers/mux/
A Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
/linux/drivers/base/
A Dproperty.c1193 const void *device_get_match_data(struct device *dev) in device_get_match_data() function
1195 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
1197 EXPORT_SYMBOL_GPL(device_get_match_data);
/linux/drivers/iio/imu/inv_mpu6050/
A Dinv_mpu_spi.c47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
/linux/sound/soc/sof/
A Dsof-of-dev.c86 desc = device_get_match_data(dev); in sof_of_probe()
/linux/drivers/leds/
A Dleds-spi-byte.c104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
/linux/drivers/gpio/
A Dgpio-pca9570.c109 gpio->chip.ngpio = (uintptr_t)device_get_match_data(&client->dev); in pca9570_probe()
A Dgpio-sl28cpld.c100 type = (uintptr_t)device_get_match_data(&pdev->dev); in sl28cpld_gpio_probe()
/linux/drivers/net/dsa/microchip/
A Dksz8795_spi.c53 regmap_config = device_get_match_data(ddev); in ksz8795_spi_probe()
/linux/drivers/power/reset/
A Docelot-reset.c86 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
/linux/drivers/hwmon/
A Dlm70.c158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
/linux/drivers/platform/x86/
A Di2c-multi-instantiate.c45 inst_data = device_get_match_data(dev); in i2c_multi_inst_probe()
/linux/drivers/hid/i2c-hid/
A Di2c-hid-of-goodix.c120 ihid_goodix->timings = device_get_match_data(&client->dev); in i2c_hid_of_goodix_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-dwc-qos-eth.c424 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()
479 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
/linux/drivers/clocksource/
A Dingenic-ost.c76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
/linux/drivers/reset/
A Dreset-qcom-pdc.c119 desc = device_get_match_data(&pdev->dev); in qcom_pdc_reset_probe()
/linux/include/linux/
A Dfwnode.h114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member

Completed in 35 milliseconds

1234567