Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dchan_user.h17 struct chan_ops { struct
30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops, argument
H A Dpty.c141 const struct chan_ops pty_ops = {
154 const struct chan_ops pts_ops = {
H A Dnull.c40 const struct chan_ops null_ops = {
H A Dchan.h26 const struct chan_ops *ops;
H A Dtty.c70 const struct chan_ops tty_ops = {
H A Dfd.c84 const struct chan_ops fd_ops = {
H A Dchan_kern.c71 static const struct chan_ops not_configged_ops = {
399 const struct chan_ops *ops;
442 const struct chan_ops *ops; in parse_chan()
H A Dxterm.c218 const struct chan_ops xterm_ops = {
H A Dport_user.c99 const struct chan_ops port_ops = {