Searched refs:ltc2632_chip_info_tbl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/iio/dac/ |
D | ltc2632.c | 203 static const struct ltc2632_chip_info ltc2632_chip_info_tbl[] = { variable 313 { "ltc2632-l12", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632L12] }, 314 { "ltc2632-l10", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632L10] }, 315 { "ltc2632-l8", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632L8] }, 316 { "ltc2632-h12", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632H12] }, 317 { "ltc2632-h10", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632H10] }, 318 { "ltc2632-h8", (kernel_ulong_t)<c2632_chip_info_tbl[ID_LTC2632H8] }, 326 .data = <c2632_chip_info_tbl[ID_LTC2632L12] 329 .data = <c2632_chip_info_tbl[ID_LTC2632L10] 332 .data = <c2632_chip_info_tbl[ID_LTC2632L8] [all …]
|