Lines Matching defs:chips
3 * rtc-ds1307.c - RTC driver for some mostly-compatible I2C chips.
207 static const struct chip_desc chips[last_ds_type];
213 const struct chip_desc *chip = &chips[ds1307->type];
323 const struct chip_desc *chip = &chips[ds1307->type];
965 static const struct chip_desc chips[last_ds_type] = {
1152 * signal; ds1339 chips have only one alarm signal.
1261 const struct chip_desc *chip = &chips[ds1307->type];
1271 const struct chip_desc *chip = &chips[ds1307->type];
1748 chip = &chips[ds1307->type];
1750 chip = &chips[id->driver_data];
2020 MODULE_DESCRIPTION("RTC driver for DS1307 and similar chips");