Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-pcf85063.c66 struct pcf85063_config { struct
537 const struct pcf85063_config *config) in pcf85063_probe()
632 static const struct pcf85063_config config_pcf85063 = {
640 static const struct pcf85063_config config_pcf85063tp = {
648 static const struct pcf85063_config config_pcf85063a = {
657 static const struct pcf85063_config config_rv8263 = {
691 const struct pcf85063_config *config; in pcf85063_i2c_probe()
739 static const struct pcf85063_config config_rv8063 = {
765 const struct pcf85063_config *config = &config_rv8063; in rv8063_probe()