Home
last modified time | relevance | path

Searched refs:ds1803_cfg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/potentiometer/
H A Dds1803.c28 struct ds1803_cfg { struct
32 static const struct ds1803_cfg ds1803_cfg[] = { variable
40 const struct ds1803_cfg *cfg;
127 data->cfg = &ds1803_cfg[id->driver_data]; in ds1803_probe()
138 { .compatible = "maxim,ds1803-010", .data = &ds1803_cfg[DS1803_010] },
139 { .compatible = "maxim,ds1803-050", .data = &ds1803_cfg[DS1803_050] },
140 { .compatible = "maxim,ds1803-100", .data = &ds1803_cfg[DS1803_100] },
/kernel/linux/linux-6.6/drivers/iio/potentiometer/
H A Dds1803.c34 struct ds1803_cfg { struct
46 const struct ds1803_cfg *cfg;
100 static const struct ds1803_cfg ds1803_cfg[] = { variable
222 data->cfg = &ds1803_cfg[id->driver_data]; in ds1803_probe()
233 { .compatible = "maxim,ds1803-010", .data = &ds1803_cfg[DS1803_010] },
234 { .compatible = "maxim,ds1803-050", .data = &ds1803_cfg[DS1803_050] },
235 { .compatible = "maxim,ds1803-100", .data = &ds1803_cfg[DS1803_100] },
236 { .compatible = "maxim,ds3502", .data = &ds1803_cfg[DS3502] },

Completed in 2 milliseconds