Home
last modified time | relevance | path

Searched refs:i2c_get_match_data (Results 1 – 13 of 13) sorted by relevance

/drivers/iio/accel/
Dadxl355_i2c.c28 chip_data = i2c_get_match_data(client); in adxl355_i2c_probe()
Dadxl313_i2c.c68 chip_data = i2c_get_match_data(client); in adxl313_i2c_probe()
/drivers/mfd/
Dmc13xxx-i2c.c75 mc13xxx->variant = i2c_get_match_data(client); in mc13xxx_i2c_probe()
/drivers/iio/potentiometer/
Dmcp4018.c165 data->cfg = i2c_get_match_data(client); in mcp4018_probe()
Dmcp4531.c376 data->cfg = i2c_get_match_data(client); in mcp4531_probe()
/drivers/gpio/
Dgpio-pcf857x.c298 gpio->chip.ngpio = (uintptr_t)i2c_get_match_data(client); in pcf857x_probe()
Dgpio-pca953x.c1095 chip->driver_data = (uintptr_t)i2c_get_match_data(client); in pca953x_probe()
/drivers/hwmon/
Dtmp513.c723 data->id = (uintptr_t)i2c_get_match_data(client); in tmp51x_probe()
/drivers/rtc/
Drtc-pcf85063.c573 config = i2c_get_match_data(client); in pcf85063_probe()
Drtc-isl1208.c862 isl1208->config = i2c_get_match_data(client); in isl1208_probe()
/drivers/i2c/
Di2c-core-base.c117 const void *i2c_get_match_data(const struct i2c_client *client) in i2c_get_match_data() function
134 EXPORT_SYMBOL(i2c_get_match_data);
/drivers/clk/
Dclk-versaclock7.c1111 vc7->chip_info = i2c_get_match_data(client); in vc7_probe()
Dclk-versaclock5.c958 vc5->chip_info = i2c_get_match_data(client); in vc5_probe()