Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diicbb.c93 static int iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs);
117 DEVMETHOD(iicbus_transfer, iicbb_transfer),
557 iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs) in iicbb_transfer() function