Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/muxes/
Di2c-mux-ltc4306.c41 struct chip_desc { struct
49 const struct chip_desc *chip; argument
52 static const struct chip_desc chips[] = {
210 const struct chip_desc *chip; in ltc4306_probe()
Di2c-mux-pca954x.c96 struct chip_desc { struct
108 const struct chip_desc *chip; argument
126 static const struct chip_desc chips[] = {
/linux-6.12.1/drivers/rtc/
Drtc-ds1307.c183 struct chip_desc { struct
208 static const struct chip_desc chips[last_ds_type]; argument
214 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time()
328 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_set_time()
970 static const struct chip_desc chips[last_ds_type] = {
1266 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_read()
1276 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_write()
1285 const struct chip_desc *chip) in ds1307_trickle_init()
1727 const struct chip_desc *chip; in ds1307_probe()