Searched refs:iicbus_transfer_gen (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.h135 int iicbus_transfer_gen(device_t bus, struct iic_msg *msgs, uint32_t nmsgs);
H A Diicbb.c449 error = iicbus_transfer_gen(dev, msgs, nmsgs);
H A Diicoc.c379 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
H A Diiconf.c383 * the helper function iicbus_transfer_gen() which will do the
417 iicbus_transfer_gen(device_t dev, struct iic_msg *msgs, uint32_t nmsgs) function
/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/powerpc/mpc85xx/
H A Di2c.c113 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c182 DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),

Completed in 78 milliseconds