Searched refs:iicbus_transfer (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/sys/powerpc/powermac/
H A Dsmusat.c214 error = iicbus_transfer(dev, msgs, 2);
H A Dfcu.c153 if (iicbus_transfer(dev, msg, 1) == 0)
177 err = iicbus_transfer(dev, msg, 2);
H A Dkiic.c134 DEVMETHOD(iicbus_transfer, kiic_transfer),
/freebsd-11-stable/sys/dev/iicbus/
H A Dadm1030.c108 if (iicbus_transfer(dev, msg, 1) == 0)
H A Dds1775.c105 err = iicbus_transfer(dev, msg, 2);
H A Dadt746x.c168 if (iicbus_transfer(dev, msg, 1) == 0)
192 err = iicbus_transfer(dev, msg, 2);
H A Diicbb.c109 DEVMETHOD(iicbus_transfer, iicbb_transfer),
H A Diicoc.c379 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
H A Dmax6690.c125 err = iicbus_transfer(dev, msg, 4);
H A Diic.c340 error = iicbus_transfer(iicdev, buf, d->nmsgs);
H A Diicsmb.c308 #define TRANSFER_MSGS(dev, msgs) iicbus_transfer(dev, msgs, nitems(msgs))
H A Diiconf.c378 * iicbus_transfer()
390 iicbus_transfer(device_t bus, struct iic_msg *msgs, uint32_t nmsgs) function
412 * Generic version of iicbus_transfer that calls the appropriate
/freebsd-11-stable/sys/dev/sound/macio/
H A Donyx.c184 iicbus_transfer(sc->sc_dev, msg, 1);
285 * We need to unlock the mixer lock because iicbus_transfer()
H A Dsnapper.c339 iicbus_transfer(sc->sc_dev, msg, 1);
467 * We need to unlock the mixer lock because iicbus_transfer()
H A Dtumbler.c299 iicbus_transfer(sc->sc_dev, msg, 1);
413 * We need to unlock the mixer lock because iicbus_transfer()
/freebsd-11-stable/sys/dev/ichiic/
H A Dig4_pci.c215 DEVMETHOD(iicbus_transfer, ig4iic_transfer),
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_i2c.c71 ret = iicbus_transfer(dig->dp_i2c_bus->adapter, msgs, 2);
73 ret = iicbus_transfer(radeon_connector->ddc_bus->adapter, msgs, 2);
1017 DEVMETHOD(iicbus_transfer, radeon_hw_i2c_xfer),
1299 if (iicbus_transfer(i2c_bus->adapter, msgs, 2) == 0) {
1324 if (iicbus_transfer(i2c_bus->adapter, &msg, 1) != 0)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_ns2501.c177 if (-iicbus_transfer(adapter, msgs, 2) == 0) {
213 if (-iicbus_transfer(adapter, &msg, 1) == 0) {
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_i2c.c456 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c467 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c476 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_i2c.c367 * Generic version of iicbus_transfer that calls the appropriate
405 DEVMETHOD(iicbus_transfer, xlr_i2c_transfer),
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Di2c.c113 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
/freebsd-11-stable/sys/arm/at91/
H A Dat91_twi.c411 DEVMETHOD(iicbus_transfer, at91_twi_transfer),
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rsb.c462 DEVMETHOD(iicbus_transfer, rsb_transfer),

Completed in 222 milliseconds

123