Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dkernel-doc309 my ($function, %function_table, %parametertypes, $declaration_purpose);
415 $function_table{$function} = 1;
419 $function_table{$function} = 1;
422 %function_table = ();
425 %function_table = ();
515 defined($function_table{$name})) ||
517 !defined($function_table{$name})))
1028 defined($function_table{$name})) ||
1031 !($functype eq "function" && defined($function_table{$name}))))
1209 if (defined($function_table{$name})) {
[all …]
/Linux-v4.19/scripts/kconfig/
Dpreprocess.c187 static const struct function function_table[] = { variable
204 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
205 f = &function_table[i]; in function_expand()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_shim.c72 const VCHI_CONNECTION_API_T *function_table, in vchi_create_connection() argument
75 (void)function_table; in vchi_create_connection()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/
Dvchi.h157 …server@*/ VCHI_CONNECTION_T * vchi_create_connection( const VCHI_CONNECTION_API_T * function_table,