Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dttyprintk.c174 static struct tty_port_operations null_ops = { }; variable
192 tpk_port.port.ops = &null_ops; in ttyprintk_init()
/linux-4.1.27/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.c415 { "null", &null_ops },