Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio.c245 static struct dev_ops sio_ops = { variable
1215 make_dev(&sio_ops, minorbase, in sioattach()
1217 make_dev(&sio_ops, minorbase | CONTROL_INIT_STATE, in sioattach()
1219 make_dev(&sio_ops, minorbase | CONTROL_LOCK_STATE, in sioattach()
1221 make_dev(&sio_ops, minorbase | CALLOUT_MASK, in sioattach()
1223 make_dev(&sio_ops, minorbase | CALLOUT_MASK | CONTROL_INIT_STATE, in sioattach()
1225 make_dev(&sio_ops, minorbase | CALLOUT_MASK | CONTROL_LOCK_STATE, in sioattach()