Home
last modified time | relevance | path

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

/src/sys/dev/iicbus/
H A Diic.c120 static d_open_t iicopen; variable
125 .d_open = iicopen,
184 iicopen(struct cdev *dev, int flags, int fmt, struct thread *td) in iicopen() function