Searched refs:iicbus_transfer_excl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Dicee.c295 error = iicbus_transfer_excl(sc->dev, msgs, 2, IIC_INTRWAIT);
355 error = iicbus_transfer_excl(sc->dev, wr, 1, IIC_INTRWAIT);
364 error = iicbus_transfer_excl(sc->dev, rd, 1,
H A Diiconf.h133 int iicbus_transfer_excl(device_t bus, struct iic_msg *msgs, uint32_t nmsgs,
139 * The transfers are done with iicbus_transfer_excl(). Reads use a repeat-start
H A Ds35390a.c170 error = iicbus_transfer_excl(dev, msg, 1, IIC_WAIT);
199 return (iicbus_transfer_excl(dev, msg, 1, IIC_WAIT));
H A Diiconf.c397 iicbus_transfer_excl(device_t dev, struct iic_msg *msgs, uint32_t nmsgs, function
494 return (iicbus_transfer_excl(slavedev, msgs, nitems(msgs), waithow));
520 return (iicbus_transfer_excl(slavedev, msgs, nitems(msgs), waithow));
H A Drtc8583.c111 return (iicbus_transfer_excl(slavedev, &msgs, 1, waithow));

Completed in 160 milliseconds