/linux/tools/perf/util/ |
H A 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()
|
H A 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);
|
H A D | pfm.h | 15 int unset); 25 int unset __maybe_unused) in parse_libpfm_events_option()
|
H A D | clockid.c | 68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument 74 if (unset) { in parse_clockid()
|
H A D | parse-branch-options.c | 99 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 103 if (unset) in parse_branch_stack()
|
H A D | callchain.h | 242 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 243 int record_callchain_opt(const struct option *opt, const char *arg, int unset); 249 const char *arg, bool unset);
|
H A D | parse-branch-options.h | 5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
H A D | clockid.h | 7 int parse_clockid(const struct option *opt, const char *str, int unset);
|
H A D | iostat.h | 35 int unset __maybe_unused);
|
H A D | iostat.c | 15 int unset __maybe_unused) in iostat_parse()
|
H A D | cgroup.h | 36 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
H A D | record.h | 87 int record__parse_freq(const struct option *opt, const char *str, int unset);
|
H A D | dlfilter.h | 95 int list_available_dlfilters(const struct option *opt, const char *s, int unset);
|
/linux/tools/lib/subcmd/ |
H A 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/Documentation/ABI/stable/ |
H A D | procfs-audit_loginuid | 9 decimal unsigned int (%u, u32). If it is unset, 14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-lantiq-ssc.txt | 19 - num-cs: see spi-bus.txt, set to 8 if unset 20 - base-cs: the number of the first chip select, set to 1 if unset.
|
/linux/tools/perf/ |
H A D | builtin-ftrace.c | 1406 const char *str, int unset) in opt_list_avail_functions() argument 1412 if (unset || !str) in opt_list_avail_functions() 1438 int unset __maybe_unused) in parse_filter_func() 1464 const char *str, int unset) in parse_buffer_size() argument 1476 if (unset) { in parse_buffer_size() 1495 const char *str, int unset) in parse_func_tracer_opts() argument 1505 if (unset) in parse_func_tracer_opts() 1516 const char *str, int unset) in parse_graph_tracer_opts() argument 1530 if (unset) in parse_graph_tracer_opts() 1540 static int parse_sort_key(const struct option *opt, const char *str, int unset) in parse_sort_key() argument [all …]
|
H A D | builtin-mem.c | 49 const char *str, int unset __maybe_unused) in parse_record_events() 417 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() 424 if (unset) in parse_mem_ops() 416 parse_mem_ops(const struct option * opt,const char * str,int unset) parse_mem_ops() argument
|
H A D | builtin-top.c | 1380 callchain_opt(const struct option *opt, const char *arg, int unset) in callchain_opt() argument 1383 return record_callchain_opt(opt, arg, unset); in callchain_opt() 1387 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument 1391 callchain->enabled = !unset; in parse_callchain_opt() 1397 if (unset) { in parse_callchain_opt() 1422 int unset __maybe_unused) in parse_percent_limit()
|
H A D | builtin-lock.c | 2192 int unset __maybe_unused) in __cmd_contention() 2210 int unset __maybe_unused) in __cmd_contention() 2246 int unset __maybe_unused) in __cmd_record() 2365 int unset __maybe_unused) in parse_lock_type() 2410 int unset __maybe_unused) in add_lock_sym() 2457 int unset __maybe_unused) in parse_call_stack()
|
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns.c | 166 u32 unset = 0; in ns_pinctrl_set_mux() local 175 unset |= BIT(group->grp.pins[i]); in ns_pinctrl_set_mux() 178 tmp &= ~unset; in ns_pinctrl_set_mux()
|
/linux/tools/objtool/ |
H A D | builtin-check.c | 29 static int parse_dump(const struct option *opt, const char *str, int unset) in parse_dump() argument 39 static int parse_hacks(const struct option *opt, const char *str, int unset) in parse_hacks() argument
|
/linux/tools/perf/ui/ |
H A D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|
H A D | setup.c | 71 const char *mode, int unset __maybe_unused) in stdio__config_color()
|
/linux/drivers/media/pci/zoran/ |
H A D | videocodec.h | 253 int (*unset)(struct videocodec *codec); member
|