Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/drivers/pwm/
Dpwm-lpss-platform.c26 info = device_get_match_data(&pdev->dev); in pwm_lpss_probe_platform()
/Linux-v6.1/drivers/mfd/
Dsimple-mfd-i2c.c39 simple_mfd_data = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
Darizona-i2c.c32 match_data = device_get_match_data(&i2c->dev); in arizona_i2c_probe()
/Linux-v6.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_i2c.c61 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()
/Linux-v6.1/drivers/iio/accel/
Dadxl313_i2c.c68 chip_data = device_get_match_data(&client->dev); in adxl313_i2c_probe()
Dadxl313_spi.c79 chip_data = device_get_match_data(&spi->dev); in adxl313_spi_probe()
/Linux-v6.1/drivers/gpio/
Dgpio-tn48m.c52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()
Dgpio-74xx-mmio.c120 priv->flags = (uintptr_t)device_get_match_data(&pdev->dev); in mmio_74xx_gpio_probe()
/Linux-v6.1/sound/soc/sof/
Dsof-of-dev.c56 desc = device_get_match_data(dev); in sof_of_probe()
/Linux-v6.1/drivers/iio/adc/
Dltc2496.c78 st->common_ddata.chip_info = device_get_match_data(dev); in ltc2496_probe()
/Linux-v6.1/drivers/nvmem/
Dlayerscape-sfp.c62 data = device_get_match_data(&pdev->dev); in layerscape_sfp_probe()
/Linux-v6.1/drivers/reset/
Dreset-tps380x.c77 devdata = device_get_match_data(dev); in tps380x_reset_probe()
/Linux-v6.1/drivers/clk/
Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
/Linux-v6.1/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.c135 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/Linux-v6.1/drivers/mux/
Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
/Linux-v6.1/drivers/iio/potentiometer/
Dmax5432.c103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
/Linux-v6.1/drivers/thermal/
Dthermal_mmio.c59 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/Linux-v6.1/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_spi.c46 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
/Linux-v6.1/drivers/hid/i2c-hid/
Di2c-hid-of-elan.c97 ihid_elan->chip_data = device_get_match_data(&client->dev); in i2c_hid_of_elan_probe()
Di2c-hid-of-goodix.c113 ihid_goodix->timings = device_get_match_data(&client->dev); in i2c_hid_of_goodix_probe()
/Linux-v6.1/drivers/power/reset/
Docelot-reset.c86 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
/Linux-v6.1/drivers/hwmon/
Dlm70.c173 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
/Linux-v6.1/drivers/leds/
Dleds-spi-byte.c104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
/Linux-v6.1/drivers/base/
Dproperty.c1203 const void *device_get_match_data(const struct device *dev) in device_get_match_data() function
1205 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
1207 EXPORT_SYMBOL_GPL(device_get_match_data);

12345678910