Home
last modified time | relevance | path

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

12

/linux-3.4.99/tools/perf/util/
Dparse-options.c38 const int unset = flags & OPT_UNSET; in get_value() local
40 if (unset && p->opt) in get_value()
42 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
72 if (unset) in get_value()
79 *(bool *)opt->value = unset ? false : true; in get_value()
83 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
87 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
91 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
95 if (unset) in get_value()
104 if (unset) in get_value()
[all …]
Dparse-events.h29 int unset);
31 int unset);
32 extern int parse_filter(const struct option *opt, const char *str, int unset);
Dcgroup.h15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
Dcgroup.c142 int unset __used) in parse_cgroups()
Dparse-events.c750 int parse_events(struct perf_evlist *evlist, const char *str, int unset __used) in parse_events()
781 int unset __used) in parse_events_option()
784 return parse_events(evlist, str, unset); in parse_events_option()
788 int unset __used) in parse_filter()
Dparse-options.h44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
/linux-3.4.99/tools/perf/
Dbuiltin-probe.c107 const char *str, int unset __used) in opt_add_probe_event()
117 const char *str, int unset __used) in opt_del_probe_event()
130 const char *str, int unset __used) in opt_show_lines()
151 const char *str, int unset __used) in opt_show_vars()
171 const char *str, int unset __used) in opt_set_filter()
Dbuiltin-kmem.c660 const char *arg, int unset __used) in parse_sort_opt()
674 const char *arg __used, int unset __used) in parse_caller_opt()
681 const char *arg __used, int unset __used) in parse_alloc_opt()
688 const char *arg, int unset __used) in parse_line_opt()
Dbuiltin-report.c452 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument
461 if (unset) { in parse_callchain_opt()
532 parse_branch_mode(const struct option *opt __used, const char *str __used, int unset) in parse_branch_mode() argument
534 sort__branch_mode = !unset; in parse_branch_mode()
Dbuiltin-script.c656 const char *str, int unset __used) in parse_scriptname()
702 const char *arg, int unset __used) in parse_output_fields()
994 const char *s __used, int unset __used) in list_available_scripts()
Dbuiltin-record.c666 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
678 if (unset) in parse_branch_stack()
Dbuiltin-stat.c1066 const char *s __used, int unset) in stat__set_big_num() argument
1068 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
Dbuiltin-top.c1068 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument
1077 if (unset) { in parse_callchain_opt()
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dentry-macro.S68 @@ exit here, Z flag unset if IRQ
/linux-3.4.99/drivers/media/video/zoran/
Dvideocodec.h275 int (*unset) (struct videocodec * codec); member
Dvideocodec.c195 res = a->codec->unset(a->codec); in videocodec_detach()
Dzr36016.c488 .unset = zr36016_unset,
Dzr36050.c864 .unset = zr36050_unset,
Dzr36060.c972 .unset = zr36060_unset,
/linux-3.4.99/include/linux/
Duwb.h575 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-3.4.99/arch/sh/drivers/dma/
DKconfig48 DMA channels for a given board. If this is unset, this will default
/linux-3.4.99/drivers/media/video/
Dov9640.c227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument
240 val &= ~unset; in ov9640_reg_rmw()
Dov9740.c460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() argument
474 val &= ~unset; in ov9740_reg_rmw()
/linux-3.4.99/Documentation/fb/
Dintelfb.txt79 The binary parameters can be unset with a "no" prefix, example "noaccel".
/linux-3.4.99/drivers/i2c/busses/
Di2c-pxa.c183 const char *unset; member
185 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u }
192 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()

12