Home
last modified time | relevance | path

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

/drivers/i2c/muxes/
Di2c-mux-ltc4306.c42 struct chip_desc { struct
50 const struct chip_desc *chip; argument
53 static const struct chip_desc chips[] = {
211 const struct chip_desc *chip; in ltc4306_probe()
Di2c-mux-pca954x.c68 struct chip_desc { struct
80 const struct chip_desc *chip; argument
94 static const struct chip_desc chips[] = {
/drivers/rtc/
Drtc-ds1307.c181 struct chip_desc { struct
206 static const struct chip_desc chips[last_ds_type]; argument
212 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time()
322 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_set_time()
964 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()