Home
last modified time | relevance | path

Searched refs:iicbus_read (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/bus/iicbus/
H A Diicsmb.c327 error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT); in iicsmb_recvb()
390 if ((error = iicbus_read(parent, byte, 1, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_readb()
417 if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_readw()
451 if ((error = iicbus_read(parent, buf, 2, &read, IIC_LAST_READ, IICBUS_TIMEOUT))) in iicsmb_pcall()
499 if ((error = iicbus_read(parent, buf, (int)*count, &read, in iicsmb_bread()
H A Diiconf.c254 iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) in iicbus_read() function
289 return (iicbus_read(bus, byte, 1, &read, IIC_LAST_READ, timeout)); in iicbus_read_byte()
327 error = iicbus_read(bus, buf, len, read, IIC_LAST_READ, 0); in iicbus_block_read()
H A Diiconf.h113 extern int iicbus_read(device_t, char *, int, int *, int, int);
H A Diicbb.c95 DEVMETHOD(iicbus_read, iicbb_read),
H A Diic.c344 error = iicbus_read(parent, buf, s->count, &count, s->last, 10); in iicioctl()
/dragonfly/sys/dev/video/cxm/
H A Dcxm_ir.c71 if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0) in cxm_ir_read()
H A Dcxm_eeprom.c84 if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0) in cxm_eeprom_read()
H A Dcxm_msp34xxx.c240 if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0) in cxm_msp_dpl_read()
H A Dcxm_tuner.c511 if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0) in cxm_tuner_read()
H A Dcxm_saa7115.c625 if (iicbus_read(iicbus, buf, len, &received, IIC_LAST_READ, 0) != 0) in cxm_saa7115_read()
/dragonfly/sys/bus/iicbus/pcf/
H A Dpcf.c118 DEVMETHOD(iicbus_read, pcf_read),