/arch/um/drivers/ |
D | ssl.c | 31 static struct chan_opts opts = { variable 73 return line_config(serial_lines, ARRAY_SIZE(serial_lines), str, &opts, in ssl_config() 162 new_title = add_xterm_umid(opts.xterm_title); in ssl_init() 164 opts.xterm_title = new_title; in ssl_init() 171 if (setup_one_line(serial_lines, i, s, &opts, &error)) in ssl_init() 201 opts.raw = 0; in ssl_non_raw_setup()
|
D | stdio_console.c | 37 static struct chan_opts opts = { variable 79 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 162 new_title = add_xterm_umid(opts.xterm_title); in stdio_init() 164 opts.xterm_title = new_title; in stdio_init() 173 if (setup_one_line(vts, i, s, &opts, &error)) in stdio_init()
|
D | tty.c | 19 static void *tty_chan_init(char *str, int device, const struct chan_opts *opts) in tty_chan_init() argument 34 .raw = opts->raw }); in tty_chan_init()
|
D | pty.c | 26 static void *pty_chan_init(char *str, int device, const struct chan_opts *opts) in pty_chan_init() argument 34 *data = ((struct pty_chan) { .announce = opts->announce, in pty_chan_init() 36 .raw = opts->raw }); in pty_chan_init()
|
D | xterm.c | 28 static void *xterm_init(char *str, int device, const struct chan_opts *opts) in xterm_init() argument 39 .title = opts->xterm_title, in xterm_init() 40 .raw = opts->raw } ); in xterm_init()
|
D | fd.c | 22 static void *fd_init(char *str, int device, const struct chan_opts *opts) in fd_init() argument 46 .raw = opts->raw }); in fd_init()
|
D | line.h | 85 const struct chan_opts *opts, char **error_out); 89 char *str, const struct chan_opts *opts,
|
D | chan_kern.c | 15 const struct chan_opts *opts) in not_configged_init() argument 439 const struct chan_opts *opts, char **error_out) in parse_chan() argument 462 data = (*ops->init)(str, device, opts); in parse_chan() 489 const struct chan_opts *opts, char **error_out) in parse_chan_pair() argument 509 new = parse_chan(line, in, device, opts, error_out); in parse_chan_pair() 517 new = parse_chan(line, out, device, opts, error_out); in parse_chan_pair() 526 new = parse_chan(line, str, device, opts, error_out); in parse_chan_pair()
|
D | null.c | 15 static void *null_init(char *str, int device, const struct chan_opts *opts) in null_init() argument
|
D | port_user.c | 24 static void *port_init(char *str, int device, const struct chan_opts *opts) in port_init() argument 52 *data = ((struct port_chan) { .raw = opts->raw, in port_init()
|
D | line.c | 362 const struct chan_opts *opts, char **error_out) in setup_one_line() argument 378 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 393 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 400 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 454 const struct chan_opts *opts, char **error_out) in line_config() argument 474 return setup_one_line(lines, n, end, opts, error_out); in line_config()
|
D | chan.h | 32 const struct chan_opts *opts, char **error_out);
|
/arch/sh/kernel/cpu/ |
D | init.c | 45 static int x##_setup(char *opts) \
|