Searched refs:function_table (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 257 function_table = set() 264 function_table |= self.export_table[f] 268 function_table.add(s) 271 function_table, enable_lineno,
|
| H A D | kdoc_output.py | 77 self.function_table = None 90 def set_filter(self, export, internal, symbol, nosymbol, function_table, 102 self.function_table = function_table 149 if name in self.function_table: 169 if name in self.function_table: 177 if name not in self.function_table: 85 set_filter(self, export, internal, symbol, nosymbol, function_table, enable_lineno, no_doc_sections) global() argument
|
| /linux/scripts/kconfig/ |
| H A D | preprocess.c | 194 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 D | hinic_sriov.c | 436 struct hinic_cmd_fw_ctxt *function_table = buf_in; in check_func_table() local 439 !function_table->rx_buf_sz) in check_func_table()
|