Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diicbb.c91 static int iicbb_read(device_t, char *, int, int *, int, int);
115 DEVMETHOD(iicbus_read, iicbb_read),
537 iicbb_read(device_t dev, char *buf, int len, int *read, int last, int delay) in iicbb_read() function