Searched refs:ds1803_cfg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/potentiometer/ |
| H A D | ds1803.c | 33 struct ds1803_cfg { struct 45 const struct ds1803_cfg *cfg; argument 99 static const struct ds1803_cfg ds1803_cfg[] = { variable 229 { .compatible = "maxim,ds1803-010", .data = &ds1803_cfg[DS1803_010] }, 230 { .compatible = "maxim,ds1803-050", .data = &ds1803_cfg[DS1803_050] }, 231 { .compatible = "maxim,ds1803-100", .data = &ds1803_cfg[DS1803_100] }, 232 { .compatible = "maxim,ds3502", .data = &ds1803_cfg[DS3502] }, 238 { "ds1803-010", (kernel_ulong_t)&ds1803_cfg[DS1803_010] }, 239 { "ds1803-050", (kernel_ulong_t)&ds1803_cfg[DS1803_050] }, 240 { "ds1803-100", (kernel_ulong_t)&ds1803_cfg[DS1803_100] }, [all …]
|