Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/linux/Documentation/userspace-api/media/
A Dfrontend.h.rst.exceptions75 ignore symbol QPSK
76 ignore symbol QAM_16
77 ignore symbol QAM_32
78 ignore symbol QAM_64
79 ignore symbol QAM_128
80 ignore symbol QAM_256
82 ignore symbol VSB_8
83 ignore symbol VSB_16
84 ignore symbol PSK_8
85 ignore symbol APSK_16
[all …]
A Dlirc.h.rst.exceptions40 ignore symbol RC_PROTO_OTHER
41 ignore symbol RC_PROTO_RC5
44 ignore symbol RC_PROTO_JVC
48 ignore symbol RC_PROTO_NEC
49 ignore symbol RC_PROTO_NECX
50 ignore symbol RC_PROTO_NEC32
51 ignore symbol RC_PROTO_SANYO
60 ignore symbol RC_PROTO_XMP
61 ignore symbol RC_PROTO_CEC
62 ignore symbol RC_PROTO_IMON
[all …]
A Ddmx.h.rst.exceptions11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
12 replace symbol DMX_PES_VIDEO0 :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`
20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
21 replace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes_type`
25 replace symbol DMX_PES_PCR2 :c:type:`dmx_pes_type`
30 replace symbol DMX_PES_PCR3 :c:type:`dmx_pes_type`
43 replace symbol DMX_IN_DVR :c:type:`dmx_input`
[all …]
A Dvideodev2.h.rst.exceptions15 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`
26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field`
27 replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field`
28 replace symbol V4L2_FIELD_SEQ_TB :c:type:`v4l2_field`
29 replace symbol V4L2_FIELD_TOP :c:type:`v4l2_field`
[all …]
/linux/drivers/scsi/aic7xxx/aicasm/
A Daicasm_symbol.c86 key.data = symbol->name; in symbol_delete()
90 switch(symbol->type) { in symbol_delete()
123 free(symbol->name); in symbol_delete()
124 free(symbol); in symbol_delete()
231 newnode->symbol = symbol; in symlist_add()
237 switch(symbol->type) { in symlist_add()
257 && (curnode->symbol->type > newnode->symbol->type in symlist_add()
258 || (curnode->symbol->type == newnode->symbol->type in symlist_add()
378 regnode->symbol->name); in aic_print_reg_dump_start()
416 regnode->symbol->name, in aic_print_reg_dump_end()
[all …]
A Daicasm_gram.y451 symbol = $1;
697 symbol = $1;
885 $$.symbol = $1;
900 $$.symbol = $1;
920 $$.symbol = accumulator.symbol;
1676 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()
1684 if (src->symbol == allones.symbol) in format_1_instr()
1686 else if (src->symbol == allzeros.symbol) in format_1_instr()
1688 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
1855 symbol_t *symbol = sym->symbol; in type_check() local
[all …]
/linux/arch/mips/include/asm/
A Dsim.h23 ".globl\t__" #symbol "\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)
49 ".globl\t__" #symbol "\n\t" \
53 #symbol":\n\t" \
64 "j\t" #symbol "\n\t" \
65 ".end\t__" #symbol "\n\t" \
[all …]
A Dasm.h42 #define LEAF(symbol) \ argument
44 .globl symbol; \
47 .ent symbol, 0; \
57 .globl symbol; \
60 .ent symbol, 0; \
77 .globl symbol; \
78 symbol:
84 .globl symbol; \
86 symbol: .insn
92 .globl symbol; \
[all …]
/linux/scripts/kconfig/
A Dlkc_proto.h17 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);
28 tristate sym_toggle_tristate_value(struct symbol *sym);
32 bool sym_is_changeable(struct symbol *sym);
33 struct property * sym_get_choice_prop(struct symbol *sym);
[all …]
A Dlkc.h44 void set_all_choice_values(struct symbol *csym);
86 void menu_add_entry(struct symbol *sym);
110 struct symbol *sym_choice_default(struct symbol *sym);
113 struct symbol *sym_check_deps(struct symbol *sym);
114 struct symbol *prop_get_symbol(struct property *prop);
122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
124 return (struct symbol *)sym->curr.val; in sym_get_choice_value()
127 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value()
132 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
142 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
[all …]
A Dsymbol.c245 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default()
271 static struct symbol *sym_calc_choice(struct symbol *sym) in sym_calc_choice()
808 struct symbol *symbol; in sym_lookup() local
822 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_lookup()
835 symbol = xmalloc(sizeof(*symbol)); in sym_lookup()
836 memset(symbol, 0, sizeof(*symbol)); in sym_lookup()
844 return symbol; in sym_lookup()
849 struct symbol *symbol = NULL; in sym_find() local
864 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_find()
871 return symbol; in sym_find()
[all …]
A D.symbol.o.cmd1symbol.o := gcc -Wp,-MMD,scripts/kconfig/.symbol.o.d -Wall -Wmissing-prototypes -Wstrict-prototype…
3 source_scripts/kconfig/symbol.o := scripts/kconfig/symbol.c
5 deps_scripts/kconfig/symbol.o := \
12 scripts/kconfig/symbol.o: $(deps_scripts/kconfig/symbol.o)
14 $(deps_scripts/kconfig/symbol.o):
A Dparser.y39 struct symbol *symbol; member
92 %type <symbol> symbol
213 config_option: T_RANGE symbol symbol if_expr T_EOL
439 | symbol T_LESS symbol { $$ = expr_alloc_comp(E_LTH, $1, $3); }
440 | symbol T_LESS_EQUAL symbol { $$ = expr_alloc_comp(E_LEQ, $1, $3); }
441 | symbol T_GREATER symbol { $$ = expr_alloc_comp(E_GTH, $1, $3); }
442 | symbol T_GREATER_EQUAL symbol { $$ = expr_alloc_comp(E_GEQ, $1, $3); }
443 | symbol T_EQUAL symbol { $$ = expr_alloc_comp(E_EQUAL, $1, $3); }
444 | symbol T_UNEQUAL symbol { $$ = expr_alloc_comp(E_UNEQUAL, $1, $3); }
480 struct symbol *sym;
[all …]
/linux/tools/perf/util/
A Dsymbol.h48 struct symbol { struct
73 void symbol__delete(struct symbol *sym); argument
97 struct symbol sym;
125 struct symbol *sym;
144 struct symbol *sym);
146 struct symbol *sym);
151 struct symbol *symbol__next_by_name(struct symbol *sym);
154 struct symbol *dso__last_symbol(struct dso *dso);
155 struct symbol *dso__next_symbol(struct symbol *sym);
244 void arch__symbols__fixup_end(struct symbol *p, struct symbol *c);
[all …]
/linux/scripts/
A Dcheckkconfigsymbols.py182 for symbol in sorted(undefined):
183 print(red(symbol))
236 def find_commits(symbol, diff): argument
240 symbol, diff])
356 for symbol in symbols:
357 inv_map[symbol] = inv_map.get(symbol, set())
364 if symbol == "FOO" or symbol == "BAR" or \
365 symbol == "FOO_BAR" or symbol == "XXX":
372 undefined[symbol] = referenced_symbols.get(symbol)
400 for symbol in symbols:
[all …]
A Ddecode_stacktrace.sh112 symbol=${symbol#\(}
113 symbol=${symbol%\)}
117 if [[ $symbol == *:* ]] ; then
118 segment=${symbol%%:*}:
119 symbol=${symbol#*:}
123 local name=${symbol%+*}
140 local expr=${symbol%/*}
173 symbol="$segment$name ($code)"
206 symbol="kernel_init+0x0/0x0"
252 symbol=${words[$last-1]}
[all …]
A Dexport_report.pl33 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 …]
/linux/drivers/scsi/
A D53c700.h425 #define script_patch_32(h, script, symbol, value) \ argument
431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
434 #symbol, A_##symbol##_used[i], &da)); \
443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
446 #symbol, A_##symbol##_used[i], &da)); \
451 #define script_patch_ID(h, script, symbol, value) \ argument
458 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
461 #symbol, A_##symbol##_used[i], val)); \
465 #define script_patch_16(h, script, symbol, value) \ argument
472 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
[all …]
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DEventClass.py26 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 …]
/linux/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr2 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 …]
/linux/tools/perf/scripts/python/
A Dintel-pt-events.py209 symbol = get_optional(sample, "addr_symbol")
217 if symbol == "[unknown]":
271 symbol = get_optional(param_dict, "symbol")
293 print_common_ip(param_dict, sample, symbol, dso)
297 print_common_ip(param_dict, sample, symbol, dso)
301 print_common_ip(param_dict, sample, symbol, dso)
305 print_common_ip(param_dict, sample, symbol, dso)
309 print_common_ip(param_dict, sample, symbol, dso)
313 print_common_ip(param_dict, sample, symbol, dso)
317 print_common_ip(param_dict, sample, symbol, dso)
[all …]
/linux/tools/perf/
A Dbuiltin-kallsyms.c31 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
33 if (symbol == NULL) { in __cmd_kallsyms()
39 symbol->name, map->dso->short_name, map->dso->long_name, in __cmd_kallsyms()
40 map->unmap_ip(map, symbol->start), map->unmap_ip(map, symbol->end), in __cmd_kallsyms()
41 symbol->start, symbol->end); in __cmd_kallsyms()
/linux/lib/zstd/compress/
A Dfse_compress.c113 U32 symbol; in FSE_buildCTable_wksp() local
114 for (symbol=0; symbol<=maxSymbolValue; symbol++) { in FSE_buildCTable_wksp()
161 { U32 symbol; in FSE_buildCTable_wksp()
162 for (symbol=0; symbol<=maxSymbolValue; symbol++) { in FSE_buildCTable_wksp()
164 symbol, normalizedCounter[symbol], in FSE_buildCTable_wksp()
203 unsigned symbol = 0; in FSE_writeNCount_generic() local
218 unsigned start = symbol; in FSE_writeNCount_generic()
219 while ((symbol < alphabetSize) && !normalizedCounter[symbol]) symbol++; in FSE_writeNCount_generic()
221 while (symbol >= start+24) { in FSE_writeNCount_generic()
231 while (symbol >= start+3) { in FSE_writeNCount_generic()
[all …]
/linux/Documentation/devicetree/bindings/phy/
A Dsamsung,ufs-phy.yaml31 - description: symbol clock for input symbol ( rx0-ch0 symbol clock)
32 - description: symbol clock for input symbol ( rx1-ch1 symbol clock)
33 - description: symbol clock for output symbol ( tx0 symbol clock)
/linux/Documentation/livepatch/
A Dmodule-elf-format.rst185 Every symbol referenced by a relocation is a livepatch symbol.
206 in their symbol tables, and the symbol table is made accessible through
209 4.1 A livepatch module's symbol table
226 This rela refers to the symbol '.klp.sym.vmlinux.printk,0', and the symbol index is encoded
228 symbol index 94.
229 And in this patch module's corresponding symbol table, symbol index 94 refers to that very symbol:
234 4.2 Livepatch symbol format
249 The symbol name is prefixed with the string ".klp.sym."
256 The actual name of the symbol.
262 The symbol position of a unique symbol is 0.
[all …]

Completed in 46 milliseconds

12345678910>>...15