Lines Matching defs:chips
3 * rtc-ds1307.c - RTC driver for some mostly-compatible I2C chips.
208 static const struct chip_desc chips[last_ds_type];
214 const struct chip_desc *chip = &chips[ds1307->type];
324 const struct chip_desc *chip = &chips[ds1307->type];
994 static const struct chip_desc chips[last_ds_type] = {
1208 * signal; ds1339 chips have only one alarm signal.
1318 const struct chip_desc *chip = &chips[ds1307->type];
1328 const struct chip_desc *chip = &chips[ds1307->type];
1800 chip = &chips[ds1307->type];
1802 chip = &chips[id->driver_data];
1811 chip = &chips[acpi_id->driver_data];
2084 MODULE_DESCRIPTION("RTC driver for DS1307 and similar chips");