Searched refs:IIC_LAST_READ (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.h64 #define IIC_LAST_READ 0x1 macro
H A Diiconf.c332 return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout));
370 error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0);
452 &lenread, IIC_LAST_READ, 0);
H A Diic.c282 error = iicuio_move(priv, uio, IIC_LAST_READ);
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_i2c.c381 error = xlr_i2c_read((bus), msgs[i].buf, msgs[i].len, &lenread, IIC_LAST_READ, 0);
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c393 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0);
516 err = iicbus_read(iicbus, bytes, 2, &xferd, IIC_LAST_READ, 0);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_iic.c650 &lenread, IIC_LAST_READ, 0);
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c3941 iicbus_read(IICBUS(bktr), data_read, 2, &read, IIC_LAST_READ, 0); local
3980 iicbus_read(IICBUS(bktr), remote->data, 3, &read, IIC_LAST_READ, 0); local

Completed in 87 milliseconds