Home
last modified time | relevance | path

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

/Linux-v6.6/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.c81 struct chip_desc { struct
93 const struct chip_desc *chip; argument
108 static const struct chip_desc chips[] = {
/Linux-v6.6/drivers/rtc/
Drtc-ds1307.c182 struct chip_desc { struct
207 static const struct chip_desc chips[last_ds_type]; argument
213 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time()
323 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_set_time()
965 static const struct chip_desc chips[last_ds_type] = {
1261 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_read()
1271 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_write()
1280 const struct chip_desc *chip) in ds1307_trickle_init()
1722 const struct chip_desc *chip; in ds1307_probe()