Home
last modified time | relevance | path

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

/trueos/sys/mips/rmi/
HDxlr_i2c.c100 static int xlr_i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout);
285 xlr_i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout /* us */ ) in xlr_i2c_write() function
374 error = xlr_i2c_write((bus), msgs[i].buf, msgs[i].len, &lenwrote, 0); in xlr_i2c_transfer()
393 DEVMETHOD(iicbus_write, xlr_i2c_write),