Home | History | Annotate | Download | only in i2c

Lines Matching defs:sci

684 ds2482_generic_action(struct ds2482_instance *sci, uint8_t cmd, uint8_t cmdarg,
687 struct ds2482ow_sc *sc = sci->sc;
693 rv = ds2482_set_channel(sc, sci->sc_i_channel);
706 struct ds2482_instance *sci = arg;
707 struct ds2482ow_sc *sc = sci->sc;
710 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_RESET, 0, NULL, 0);
713 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv));
721 struct ds2482_instance *sci = arg;
722 struct ds2482ow_sc *sc = sci->sc;
726 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_SINGLE_BIT_READ, 0,
731 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv, buf, buf));
739 struct ds2482_instance *sci = arg;
740 struct ds2482ow_sc *sc = sci->sc;
743 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_SINGLE_BIT_WRITE,
748 device_xname(sc->sc_dev), sci->sc_i_channel,
755 struct ds2482_instance *sci = arg;
757 struct ds2482ow_sc *sc = sci->sc;
760 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_READ_BYTE, 0, &buf, 1);
764 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv, buf, buf));
772 struct ds2482_instance *sci = arg;
773 struct ds2482ow_sc *sc = sci->sc;
776 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_WRITE_BYTE,
781 device_xname(sc->sc_dev), sci->sc_i_channel,
788 struct ds2482_instance *sci = arg;
790 struct ds2482ow_sc *sc = sci->sc;
793 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_TRIPLET, (uint8_t)dir,
798 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv,