Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/muxes/
Di2c-mux-ltc4306.c43 struct chip_desc { struct
51 const struct chip_desc *chip; argument
54 static const struct chip_desc chips[] = {
212 const struct chip_desc *chip; in ltc4306_probe()
Di2c-mux-pca954x.c73 struct chip_desc { struct
85 const struct chip_desc *chip; argument
97 static const struct chip_desc chips[] = {
234 const struct chip_desc *chip = data->chip; in pca954x_select_chan()
/Linux-v4.19/drivers/rtc/
Drtc-ds1307.c131 struct chip_desc { struct
175 static const struct chip_desc chips[last_ds_type] = {
413 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time()
459 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_set_time()
982 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_read()
992 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_write()
1025 const struct chip_desc *chip) in ds1307_trickle_init()
1396 const struct chip_desc *chip; in ds1307_probe()