Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 86) sorted by relevance

1234

/linux/tools/perf/util/
H A Dparse-regs-options.c13 __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 Dparse-regs-options.h5 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 Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
74 if (unset) { in parse_clockid()
H A Dparse-branch-options.c99 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 Dcallchain.h242 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 Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
H A Diostat.h35 int unset __maybe_unused);
H A Diostat.c15 int unset __maybe_unused) in iostat_parse()
H A Dcgroup.h36 int parse_cgroups(const struct option *opt, const char *str, int unset);
H A Drecord.h87 int record__parse_freq(const struct option *opt, const char *str, int unset);
H A Ddlfilter.h95 int list_available_dlfilters(const struct option *opt, const char *s, int unset);
/linux/tools/lib/subcmd/
H A Dparse-options.c73 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 Dprocfs-audit_loginuid9 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 Dspi-lantiq-ssc.txt19 - 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 Dbuiltin-ftrace.c1406 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 Dbuiltin-mem.c49 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 Dbuiltin-top.c1380 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 Dbuiltin-lock.c2192 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 Dpinctrl-ns.c166 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 Dbuiltin-check.c29 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 Dui.h32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
H A Dsetup.c71 const char *mode, int unset __maybe_unused) in stdio__config_color()
/linux/drivers/media/pci/zoran/
H A Dvideocodec.h253 int (*unset)(struct videocodec *codec); member

1234