| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_smu_controls.c | 110 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_release() local 112 kfree(fct); in smu_fan_release() 117 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_set() local 119 if (value < fct->min) in smu_fan_set() 120 value = fct->min; in smu_fan_set() 121 if (value > fct->max) in smu_fan_set() 122 value = fct->max; in smu_fan_set() 123 fct->value = value; in smu_fan_set() 125 return smu_set_fan(fct->fan_type, fct->reg, value); in smu_fan_set() 130 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_get() local [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | xtrace | 75 fct=$1 84 printf '%-20s %-*s %6s\n' $fct $width $file $line 161 while read fct; do 163 if test "$fct" != '??' -a "$file" != '??:0'; then 164 format_line "$fct" "$file" 181 while read fct; do 183 if test "$fct" != '??' -a "$file" != '??:0'; then 184 format_line "$fct" "$file"
|
| H A D | mtrace | 96 my $fct = $2; 107 $cache{$addr} = $str = "$fct @ $addr";
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | xtrace | 75 fct=$1 84 printf '%-20s %-*s %6s\n' $fct $width $file $line 161 while read fct; do 163 if test "$fct" != '??' -a "$file" != '??:0'; then 164 format_line "$fct" "$file" 181 while read fct; do 183 if test "$fct" != '??' -a "$file" != '??:0'; then 184 format_line "$fct" "$file"
|
| H A D | mtrace | 96 my $fct = $2; 107 $cache{$addr} = $str = "$fct @ $addr";
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | cdefs.h | 57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument 58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument 67 # define __NTH(fct) __LEAF_ATTR fct __THROW argument 68 # define __NTHNL(fct) fct __THROW argument 72 # define __NTH(fct) fct argument 73 # define __NTHNL(fct) fct argument 88 # define __NTH(fct) fct argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | cdefs.h | 57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument 58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument 67 # define __NTH(fct) __LEAF_ATTR fct __THROW argument 68 # define __NTHNL(fct) fct __THROW argument 72 # define __NTH(fct) fct argument 73 # define __NTHNL(fct) fct argument 88 # define __NTH(fct) fct argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/ |
| H A D | sys-cdefs.h | 22 # define __NTH(fct) __attribute__ ((__nothrow__)) fct argument 25 # define __NTH(fct) fct argument
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | trace.h | 517 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3, 520 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc), 524 __field(char *, fct) 535 __entry->fct = fct; 546 __entry->fct, 598 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3, 600 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc) 646 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3, 648 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc) 652 TP_PROTO(u64 unit_address, char *fct, u64 list_address, u64 num, [all …]
|
| H A D | flash.c | 228 long (*fct)(u64, u64, u64, u64 *), in handle_image() 311 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | tgmath.h | 146 # define __tgml(fct) fct argument 148 # define __tgml(fct) fct ## l argument 234 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 236 ? fct ## f128 arg_call : 237 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 240 ? fct ## f128 arg_call \ 245 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 248 ? fct ## f128 arg_call : 249 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 254 ? fct ## f128 arg_call \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | tgmath.h | 146 # define __tgml(fct) fct argument 148 # define __tgml(fct) fct ## l argument 234 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 236 ? fct ## f128 arg_call : 237 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 240 ? fct ## f128 arg_call \ 245 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 248 ? fct ## f128 arg_call : 249 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 254 ? fct ## f128 arg_call \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-oxnas.c | 77 unsigned int fct; member 283 .fct = _fct, \ 602 functions->fct, mask); in oxnas_ox810se_pinmux_enable() 609 (functions->fct == 1 ? in oxnas_ox810se_pinmux_enable() 616 (functions->fct == 2 ? in oxnas_ox810se_pinmux_enable() 623 (functions->fct == 3 ? in oxnas_ox810se_pinmux_enable() 653 functions->fct, mask); in oxnas_ox820_pinmux_enable() 658 (functions->fct == 1 ? in oxnas_ox820_pinmux_enable() 663 (functions->fct == 2 ? in oxnas_ox820_pinmux_enable() 668 (functions->fct == 3 ? in oxnas_ox820_pinmux_enable() [all …]
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0009-Redefine-_IO_iconv_t-to-store-a-single-gconv-step-po.patch | 140 __gconv_fct fct = gs->__fct; 145 status = DL_CALL_FCT (fct, 174 __gconv_fct fct = gs->__fct; 179 status = DL_CALL_FCT (fct, 227 __gconv_fct fct = gs->__fct; 232 DL_CALL_FCT (fct,
|
| H A D | 0008-libio-Remove-codecvt-vtable-BZ-24588.patch | 195 - __gconv_fct fct = gs->__fct; 198 - PTR_DEMANGLE (fct); 201 - status = DL_CALL_FCT (fct,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | tracepoint.c | 580 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range() 588 fct(tracepoint_ptr_deref(iter), priv); in for_each_tracepoint_range() 767 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint() 771 __stop___tracepoints_ptrs, fct, priv); in for_each_kernel_tracepoint()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/ |
| H A D | ep93xx.h | 109 uint32_t fct; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracepoint.h | 56 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 542 VIDEO_KBD_INIT_FCT keyboard int fct (i.e. rx51_kp_init()) 543 VIDEO_TSTC_FCT test char fct (i.e. rx51_kp_tstc) 544 VIDEO_GETC_FCT get char fct (i.e. rx51_kp_getc)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-3 | 5340 gconv_fct fct = next_step->__fct; 5356 status = fct (next_step, next_data, NULL, NULL, 5399 result = fct (next_step, next_data, &outerr,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-3 | 5340 gconv_fct fct = next_step->__fct; 5356 status = fct (next_step, next_data, NULL, NULL, 5399 result = fct (next_step, next_data, &outerr,
|