Home
last modified time | relevance | path

Searched refs:iicbus_write (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diiconf.c318 iicbus_write(device_t bus, const char *buf, int len, int *sent, int timeout) in iicbus_write() function
363 return (iicbus_write(bus, &data, 1, &sent, timeout)); in iicbus_write_byte()
398 error = iicbus_write(bus, buf, len, sent, 0); in iicbus_block_write()
503 error = iicbus_write(bus, msgs[i].buf, msgs[i].len, in iicbus_transfer_gen()
H A Diiconf.h141 extern int iicbus_write(device_t, const char *, int, int *, int);
H A Diicbb.c115 DEVMETHOD(iicbus_write, iicbb_write),
H A Diic.c248 error = iicbus_write(parent, &buffer[transferred_bytes], in iicuio_move()
/freebsd/sys/dev/iicbus/mux/
H A Diicmux.c210 return (iicbus_write(sc->busdev, buf, len, bytes, timeout)); in iicmux_write()
358 DEVMETHOD(iicbus_write, iicmux_write),
/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc_pci.c125 DEVMETHOD(iicbus_write, iicoc_iicbus_write),
H A Diicoc_fdt.c172 DEVMETHOD(iicbus_write, iicoc_iicbus_write),
/freebsd/sys/dev/pcf/
H A Dpcf_isa.c78 DEVMETHOD(iicbus_write, pcf_write),
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c401 err = iicbus_write(iicbus, bytes, 2, &xferd, RTL_IICBUS_TIMEOUT); in smi_probe()
524 err = iicbus_write(iicbus, bytes, 2, &xferd, RTL_IICBUS_TIMEOUT); in smi_read_locked()
555 err = iicbus_write(iicbus, bytes, 4, &xferd, RTL_IICBUS_TIMEOUT); in smi_write_locked()
/freebsd/sys/powerpc/mpc85xx/
H A Di2c.c111 DEVMETHOD(iicbus_write, i2c_write),
/freebsd/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.c574 DEVMETHOD(iicbus_write, i2c_write),
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c871 DEVMETHOD(iicbus_write, twsi_write),