Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diicbb.c90 static int iicbb_write(device_t, const char *, int, int *, int);
114 DEVMETHOD(iicbus_write, iicbb_write),
514 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) in iicbb_write() function