Lines Matching refs:dsrtc_model
59 struct dsrtc_model { struct
80 static const struct dsrtc_model ds1307_model = { argument
92 static const struct dsrtc_model ds1339_model = {
100 static const struct dsrtc_model ds1340_model = {
110 static const struct dsrtc_model ds1672_model = {
120 static const struct dsrtc_model ds3231_model = {
128 static const struct dsrtc_model ds3232_model = {
144 static const struct dsrtc_model mcp7940_model = {
189 struct dsrtc_model sc_model;
234 static const struct dsrtc_model *
238 const struct dsrtc_model *dm; in dsrtc_model_by_number()
252 static const struct dsrtc_model *
255 const struct dsrtc_model *dm = NULL; in dsrtc_model_by_compat()
265 dsrtc_is_valid_addr_for_model(const struct dsrtc_model *dm, i2c_addr_t addr) in dsrtc_is_valid_addr_for_model()
279 const struct dsrtc_model *dm; in dsrtc_match()
300 const struct dsrtc_model *dm; in dsrtc_attach()
413 const struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_read()
454 const struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_write()
520 struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_clock_read_ymdhms()
584 struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_clock_write_ymdhms()
737 const struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_clock_read_timeval()
775 const struct dsrtc_model * const dm = &sc->sc_model; in dsrtc_clock_write_timeval()