Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Dpca954x.c22 struct chip_desc { struct
35 static const struct chip_desc chips[] = { argument
63 const struct chip_desc *chip = &chips[dev_get_driver_data(mux)]; in pca954x_select()
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A 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()
H A Di2c-mux-pca954x.c68 struct chip_desc { struct
80 const struct chip_desc *chip; argument
94 static const struct chip_desc chips[] = {
/OK3568_Linux_fs/kernel/drivers/rtc/
H A 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()
324 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_set_time()
994 static const struct chip_desc chips[last_ds_type] = {
1318 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_read()
1328 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_nvram_write()
1337 const struct chip_desc *chip) in ds1307_trickle_init()
1774 const struct chip_desc *chip; in ds1307_probe()