Searched refs:ds1803_cfg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/potentiometer/ |
H A D | ds1803.c | 34 struct ds1803_cfg { struct 46 const struct ds1803_cfg *cfg; argument 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] },
|