iicbus_read
error = iicbus_read(parent, buf, s->count, &count, s->last, 10);
DEVMETHOD(iicbus_read, iicbb_read),
return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout));
error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0);
extern int iicbus_read(device_t, char *, int, int *, int, int);
error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT);
if ((error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT)))
if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT)))
if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT)))
if ((error = iicbus_read(parent, buf, (int)*count, &read,
DEVMETHOD(iicbus_read, pcf_read),
if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0)
if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0)
if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0)
if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0)
if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0)