Home
last modified time | relevance | path

Searched refs:function_table (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/lib/kdoc/
H A Dkdoc_files.py256 function_table = set()
263 function_table |= self.export_table[f]
267 function_table.add(s)
270 function_table, enable_lineno,
H A Dkdoc_output.py72 self.function_table = None
85 def set_filter(self, export, internal, symbol, nosymbol, function_table, argument
97 self.function_table = function_table
146 if name in self.function_table:
166 if name in self.function_table:
174 if name not in self.function_table:
/linux/scripts/
H A Dkernel-doc.pl176 my ($function, %function_table, %parametertypes, $declaration_purpose);
312 $function_table{$function} = 1;
318 %function_table = ();
321 %function_table = ();
450 defined($function_table{$name})))
1011 defined($function_table{$name})) ||
1013 !($functype eq "function" && defined($function_table{$name}))))
1232 if (defined($function_table{$name})) {
1239 if (!($functype eq "function" && defined($function_table{$name}))) {
1246 if (defined($function_table{$name})) {
[all …]
/linux/scripts/kconfig/
H A Dpreprocess.c194 static const struct function function_table[] = { variable
211 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
212 f = &function_table[i]; in function_expand()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c436 struct hinic_cmd_fw_ctxt *function_table = buf_in; in check_func_table() local
439 !function_table->rx_buf_sz) in check_func_table()