/Linux-v5.4/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 37 char *opt, *options = NULL; in fb_get_options() local 79 static int __init video_setup(char *options) in video_setup()
|
/Linux-v5.4/tools/perf/util/ |
D | genelf.c | 61 struct options { struct 62 char *output; 63 int fd; 523 static struct options options; variable
|
/Linux-v5.4/tools/lib/subcmd/ |
D | parse-options.c | 342 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 361 const struct option *options) in parse_long_opt() 473 static void check_typos(const char *arg, const struct option *options) in check_typos() 512 const struct option *options, in parse_options_step() 629 int parse_options_subcommand(int argc, const char **argv, const struct option *options, in parse_options_subcommand() 683 int parse_options(int argc, const char **argv, const struct option *options, in parse_options()
|
/Linux-v5.4/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 11 int options; /* No use */ member 16 int options; /* No use */ member 78 int options; /* No use */ member 100 int options; /* No use */ member 105 int options; /* No use */ member 156 } options; member 182 } options; member 207 } options; member 228 } options; member 238 } options; member [all …]
|
/Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 23 struct options { struct 44 struct options sockopt; argument
|
/Linux-v5.4/drivers/crypto/caam/ |
D | pdb.h | 136 u32 options; member 204 u32 options; member 236 u8 options; member 254 u8 options; member 275 u8 options; member 287 u8 options; member 309 u8 options; member 322 u8 options; member 345 u8 options; member 353 u8 options; member [all …]
|
D | dpseci.h | 52 u32 options; member 77 u32 options; member 147 u32 options; member
|
/Linux-v5.4/drivers/net/ppp/ |
D | ppp_deflate.c | 85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() 137 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init() 302 static void *z_decomp_alloc(unsigned char *options, int opt_len) in z_decomp_alloc() 352 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
|
D | ppp_mppe.c | 171 static void *mppe_alloc(unsigned char *options, int optlen) in mppe_alloc() 250 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, in mppe_init() 308 mppe_comp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_comp_init() 414 mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_decomp_init()
|
D | bsd_comp.c | 352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc() 449 static void *bsd_comp_alloc (unsigned char *options, int opt_len) in bsd_comp_alloc() 454 static void *bsd_decomp_alloc (unsigned char *options, int opt_len) in bsd_decomp_alloc() 463 static int bsd_init (void *state, unsigned char *options, in bsd_init() 506 static int bsd_comp_init (void *state, unsigned char *options, in bsd_comp_init() 512 static int bsd_decomp_init (void *state, unsigned char *options, in bsd_decomp_init()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | acornfb.c | 873 static struct options { struct 883 static int acornfb_setup(char *options) in acornfb_setup()
|
/Linux-v5.4/drivers/tty/serial/8250/ |
D | 8250_early.c | 136 const char *options) in early_serial8250_setup() 164 const char *options) in early_omap8250_setup()
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 51 struct gssx_option_array options; member 57 struct gssx_option_array options; member 82 struct gssx_option_array options; member 108 struct gssx_option_array options; member 136 struct gssx_option_array options; member 146 struct gssx_option_array options; member
|
/Linux-v5.4/drivers/tty/serial/ |
D | earlycon.c | 88 static int __init parse_options(struct earlycon_device *device, char *options) in parse_options() 233 const char *options) in of_setup_earlycon()
|
/Linux-v5.4/kernel/ |
D | exit.c | 1513 int options, struct rusage *ru) in kernel_waitid() 1572 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() argument 1604 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() 1648 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument 1666 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument 1677 int, options, in COMPAT_SYSCALL_DEFINE4() argument 1691 struct compat_siginfo __user *, infop, int, options, in COMPAT_SYSCALL_DEFINE5() argument
|
/Linux-v5.4/tools/lib/traceevent/ |
D | event-plugin.c | 25 struct tep_plugin_option *options; member 213 struct tep_plugin_option *options) in tep_plugin_add_options() 235 void tep_plugin_remove_options(struct tep_plugin_option *options) in tep_plugin_remove_options()
|
/Linux-v5.4/include/linux/mtd/ |
D | bbm.h | 42 int options; member 128 int options; member
|
D | nand-gpio.h | 11 unsigned int options; member
|
/Linux-v5.4/Documentation/sphinx/ |
D | rstFlatTable.py | 81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 92 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/Linux-v5.4/arch/mips/sgi-ip22/ |
D | ip22-setup.c | 67 static char options[8] __initdata; in plat_mem_setup() local
|
/Linux-v5.4/kernel/printk/ |
D | console_cmdline.h | 9 char *options; /* Options for the driver */ member
|
/Linux-v5.4/include/uapi/linux/netfilter/ |
D | xt_connlabel.h | 16 __u16 options; member
|
/Linux-v5.4/arch/mips/fw/arc/ |
D | arc_con.c | 29 static int prom_console_setup(struct console *co, char *options) in prom_console_setup()
|
/Linux-v5.4/tools/perf/trace/beauty/ |
D | waitid_options.c | 10 int printed = 0, options = arg->val; in syscall_arg__scnprintf_waitid_options() local
|
/Linux-v5.4/tools/perf/ |
D | builtin-kallsyms.c | 50 const struct option options[] = { in cmd_kallsyms() local
|