| /Linux-v5.4/tools/perf/util/ | 
| D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr)  in __parse_regs()  argument 21 	if (unset)  in __parse_regs() 86 parse_user_regs(const struct option *opt, const char *str, int unset)  in parse_user_regs()  argument 88 	return __parse_regs(opt, str, unset, false);  in parse_user_regs() 92 parse_intr_regs(const struct option *opt, const char *str, int unset)  in parse_intr_regs()  argument 94 	return __parse_regs(opt, str, unset, true);  in parse_intr_regs()
  | 
| D | parse-regs-options.h | 5 int parse_user_regs(const struct option *opt, const char *str, int unset); 6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
  | 
| D | parse-branch-options.c | 94 parse_branch_stack(const struct option *opt, const char *str, int unset)  in parse_branch_stack()  argument 98 	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 | 232 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 233 int record_callchain_opt(const struct option *opt, const char *arg, int unset); 239 				 const char *arg, bool 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);
  | 
| D | record.h | 72 int record__parse_freq(const struct option *opt, const char *str, int unset);
  | 
| /Linux-v5.4/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() 147 		if (unset)  in get_value() 187 		if (unset)  in get_value() 194 		*(bool *)opt->value = unset ? false : true;  in get_value() 200 		*(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;  in get_value() 204 		*(unsigned int *)opt->value = unset ? 0 : opt->defval;  in get_value() 208 		*(void **)opt->value = unset ? NULL : (void *)opt->defval;  in get_value() 213 		if (unset)  in get_value() [all …] 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-probe.c | 168 			int unset __maybe_unused)  in opt_set_target() 203 			     const char *str, int unset __maybe_unused)  in opt_set_target_ns() 234 			  const char *str, int unset __maybe_unused)  in opt_show_lines() 254 			 const char *str, int unset __maybe_unused)  in opt_show_vars() 276 			      const char *str, int unset __maybe_unused)  in opt_add_probe_event() 287 				       const char *str, int unset)  in opt_set_filter_with_command()  argument 289 	if (!unset)  in opt_set_filter_with_command() 299 			  const char *str, int unset __maybe_unused)  in opt_set_filter()
  | 
| D | builtin-record.c | 373 			     int unset)  in record__aio_parse()  argument 377 	if (unset) {  in record__aio_parse() 419 				    int unset)  in record__mmap_flush_parse()  argument 431 	if (unset)  in record__mmap_flush_parse() 454 static int record__parse_comp_level(const struct option *opt, const char *str, int unset)  in record__parse_comp_level()  argument 458 	if (unset) {  in record__parse_comp_level() 1751 				 const char *arg, bool unset)  in record_opts__parse_callchain()  argument 1754 	callchain->enabled = !unset;  in record_opts__parse_callchain() 1757 	if (unset) {  in record_opts__parse_callchain() 1776 			       int unset)  in record_parse_callchain_opt()  argument [all …] 
 | 
| D | builtin-mem.c | 38 			       const char *str, int unset __maybe_unused)  in parse_record_events() 336 parse_mem_ops(const struct option *opt, const char *str, int unset)  in parse_mem_ops()  argument 343 	if (unset)  in parse_mem_ops()
  | 
| D | builtin-report.c | 927 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset)  in report_parse_callchain_opt()  argument 931 	callchain->enabled = !unset;  in report_parse_callchain_opt() 935 	if (unset) {  in report_parse_callchain_opt() 946 		   int unset __maybe_unused)  in parse_time_quantum() 982 				const char *arg, int unset __maybe_unused)  in report_parse_ignore_callees_opt() 1000 		  const char *str __maybe_unused, int unset)  in parse_branch_mode()  argument 1004 	*branch_mode = !unset;  in parse_branch_mode() 1010 		    int unset __maybe_unused)  in parse_percent_limit()
  | 
| D | builtin-top.c | 1339 callchain_opt(const struct option *opt, const char *arg, int unset)  in callchain_opt()  argument 1342 	return record_callchain_opt(opt, arg, unset);  in callchain_opt() 1346 parse_callchain_opt(const struct option *opt, const char *arg, int unset)  in parse_callchain_opt()  argument 1350 	callchain->enabled = !unset;  in parse_callchain_opt() 1356 	if (unset) {  in parse_callchain_opt() 1381 		    int unset __maybe_unused)  in parse_percent_limit()
  | 
| /Linux-v5.4/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-v5.4/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-v5.4/tools/perf/ui/ | 
| D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
  | 
| D | setup.c | 71 			const char *mode, int unset __maybe_unused)  in stdio__config_color()
  | 
| /Linux-v5.4/drivers/pinctrl/bcm/ | 
| D | pinctrl-ns.c | 225 	u32 unset = 0;  in ns_pinctrl_set_mux()  local 232 		unset |= BIT(pin_number);  in ns_pinctrl_set_mux() 236 	tmp &= ~unset;  in ns_pinctrl_set_mux()
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/hwmon/ | 
| D | ltc4151.txt | 10 	Defaults to <1000> if unset.
  | 
| /Linux-v5.4/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-v5.4/drivers/staging/uwb/ | 
| D | uwb.h | 561 	struct uwb_mac_addr unset = {  in uwb_mac_addr_unset()  local 564 	return !uwb_mac_addr_cmp(addr, &unset);  in uwb_mac_addr_unset()
  | 
| /Linux-v5.4/arch/arc/plat-eznps/ | 
| D | Kconfig | 56 	  should be unset if auxiliary registers are not shared between the cpus
  |