Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/potentiometer/
Dds1803.c34 struct ds1803_cfg { struct
46 const struct ds1803_cfg *cfg; argument
100 static const struct ds1803_cfg ds1803_cfg[] = { variable
230 { .compatible = "maxim,ds1803-010", .data = &ds1803_cfg[DS1803_010] },
231 { .compatible = "maxim,ds1803-050", .data = &ds1803_cfg[DS1803_050] },
232 { .compatible = "maxim,ds1803-100", .data = &ds1803_cfg[DS1803_100] },
233 { .compatible = "maxim,ds3502", .data = &ds1803_cfg[DS3502] },
239 { "ds1803-010", (kernel_ulong_t)&ds1803_cfg[DS1803_010] },
240 { "ds1803-050", (kernel_ulong_t)&ds1803_cfg[DS1803_050] },
241 { "ds1803-100", (kernel_ulong_t)&ds1803_cfg[DS1803_100] },
[all …]