Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v5.15/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")));
/Linux-v5.15/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
/Linux-v5.15/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 …]
/Linux-v5.15/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>;
Dtlv320adcx140.yaml139 2d - Drive active low and weak high
141 4d - Drive weak low and active high
174 2 - (default) Drive active low and weak high
176 4 - Drive weak low and active high
/Linux-v5.15/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()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_ksyms_weak.c3 * Test weak ksyms.
18 /* existing weak symbols */
20 /* test existing weak symbols can be resolved. */
25 /* non-existent weak symbols. */
Dlinked_vars2.c9 /* when an extern is defined as both strong and weak, resulting symbol will be strong */
18 /* these two weak variables should lose */
/Linux-v5.15/arch/x86/um/vdso/
Dum_vdso.c26 __attribute__((weak, alias("__vdso_clock_gettime")));
38 __attribute__((weak, alias("__vdso_gettimeofday")));
50 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
68 __attribute__((weak, alias("__vdso_getcpu")));
/Linux-v5.15/Documentation/devicetree/bindings/power/supply/
Dbq2415x.yaml39 ti,weak-battery-voltage:
42 weak battery voltage threshold in mV.
71 - ti,weak-battery-voltage
90 ti,weak-battery-voltage = <3400>;
/Linux-v5.15/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)
405 # Step 1: find all the local (static functions) and weak symbols.
406 # 't' is local, 'w/W' is weak
413 $weak{$2} = $1;
432 # Sanity check on weak function. A weak function may be overwritten by
434 if (defined $weak{$ref_func}) {
435 die "$inputfile: ERROR: referencing weak function" .
512 # if this is either a local function or a weak function
[all …]
Dmksysmap28 # V = Weak symbol
29 # W = Weak symbol
36 # w - local weak symbols
/Linux-v5.15/arch/um/os-Linux/
Duser_syms.c44 extern void readdir64(void) __attribute__((weak));
46 extern void truncate64(void) __attribute__((weak));
112 extern void __stack_smash_handler(void *) __attribute__((weak));
115 extern long __guard __attribute__((weak));
/Linux-v5.15/include/crypto/
Ddes.h40 * the key is accepted but has been found to be weak.
51 * the key is accepted but has been found to be weak. Note that weak keys will
/Linux-v5.15/include/linux/
Dlinkage.h27 ".weak " __stringify(x) "\n\t" \
99 #define SYM_L_WEAK(name) .weak name
125 #ifndef WEAK
127 #define WEAK(name) \ macro
250 /* SYM_FUNC_START_WEAK -- use for weak functions */
256 /* SYM_FUNC_START_WEAK_NOALIGN -- use for weak functions, w/o alignment */
Dexport.h23 /* Mark the CRC weak since genksyms apparently decides not to
28 " .weak __crc_" #sym " \n" \
34 " .weak __crc_" #sym " \n" \
/Linux-v5.15/arch/powerpc/include/asm/
Dlinkage.h9 asm ("\t.weak " #x "\n\t.set " #x ", sys_ni_syscall\n" \
10 "\t.weak ." #x "\n\t.set ." #x ", .sys_ni_syscall\n")
/Linux-v5.15/tools/virtio/asm/
Dbarrier.h15 /* Weak barriers should be used. If not - it's a bug */
25 /* Weak barriers should be used. If not - it's a bug */
/Linux-v5.15/drivers/net/wireless/ath/ath5k/
Dani.c39 * - "OFDM weak signal detection"
41 * - "CCK weak signal detection"
152 * ath5k_ani_set_ofdm_weak_signal_detection() - Set OFDM weak signal detection
192 * ath5k_ani_set_cck_weak_signal_detection() - Set CCK weak signal detection
260 /* only OFDM: beacon RSSI is high, we can disable ODFM weak in ath5k_ani_raise_immunity()
273 /* beacon RSSI in mid range, we need OFDM weak signal detect, in ath5k_ani_raise_immunity()
283 /* beacon RSSI is low. in B/G mode turn of OFDM weak signal in ath5k_ani_raise_immunity()
325 /* beacon signal is high, leave OFDM weak signal in ath5k_ani_lower_immunity()
329 /* beacon RSSI is mid-range: turn on ODFM weak signal in ath5k_ani_lower_immunity()
/Linux-v5.15/arch/powerpc/tools/
Drelocs_check.sh23 # Remove from the bad relocations those that match an undefined weak symbol
25 # Weak unresolved symbols are of that form in nm output:
/Linux-v5.15/arch/s390/lib/
Dmem.S17 WEAK(memmove)
69 WEAK(memset)
122 WEAK(memcpy)

12345678910>>...12