Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/iicbus/
HDiicbb.c83 static int iicbb_write(device_t, const char *, int, int *, int);
106 DEVMETHOD(iicbus_write, iicbb_write),
399 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) in iicbb_write() function