Searched refs:device_get_match_data (Results 1 - 25 of 429) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/accel/
H A Dadxl355_spi.c31 chip_data = device_get_match_data(&spi->dev);
H A Dadxl313_spi.c79 chip_data = device_get_match_data(&spi->dev);
/linux-master/drivers/mfd/
H A Dsimple-mfd-i2c.c39 simple_mfd_data = device_get_match_data(&i2c->dev);
H A Dhi6421-pmic-core.c59 type = (uintptr_t)device_get_match_data(&pdev->dev);
H A Dsmpro-core.c102 config = device_get_match_data(&i2c->dev);
/linux-master/drivers/clk/qcom/
H A Dkpss-xcc.c43 if (device_get_match_data(&pdev->dev)) {
/linux-master/drivers/pwm/
H A Dpwm-lpss-platform.c26 info = device_get_match_data(&pdev->dev);
/linux-master/drivers/clk/
H A Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev);
/linux-master/drivers/gpio/
H A Dgpio-tn48m.c52 gpio_config = device_get_match_data(&pdev->dev);
H A Dgpio-ge.c79 gc->ngpio = (uintptr_t)device_get_match_data(dev);
H A Dgpio-74xx-mmio.c120 priv->flags = (uintptr_t)device_get_match_data(&pdev->dev);
/linux-master/drivers/iio/adc/
H A Dltc2496.c78 st->common_ddata.chip_info = device_get_match_data(dev);
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev);
H A Dinv_icm42600_i2c.c61 match = device_get_match_data(&client->dev);
/linux-master/drivers/thermal/
H A Dthermal_mmio.c57 sensor_init_func = device_get_match_data(&pdev->dev);
/linux-master/drivers/ata/
H A Dahci_platform.c62 port = device_get_match_data(dev);
/linux-master/sound/soc/sof/
H A Dsof-of-dev.c56 desc = device_get_match_data(dev);
/linux-master/drivers/mux/
H A Dadgs1408.c62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev);
/linux-master/drivers/nvmem/
H A Dlayerscape-sfp.c62 data = device_get_match_data(&pdev->dev);
/linux-master/drivers/reset/
H A Dreset-tps380x.c77 devdata = device_get_match_data(dev);
/linux-master/drivers/fpga/
H A Dlattice-sysconfig-spi.c97 spi_max_speed = device_get_match_data(dev);
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c108 ihid_goodix->timings = device_get_match_data(&client->dev);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_spi.c46 } else if ((match = device_get_match_data(&spi->dev))) {
/linux-master/drivers/iio/potentiometer/
H A Dmax5432.c102 data->ohm = (unsigned long)device_get_match_data(dev);
/linux-master/drivers/power/reset/
H A Docelot-reset.c83 ctx->props = device_get_match_data(dev);

Completed in 218 milliseconds

1234567891011>>