Home
last modified time | relevance | path

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

/freebsd/sys/dev/pcf/
H A Dpcfvar.h138 extern int pcf_write(device_t, const char *, int, int *, int);
H A Dpcf_isa.c78 DEVMETHOD(iicbus_write, pcf_write),
H A Dpcf.c378 pcf_write(device_t dev, const char *buf, int len, int *sent, int timeout /* us */) in pcf_write() function