/linux-3.4.99/tools/perf/util/ |
D | parse-options.c | 38 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 …]
|
D | parse-events.h | 29 int unset); 31 int unset); 32 extern int parse_filter(const struct option *opt, const char *str, int unset);
|
D | cgroup.h | 15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | cgroup.c | 142 int unset __used) in parse_cgroups()
|
D | parse-events.c | 750 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()
|
D | parse-options.h | 44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
|
/linux-3.4.99/tools/perf/ |
D | builtin-probe.c | 107 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()
|
D | builtin-kmem.c | 660 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()
|
D | builtin-report.c | 452 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()
|
D | builtin-script.c | 656 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()
|
D | builtin-record.c | 666 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 678 if (unset) in parse_branch_stack()
|
D | builtin-stat.c | 1066 const char *s __used, int unset) in stat__set_big_num() argument 1068 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
|
D | builtin-top.c | 1068 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/ |
D | entry-macro.S | 68 @@ exit here, Z flag unset if IRQ
|
/linux-3.4.99/drivers/media/video/zoran/ |
D | videocodec.h | 275 int (*unset) (struct videocodec * codec); member
|
D | videocodec.c | 195 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 488 .unset = zr36016_unset,
|
D | zr36050.c | 864 .unset = zr36050_unset,
|
D | zr36060.c | 972 .unset = zr36060_unset,
|
/linux-3.4.99/include/linux/ |
D | uwb.h | 575 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/ |
D | Kconfig | 48 DMA channels for a given board. If this is unset, this will default
|
/linux-3.4.99/drivers/media/video/ |
D | ov9640.c | 227 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()
|
D | ov9740.c | 460 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/ |
D | intelfb.txt | 79 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
/linux-3.4.99/drivers/i2c/busses/ |
D | i2c-pxa.c | 183 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()
|