Searched refs:unset (Results 1 - 25 of 63) sorted by path

123

/linux-master/tools/perf/util/
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
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);
/linux-master/arch/sparc/kernel/
H A Dhead_32.S433 cmp %g1, 0xff ! unset means first CPU
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c291 const char *unset; member in struct:bits
293 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u }
300 const char *str = val & bits->mask ? bits->set : bits->unset;
/linux-master/drivers/media/i2c/
H A Dov9640.c229 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) argument
242 val &= ~unset;
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.c136 res = a->codec->unset(a->codec);
H A Dvideocodec.h253 int (*unset)(struct videocodec *codec); member in struct:videocodec
H A Dzr36016.c384 .unset = zr36016_unset,
H A Dzr36050.c795 .unset = zr36050_unset,
H A Dzr36060.c848 .unset = zr36060_unset,
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c166 u32 unset = 0; local
175 unset |= BIT(group->grp.pins[i]);
178 tmp &= ~unset;
/linux-master/tools/lib/subcmd/
H A Dparse-options.c73 const int unset = flags & OPT_UNSET; local
76 if (unset && p->opt)
78 if (unset && (opt->flags & PARSE_OPT_NONEG))
147 if (unset)
187 if (unset)
194 *(bool *)opt->value = unset ? false : true;
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
213 if (unset)
981 parse_opt_verbosity_cb(const struct option *opt, const char *arg __maybe_unused, int unset) argument
[all...]
H A Dparse-options.h52 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
/linux-master/tools/objtool/
H A Dbuiltin-check.c29 static int parse_dump(const struct option *opt, const char *str, int unset) argument
39 static int parse_hacks(const struct option *opt, const char *str, int unset) argument
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c353 int unset __maybe_unused)
/linux-master/tools/perf/bench/
H A Dnuma.c164 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset);
165 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset);
667 const char *arg, int unset __maybe_unused)
782 const char *arg, int unset __maybe_unused)
H A Dsched-pipe.c51 const char *str, int unset __maybe_unused)
/linux-master/tools/perf/
H A Dbuiltin-annotate.c698 int unset __maybe_unused)
707 static int parse_data_type(const struct option *opt, const char *str, int unset) argument
711 ann->data_type = !unset;
H A Dbuiltin-c2c.c2831 parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
2835 callchain->enabled = !unset;
2839 if (unset) {
3215 const char *str, int unset __maybe_unused)
H A Dbuiltin-diff.c230 int unset __maybe_unused)
H A Dbuiltin-ftrace.c982 const char *str, int unset)
988 if (unset || !str)
1014 int unset __maybe_unused)
1040 const char *str, int unset)
1052 if (unset) {
1071 const char *str, int unset)
1081 if (unset)
1092 const char *str, int unset)
1105 if (unset)
981 opt_list_avail_functions(const struct option *opt __maybe_unused, const char *str, int unset) argument
1039 parse_buffer_size(const struct option *opt, const char *str, int unset) argument
1070 parse_func_tracer_opts(const struct option *opt, const char *str, int unset) argument
1091 parse_graph_tracer_opts(const struct option *opt, const char *str, int unset) argument
H A Dbuiltin-inject.c1738 static int parse_vm_time_correlation(const struct option *opt, const char *str, int unset) argument
1744 if (unset)
1768 static int parse_guest_data(const struct option *opt, const char *str, int unset) argument
1775 if (unset)
H A Dbuiltin-kmem.c1777 const char *arg, int unset __maybe_unused)
1800 int unset __maybe_unused)
1808 int unset __maybe_unused)
1816 int unset __maybe_unused)
1824 int unset __maybe_unused)
1831 const char *arg, int unset __maybe_unused)
H A Dbuiltin-lock.c2311 int unset __maybe_unused)
2329 int unset __maybe_unused)
2365 int unset __maybe_unused)
2431 int unset __maybe_unused)
2468 int unset __maybe_unused)
2496 int unset __maybe_unused)
2543 int unset __maybe_unused)
H A Dbuiltin-mem.c43 const char *str, int unset __maybe_unused)
396 parse_mem_ops(const struct option *opt, const char *str, int unset) argument
403 if (unset)

Completed in 461 milliseconds

123