/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.c | 73 const int unset = flags & OPT_UNSET; in get_value() local 76 if (unset && p->opt) in get_value() 78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value() 146 if (unset) in get_value() 185 if (unset) in get_value() 192 *(bool *)opt->value = unset ? false : true; in get_value() 198 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value() 202 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value() 206 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value() 211 if (unset) in get_value() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | parse-regs-options.c | 9 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs() argument 16 if (unset) in parse_regs()
|
D | parse-branch-options.c | 92 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 96 if (unset) in parse_branch_stack()
|
D | parse-events.h | 33 int parse_events_option(const struct option *opt, const char *str, int unset); 37 int parse_filter(const struct option *opt, const char *str, int unset); 38 int exclude_perf(const struct option *opt, const char *arg, int unset);
|
D | callchain.h | 240 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 241 int record_callchain_opt(const struct option *opt, const char *arg, int unset); 247 const char *arg, bool unset);
|
D | parse-regs-options.h | 5 int parse_regs(const struct option *opt, const char *str, int unset);
|
D | parse-branch-options.h | 5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
D | cgroup.h | 27 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
/Linux-v4.19/tools/perf/ |
D | builtin-probe.c | 180 int unset __maybe_unused) in opt_set_target() 215 const char *str, int unset __maybe_unused) in opt_set_target_ns() 246 const char *str, int unset __maybe_unused) in opt_show_lines() 266 const char *str, int unset __maybe_unused) in opt_show_vars() 288 const char *str, int unset __maybe_unused) in opt_add_probe_event() 299 const char *str, int unset) in opt_set_filter_with_command() argument 301 if (!unset) in opt_set_filter_with_command() 311 const char *str, int unset __maybe_unused) in opt_set_filter()
|
D | builtin-mem.c | 34 const char *str, int unset __maybe_unused) in parse_record_events() 334 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 341 if (unset) in parse_mem_ops()
|
D | builtin-record.c | 1226 const char *arg, bool unset) in record_opts__parse_callchain() argument 1229 callchain->enabled = !unset; in record_opts__parse_callchain() 1232 if (unset) { in record_opts__parse_callchain() 1251 int unset) in record_parse_callchain_opt() argument 1253 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt() 1258 int unset __maybe_unused) in record_callchain_opt() 1337 static int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument 1343 if (unset) { in parse_clockid() 1380 int unset __maybe_unused) in record__parse_mmap_pages()
|
D | perf.h | 92 int record__parse_freq(const struct option *opt, const char *str, int unset);
|
D | builtin-report.c | 893 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument 897 callchain->enabled = !unset; in report_parse_callchain_opt() 901 if (unset) { in report_parse_callchain_opt() 912 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt() 930 const char *str __maybe_unused, int unset) in parse_branch_mode() argument 934 *branch_mode = !unset; in parse_branch_mode() 940 int unset __maybe_unused) in parse_percent_limit()
|
D | builtin-top.c | 1192 callchain_opt(const struct option *opt, const char *arg, int unset) in callchain_opt() argument 1195 return record_callchain_opt(opt, arg, unset); in callchain_opt() 1199 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument 1203 callchain->enabled = !unset; in parse_callchain_opt() 1209 if (unset) { in parse_callchain_opt() 1234 int unset __maybe_unused) in parse_percent_limit()
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 44 Logical channel when unset 47 Memory to Device when unset 50 Little endian when unset 53 Use automatic channel selection when unset 56 Normal priority when unset
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-lantiq-ssc.txt | 13 - num-cs: see spi-bus.txt, set to 8 if unset 14 - base-cs: the number of the first chip select, set to 1 if unset.
|
/Linux-v4.19/tools/perf/ui/ |
D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|
D | setup.c | 70 const char *mode, int unset __maybe_unused) in stdio__config_color()
|
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/ |
D | ltc4151.txt | 10 Defaults to <1000> if unset.
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | qcom-wdt.txt | 20 if unset, the default timeout is 30 seconds
|
D | alphascale-asm9260.txt | 17 if unset, the default timeout is 30 seconds.
|
D | arm,sp805.txt | 22 - timeout-sec: Should specify default WDT timeout in seconds. If unset, the
|
/Linux-v4.19/drivers/staging/media/zoran/ |
D | videocodec.h | 271 int (*unset) (struct videocodec * codec); member
|
/Linux-v4.19/include/linux/ |
D | uwb.h | 575 struct uwb_mac_addr unset = { in uwb_mac_addr_unset() local 578 return !uwb_mac_addr_cmp(addr, &unset); in uwb_mac_addr_unset()
|
/Linux-v4.19/Documentation/sphinx-static/ |
D | theme_overrides.css | 81 padding: unset;
|