Home
last modified time | relevance | path

Searched full:weak (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/arch/x86/entry/vdso/
Dvclock_gettime.c26 __attribute__((weak, alias("__vdso_gettimeofday")));
33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
47 __attribute__((weak, alias("__vdso_clock_gettime")));
55 __attribute__((weak, alias("__vdso_clock_getres")));
68 __attribute__((weak, alias("__vdso_clock_gettime")));
76 __attribute__((weak, alias("__vdso_clock_gettime64")));
84 __attribute__((weak, alias("__vdso_clock_getres")));
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
Dvclock_gettime.c26 __attribute__((weak, alias("__vdso_gettimeofday")));
33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
47 __attribute__((weak, alias("__vdso_clock_gettime")));
55 __attribute__((weak, alias("__vdso_clock_getres")));
68 __attribute__((weak, alias("__vdso_clock_gettime")));
76 __attribute__((weak, alias("__vdso_clock_gettime64")));
84 __attribute__((weak, alias("__vdso_clock_getres")));
/kernel/linux/linux-6.6/include/crypto/internal/
Ddes.h16 * crypto_des_verify_key - Check whether a DES key is weak
20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
45 * For DES-EDE3, there is no known need to reject weak or
79 * crypto_des3_ede_verify_key - Check whether a DES3-EDE key is weak
83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
85 * keys are rejected in FIPS mode even if weak keys are permitted by the TFM
/kernel/linux/linux-5.10/include/crypto/internal/
Ddes.h16 * crypto_des_verify_key - Check whether a DES key is weak
20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
45 * For DES-EDE3, there is no known need to reject weak or
79 * crypto_des3_ede_verify_key - Check whether a DES3-EDE key is weak
83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
85 * keys are rejected in FIPS mode even if weak keys are permitted by the TFM
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsetup.c171 __attribute__((weak)) or #pragma weak. Bypass it and talk directly
174 #define WEAK(X) \ macro
176 asm(".weak "#X)
178 WEAK(alcor_mv);
179 WEAK(alphabook1_mv);
180 WEAK(avanti_mv);
181 WEAK(cabriolet_mv);
182 WEAK(clipper_mv);
183 WEAK(dp264_mv);
184 WEAK(eb164_mv);
[all …]
/kernel/linux/linux-6.6/arch/alpha/kernel/
Dsetup.c166 __attribute__((weak)) or #pragma weak. Bypass it and talk directly
169 #define WEAK(X) \ macro
171 asm(".weak "#X)
173 WEAK(alcor_mv);
174 WEAK(alphabook1_mv);
175 WEAK(avanti_mv);
176 WEAK(cabriolet_mv);
177 WEAK(clipper_mv);
178 WEAK(dp264_mv);
179 WEAK(eb164_mv);
[all …]
/kernel/liteos_a/kernel/include/
Dlos_toolchain.h75 #ifndef WEAK
76 #define WEAK __attribute__((weak)) macro
110 #ifndef WEAK
111 #define WEAK __weak
149 #ifndef WEAK
150 #define WEAK __attribute__((weak))
/kernel/linux/linux-6.6/tools/perf/tests/shell/
Dstat.sh44 echo "stat repeat weak groups test"
48 echo "stat repeat weak groups test [Skipped event parsing failed]"
54 echo "stat repeat weak groups test [Failed]"
58 echo "stat repeat weak groups test [Success]"
86 # Weak groups break if the perf_event_open of multiple grouped events
89 echo "Topdown weak groups test"
93 echo "Topdown weak groups test [Skipped event parsing failed]"
99 echo "Topdown weak groups test [Failed events not supported]"
103 echo "Topdown weak groups test [Success]"
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dcs35l36.txt56 - cirrus,weak-fet-disable : Boolean : The strength of the output drivers is
57 reduced when operating in a Weak-FET Drive Mode and must not be used to drive
60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
61 (in ms) before the Class H algorithm switches to the weak-FET voltage
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
151 cirrus,weak-fet-delay = <0x04>;
152 cirrus,weak-fet-thld = <0x01>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs35l36.txt56 - cirrus,weak-fet-disable : Boolean : The strength of the output drivers is
57 reduced when operating in a Weak-FET Drive Mode and must not be used to drive
60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
61 (in ms) before the Class H algorithm switches to the weak-FET voltage
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
151 cirrus,weak-fet-delay = <0x04>;
152 cirrus,weak-fet-thld = <0x01>;
/kernel/linux/linux-5.10/drivers/hid/
Dhid-emsff.c27 int weak, strong; in emsff_play() local
29 weak = effect->u.rumble.weak_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
34 weak = weak * 0xff / 0xffff; in emsff_play()
37 emsff->report->field[0]->value[1] = weak; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
Dhid-lg2ff.c27 int weak, strong; in play_effect() local
30 weak = effect->u.rumble.weak_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
33 weak = weak * 0xff / 0xffff; in play_effect()
37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
Dhid-mf.c38 int strong, weak; in mf_play() local
41 weak = effect->u.rumble.weak_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
46 weak = weak * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
50 mf->report->field[0]->value[0] = weak; in mf_play()
Dhid-pl.c44 s32 *weak; member
62 *plff->weak = right; in hid_plff_play()
81 s32 *weak; in plff_init() local
121 weak = &report->field[0]->value[3]; in plff_init()
134 weak = &report->field[3]->value[0]; in plff_init()
159 plff->weak = weak; in plff_init()
163 *weak = 0x00; in plff_init()
Dhid-dr.c36 int strong, weak; in drff_play() local
39 weak = effect->u.rumble.weak_magnitude; in drff_play()
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
43 if (strong || weak) { in drff_play()
45 weak = weak * 0xff / 0xffff; in drff_play()
50 if (weak == 0x0a) in drff_play()
51 weak = 0x0b; in drff_play()
55 drff->report->field[0]->value[2] = weak; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
/kernel/linux/linux-6.6/drivers/hid/
Dhid-emsff.c27 int weak, strong; in emsff_play() local
29 weak = effect->u.rumble.weak_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
34 weak = weak * 0xff / 0xffff; in emsff_play()
37 emsff->report->field[0]->value[1] = weak; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
Dhid-lg2ff.c27 int weak, strong; in play_effect() local
30 weak = effect->u.rumble.weak_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
33 weak = weak * 0xff / 0xffff; in play_effect()
37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
Dhid-mf.c38 int strong, weak; in mf_play() local
41 weak = effect->u.rumble.weak_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
46 weak = weak * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
50 mf->report->field[0]->value[0] = weak; in mf_play()
Dhid-pl.c44 s32 *weak; member
62 *plff->weak = right; in hid_plff_play()
81 s32 *weak; in plff_init() local
121 weak = &report->field[0]->value[3]; in plff_init()
134 weak = &report->field[3]->value[0]; in plff_init()
159 plff->weak = weak; in plff_init()
163 *weak = 0x00; in plff_init()
Dhid-dr.c36 int strong, weak; in drff_play() local
39 weak = effect->u.rumble.weak_magnitude; in drff_play()
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
43 if (strong || weak) { in drff_play()
45 weak = weak * 0xff / 0xffff; in drff_play()
50 if (weak == 0x0a) in drff_play()
51 weak = 0x0b; in drff_play()
55 drff->report->field[0]->value[2] = weak; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_ksyms_weak.c3 * Test weak ksyms.
18 /* existing weak symbols */
20 /* test existing weak symbols can be resolved. */
27 /* non-existent weak symbols. */
/kernel/linux/linux-5.10/arch/x86/um/vdso/
Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/kernel/linux/linux-6.6/arch/x86/um/vdso/
Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dbq2415x.yaml38 ti,weak-battery-voltage:
41 weak battery voltage threshold in mV.
70 - ti,weak-battery-voltage
89 ti,weak-battery-voltage = <3400>;
/kernel/linux/linux-6.6/scripts/
Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
163 my %weak; # List of weak functions
168 my $weak_regex; # Match a weak function (return function)
402 # Step 1: find all the local (static functions) and weak symbols.
403 # 't' is local, 'w/W' is weak
410 $weak{$2} = $1;
429 # Sanity check on weak function. A weak function may be overwritten by
431 if (defined $weak{$ref_func}) {
432 die "$inputfile: ERROR: referencing weak function" .
509 # if this is either a local function or a weak function
[all …]

12345678910>>...26