Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A 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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A 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 …]
/OK3568_Linux_fs/kernel/scripts/
H A Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1359 if (defined($function_table{$name})) {
1366 if (!($functype eq "function" && defined($function_table{$name}))) {
1373 if (defined($function_table{$name})) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1359 if (defined($function_table{$name})) {
1366 if (!($functype eq "function" && defined($function_table{$name}))) {
1373 if (defined($function_table{$name})) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1359 if (defined($function_table{$name})) {
1366 if (!($functype eq "function" && defined($function_table{$name}))) {
1373 if (defined($function_table{$name})) {
[all …]
/OK3568_Linux_fs/buildroot/package/php-pecl-dbus/
H A D0002-Fix-compatibility-with-php8-call_user_function_ex.patch23 - if (call_user_function_ex(EG(function_table), object, &callback, &retval,
25 + if (call_user_function(EG(function_table), object, &callback, &retval,
/OK3568_Linux_fs/u-boot/scripts/
H A Dkernel-doc266 my ($function, %function_table, %parametertypes, $declaration_purpose);
362 $function_table{$function} = 1;
366 $function_table{$function} = 1;
447 ( $function_only == 1 && defined($function_table{$name})) ||
448 ( $function_only == 2 && !defined($function_table{$name})))
1702 ( $function_only == 1 && defined($function_table{$name})) ||
1703 ( $function_only == 2 && !defined($function_table{$name})))
2552 print STDERR " Was looking for '$_'.\n" for keys %function_table;
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dkernel-doc313 my ($function, %function_table, %parametertypes, $declaration_purpose);
422 $function_table{$function} = 1;
426 $function_table{$function} = 1;
507 ( $function_only == 1 && defined($function_table{$name})) ||
508 ( $function_only == 2 && !defined($function_table{$name})))
1762 ( $function_only == 1 && defined($function_table{$name})) ||
1763 ( $function_only == 2 && !($functype eq "function" && defined($function_table{$name}))))
2676 print STDERR " Was looking for '$_'.\n" for keys %function_table;
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dkernel-doc313 my ($function, %function_table, %parametertypes, $declaration_purpose);
422 $function_table{$function} = 1;
426 $function_table{$function} = 1;
507 ( $function_only == 1 && defined($function_table{$name})) ||
508 ( $function_only == 2 && !defined($function_table{$name})))
1762 ( $function_only == 1 && defined($function_table{$name})) ||
1763 ( $function_only == 2 && !($functype eq "function" && defined($function_table{$name}))))
2676 print STDERR " Was looking for '$_'.\n" for keys %function_table;
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dpreprocess.c190 static const struct function function_table[] = { variable
207 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
208 f = &function_table[i]; in function_expand()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c434 struct hinic_cmd_fw_ctxt *function_table = buf_in; in check_func_table() local
437 !function_table->rx_buf_sz) in check_func_table()