Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/iir/
HDiir_ctrl.c66 static d_open_t iir_open; variable
75 .d_open = iir_open,
148 iir_open(struct cdev *dev, int flags, int fmt, struct thread * p) in iir_open() function