Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/muxes/
H A Dpca954x.c24 struct chip_desc { struct
39 static const struct chip_desc chips[] = { argument
75 const struct chip_desc *chip = &chips[dev_get_driver_data(mux)]; in pca954x_select()
102 const struct chip_desc *chip = &chips[dev_get_driver_data(dev)]; in pca954x_ofdata_to_platdata()
/openbmc/linux/drivers/i2c/muxes/
H A 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()
H A Di2c-mux-pca954x.c81 struct chip_desc { struct
93 const struct chip_desc *chip; argument
108 static const struct chip_desc chips[] = {
/openbmc/linux/drivers/rtc/
H A 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()