/openbmc/linux/Documentation/userspace-api/media/ |
H A D | frontend.h.rst.exceptions | 43 ignore symbol FE_IS_STUPID 44 ignore symbol FE_CAN_INVERSION_AUTO 45 ignore symbol FE_CAN_FEC_1_2 46 ignore symbol FE_CAN_FEC_2_3 47 ignore symbol FE_CAN_FEC_3_4 48 ignore symbol FE_CAN_FEC_4_5 49 ignore symbol FE_CAN_FEC_5_6 50 ignore symbol FE_CAN_FEC_6_7 51 ignore symbol FE_CAN_FEC_7_8 52 ignore symbol FE_CAN_FEC_8_9 [all …]
|
H A D | lirc.h.rst.exceptions | 43 ignore symbol RC_PROTO_UNKNOWN 44 ignore symbol RC_PROTO_OTHER 45 ignore symbol RC_PROTO_RC5 46 ignore symbol RC_PROTO_RC5X_20 47 ignore symbol RC_PROTO_RC5_SZ 48 ignore symbol RC_PROTO_JVC 49 ignore symbol RC_PROTO_SONY12 50 ignore symbol RC_PROTO_SONY15 51 ignore symbol RC_PROTO_SONY20 52 ignore symbol RC_PROTO_NEC [all …]
|
H A D | dmx.h.rst.exceptions | 11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type` 12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type` 13 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type` 14 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type` 15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type` 16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type` 17 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type` 18 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type` 19 replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type` 20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type` [all …]
|
H A D | videodev2.h.rst.exceptions | 15 ignore symbol V4L2_BUF_TYPE_PRIVATE 16 ignore symbol V4L2_TUNER_DIGITAL_TV 17 ignore symbol V4L2_COLORSPACE_BT878 20 replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field` 21 replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field` 22 replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field` 23 replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field` 24 replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field` 25 replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field` 26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field` [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sim.h | 20 #define save_static_function(symbol) \ argument 23 ".globl\t__" #symbol "\n\t" \ 25 ".type\t__" #symbol ", @function\n\t" \ 26 ".ent\t__" #symbol ", 0\n__" \ 27 #symbol":\n\t" \ 38 "j\t" #symbol "\n\t" \ 39 ".end\t__" #symbol "\n\t" \ 40 ".size\t__" #symbol",. - __" #symbol) 46 #define save_static_function(symbol) \ argument 49 ".globl\t__" #symbol "\n\t" \ [all …]
|
H A D | asm.h | 43 #define LEAF(symbol) \ argument 45 .globl symbol; \ 47 .type symbol, @function; \ 48 .ent symbol, 0; \ 49 symbol: .frame sp, 0, ra; \ 56 #define NESTED(symbol, framesize, rpc) \ argument 58 .globl symbol; \ 60 .type symbol, @function; \ 61 .ent symbol, 0; \ 62 symbol: .frame sp, framesize, rpc; \ [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 82 symbol_delete(symbol_t *symbol) in symbol_delete() argument 87 key.data = symbol->name; in symbol_delete() 88 key.size = strlen(symbol->name); in symbol_delete() 91 switch(symbol->type) { in symbol_delete() 95 if (symbol->info.rinfo != NULL) in symbol_delete() 96 free(symbol->info.rinfo); in symbol_delete() 99 if (symbol->info.ainfo != NULL) in symbol_delete() 100 free(symbol->info.ainfo); in symbol_delete() 106 if (symbol->info.finfo != NULL) { in symbol_delete() 107 symlist_free(&symbol->info.finfo->symrefs); in symbol_delete() [all …]
|
H A D | aicasm_gram.y | 87 static void initialize_symbol(symbol_t *symbol); 97 static void test_readable_symbol(symbol_t *symbol); 98 static void test_writable_symbol(symbol_t *symbol); 101 static void add_conditional(symbol_t *symbol); 104 static int is_location_address(symbol_t *symbol); 449 symbol_t *symbol; variable 451 symbol = $1; 452 if (symbol->type != CONST) { 457 if (symbol->info.cinfo->value > 4) { 462 $$ = (0x1 << symbol->info.cinfo->value); [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | lkc_proto.h | 17 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE]; 19 struct symbol * sym_lookup(const char *name, int flags); 20 struct symbol * sym_find(const char *name); 21 void print_symbol_for_listconfig(struct symbol *sym); 22 struct symbol ** sym_re_search(const char *pattern); 24 void sym_calc_value(struct symbol *sym); 25 enum symbol_type sym_get_type(struct symbol *sym); 26 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 27 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 28 tristate sym_toggle_tristate_value(struct symbol *sym); [all …]
|
H A D | lkc.h | 44 void set_all_choice_values(struct symbol *csym); 86 void menu_add_entry(struct symbol *sym); 91 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); 105 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 110 struct symbol *sym_choice_default(struct symbol *sym); 111 struct property *sym_get_range_prop(struct symbol *sym); 112 const char *sym_get_string_default(struct symbol *sym); 113 struct symbol *sym_check_deps(struct symbol *sym); 114 struct symbol *prop_get_symbol(struct property *prop); 116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() [all …]
|
H A D | symbol.c | 14 struct symbol symbol_yes = { 21 struct symbol symbol_mod = { 28 struct symbol symbol_no = { 35 static struct symbol symbol_empty = { 41 struct symbol *modules_sym; 44 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 76 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 85 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 97 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 109 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | lkc_proto.h | 26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 30 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE]; 32 struct symbol * sym_lookup(const char *name, int flags); 33 struct symbol * sym_find(const char *name); 36 struct symbol ** sym_re_search(const char *pattern); 38 void sym_calc_value(struct symbol *sym); 39 enum symbol_type sym_get_type(struct symbol *sym); 40 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 41 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 42 tristate sym_toggle_tristate_value(struct symbol *sym); [all …]
|
H A D | lkc.h | 87 void set_all_choice_values(struct symbol *csym); 103 void menu_add_entry(struct symbol *sym); 108 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); 141 struct symbol *sym_choice_default(struct symbol *sym); 142 const char *sym_get_string_default(struct symbol *sym); 143 struct symbol *sym_check_deps(struct symbol *sym); 144 struct property *prop_alloc(enum prop_type type, struct symbol *sym); 145 struct symbol *prop_get_symbol(struct property *prop); 146 struct property *sym_get_env_prop(struct symbol *sym); 148 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() [all …]
|
H A D | symbol.c | 14 struct symbol symbol_yes = { 32 struct symbol *sym_defconfig_list; 33 struct symbol *modules_sym; 38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() 47 struct symbol *sym; in sym_init() 63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop() 115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() [all …]
|
/openbmc/u-boot/fs/jffs2/ |
H A D | mini_inflate.c | 144 int symbol, length, dist, i; in decompress_huffman() local 147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman() 148 if (symbol < 256) { in decompress_huffman() 149 *(dest++) = symbol; /* symbol is a literal */ in decompress_huffman() 151 } else if (symbol > 256) { in decompress_huffman() 154 if (symbol < 265) length = symbol - 254; in decompress_huffman() 155 else if (symbol == 285) length = 258; in decompress_huffman() 157 length = pull_bits(stream, (symbol - 261) >> 2); in decompress_huffman() 158 length += (4 << ((symbol - 261) >> 2)) + 3; in decompress_huffman() 159 length += ((symbol - 1) % 4) << in decompress_huffman() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.h | 48 struct symbol { struct 75 void symbol__delete(struct symbol *sym); argument 86 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \ 89 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() 107 static inline void *symbol__priv(struct symbol *sym) in symbol__priv() 127 struct symbol *sym); 129 struct symbol *sym); 131 struct symbol *dso__find_symbol(struct dso *dso, u64 addr); 132 struct symbol *dso__find_symbol_nocache(struct dso *dso, u64 addr); 134 struct symbol *dso__next_symbol_by_name(struct dso *dso, size_t *idx); [all …]
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 162 for symbol in sorted(undefined_b): 164 if symbol not in undefined_a: 165 files = sorted(undefined_b.get(symbol)) 166 undefined[symbol] = files 169 files = sorted(undefined_b.get(symbol) - 170 undefined_a.get(symbol)) 172 undefined[symbol] = files 182 for symbol in sorted(undefined): 183 print(red(symbol)) 185 files = sorted(undefined.get(symbol)) [all …]
|
H A D | export_report.pl | 33 my ($symbol, $no) = split /\s+/, $sym; 34 printf("\t\t%-25s\n", $symbol); 97 my (undef, $symbol, $module, $gpl, $namespace) = split('\t'); 98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl]; 131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}}; 132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl]; 158 my ($module, $value, $symbol, $gpl) = @{$list}; 159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value); 181 foreach my $symbol (@{$list}) { 182 my ($module, $value, undef, $gpl) = @{$SYMBOL{$symbol}}; [all …]
|
H A D | decode_stacktrace.sh | 142 symbol=${symbol#\(} 143 symbol=${symbol%\)} 147 if [[ $symbol == *:* ]] ; then 148 segment=${symbol%%:*}: 149 symbol=${symbol#*:} 153 local name=${symbol%+*} 172 local expr=${symbol%/*} 213 symbol="$segment$name ($code)" 246 symbol="kernel_init+0x0/0x0" 248 basepath=${symbol#kernel_init (} [all …]
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 45 #define ENTRY(symbol) \ argument 46 .globl symbol; \ 47 .type symbol, @function; \ 48 .ent symbol, 0; \ 49 symbol: 54 #define LEAF(symbol) \ argument 55 .globl symbol; \ 57 .type symbol, @function; \ 58 .ent symbol, 0; \ 59 .section .text.symbol, "x"; \ [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | 53c700.h | 425 #define script_patch_32(h, script, symbol, value) \ argument 429 for(i=0; i< (sizeof(A_##symbol##_used) / sizeof(__u32)); i++) { \ 430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \ 431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 432 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ 434 #symbol, A_##symbol##_used[i], &da)); \ 438 #define script_patch_32_abs(h, script, symbol, value) \ argument 442 for(i=0; i< (sizeof(A_##symbol##_used) / sizeof(__u32)); i++) { \ 443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \ 444 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ [all …]
|
/openbmc/linux/samples/fprobe/ |
H A D | fprobe_example.c | 26 static char symbol[MAX_SYMBOL_LEN] = "kernel_clone"; variable 27 module_param_string(symbol, symbol, sizeof(symbol), 0644); 28 MODULE_PARM_DESC(symbol, "Probed symbol(s), given by comma separated symbols or a wildcard pattern.… 99 if (strchr(symbol, '*')) { in fprobe_init() 101 ret = register_fprobe(&sample_probe, symbol, in fprobe_init() 104 } else if (!strchr(symbol, ',')) { in fprobe_init() 105 symbuf = symbol; in fprobe_init() 111 symbuf = kstrdup(symbol, GFP_KERNEL); in fprobe_init() 138 pr_info("Planted fprobe at %s\n", symbol); in fprobe_init() 148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf): argument 28 event = PebsEvent(name, comm, dso, symbol, raw_buf) 30 event = PebsNHM(name, comm, dso, symbol, raw_buf) 32 event = PerfEvent(name, comm, dso, symbol, raw_buf) 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 42 self.symbol = symbol 49 (self.name, self.symbol, self.comm, self.dso)) 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 72 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type) 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument [all …]
|
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/ |
H A D | expected_stderr | 2 Kconfig:11: symbol B is selected by B 7 Kconfig:5: symbol A depends on A 12 Kconfig:17: symbol C1 depends on C2 13 Kconfig:21: symbol C2 depends on C1 18 Kconfig:32: symbol D2 is selected by D1 19 Kconfig:27: symbol D1 depends on D2 24 Kconfig:37: symbol E1 depends on E2 25 Kconfig:42: symbol E2 is implied by E1 30 Kconfig:60: symbol G depends on G 35 Kconfig:51: symbol F2 depends on F1 [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.cpp | 86 char* symbol = (char*)calloc(symbolSize, sizeof(char)); in dumpHex() local 102 snprintf(symbol, symbolSize, "%02X ", ((unsigned char*)data)[i]); in dumpHex() 103 strcat(buffer.get(), symbol); in dumpHex() 104 memset(symbol, 0, strlen(symbol)); in dumpHex() 126 snprintf(symbol, symbolSize, "| %s\",\n", in dumpHex() 131 snprintf(symbol, symbolSize, "| %s\"\n", in dumpHex() 136 snprintf(symbol, symbolSize, "| %s\n", in dumpHex() 139 strcat(buffer.get(), symbol); in dumpHex() 140 memset(symbol, 0, strlen(symbol)); in dumpHex() 157 snprintf(symbol, symbolSize, "| %s\"\n", in dumpHex() [all …]
|