Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dttyprintk.c167 static const struct tty_port_operations null_ops = { }; variable
185 tpk_port.port.ops = &null_ops; in ttyprintk_init()
/Linux-v4.19/arch/um/drivers/
Dnull.c40 const struct chan_ops null_ops = { variable
Dchan_user.h30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
Dchan_kern.c378 { "null", &null_ops },