Searched refs:function_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/
H A Dkernel-doc178 my ($function, %function_table, %parametertypes, $declaration_purpose);
315 $function_table{$function} = 1;
321 %function_table = ();
324 %function_table = ();
511 defined($function_table{$name})))
1078 defined($function_table{$name})) ||
1080 !($functype eq "function" && defined($function_table{$name}))))
1297 if (defined($function_table{$name})) {
1304 if (!($functype eq "function" && defined($function_table{$name}))) {
1311 if (defined($function_table{
[all...]
/linux-master/scripts/kconfig/
H A Dpreprocess.c193 static const struct function function_table[] = { variable in typeref:struct:function
210 for (i = 0; i < ARRAY_SIZE(function_table); i++) {
211 f = &function_table[i];
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c436 struct hinic_cmd_fw_ctxt *function_table = buf_in; local
439 !function_table->rx_buf_sz)

Completed in 125 milliseconds