Searched refs:loading (Results 1 - 15 of 15) sorted by relevance

/linux-master/Documentation/firmware_class/
H A Dhotplug-script11 echo 1 > /sys/$DEVPATH/loading
13 echo 0 > /sys/$DEVPATH/loading
15 echo -1 > /sys/$DEVPATH/loading
/linux-master/tools/testing/selftests/firmware/
H A Dfw_fallback.sh31 while [ ! -e "$DIR"/"$name"/loading ]; do
40 echo 1 >"$DIR"/"$name"/loading
42 echo 0 >"$DIR"/"$name"/loading
58 while [ ! -e "$DIR"/"$name"/loading ]; do
67 echo -1 >"$DIR"/"$name"/loading
87 while [ ! -e "$DIR"/"$name"/loading ]; do
96 echo 1 >"$DIR"/"$name"/loading
98 echo 0 >"$DIR"/"$name"/loading
120 while [ ! -e "$DIR"/"$name"/loading ]; do
129 echo -1 >"$DIR"/"$name"/loading
[all...]
H A Dfw_upload.sh46 echo 1 > "$DIR"/"$name"/loading
48 echo 0 > "$DIR"/"$name"/loading
70 echo 1 > "$DIR"/"$name"/loading
72 echo 0 > "$DIR"/"$name"/loading
H A Dfw_filesystem.sh70 echo "$0: filesystem loading works"
75 echo "$0: firmware loading: async trigger not present, ignoring test" >&2
88 echo "$0: async filesystem loading works"
92 # Try platform (EFI embedded fw) loading too
94 echo "$0: firmware loading: platform trigger not present, ignoring test" >&2
112 echo "$0: platform loading works"
340 while [ ! -e "$DIR"/"$name"/loading ]; do
345 echo "$DIR/$name/loading" >&2
349 echo -1 >"$DIR"/"$name"/loading
/linux-master/drivers/base/firmware_loader/
H A Dsysfs.c18 * There is a small window in which user can write to 'loading'
19 * between loading done/aborted and disappearance of 'loading'
130 int loading = 0; local
134 loading = fw_state_is_loading(fw_sysfs->fw_priv);
137 return sysfs_emit(buf, "%d\n", loading);
141 * firmware_loading_store() - set value in the 'loading' control file
144 * @buf: buffer to scan for loading control value
160 int loading = simple_strtol(buf, NULL, 10); local
167 switch (loading) {
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.c29 .loading = true,
35 .loading = true,
46 .loading = true,
52 .loading = true,
59 .loading = true,
104 .loading = true,
375 return check_code(operation->loading, operation, "load operation", waiter);
397 * Return: true if the state was loading; will notify the waiter if so.
408 * Return: true if the state was loading; will notify the waiter if so.
H A Dadmin-state.h19 bool loading; member in struct:admin_state_code
114 return vdo_get_admin_state_code(state)->loading;
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S194 _beqz a4, .Ldone # avoid loading anything for zero-length copies
457 _beqz a4, .Lbackdone # avoid loading anything for zero-length copies
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S44 # This function encrypts two ChaCha blocks by loading the state
236 # This function encrypts four ChaCha blocks by loading the state
541 # This function encrypts eight consecutive ChaCha blocks by loading
H A Dchacha-avx512vl-x86_64.S34 # This function encrypts two ChaCha blocks by loading the state
199 # This function encrypts four ChaCha blocks by loading the state
465 # This function encrypts eight consecutive ChaCha blocks by loading
H A Dchacha-ssse3-x86_64.S230 # This function encrypts four consecutive ChaCha blocks by loading the
/linux-master/arch/alpha/lib/
H A Dstxncpy.S138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
H A Dev6-stxncpy.S170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
/linux-master/arch/s390/boot/
H A Dhead.S136 # subroutine for loading cards from the reader
/linux-master/arch/mips/kernel/
H A Dr4k_fpu.S182 bgez t0, 1f # skip loading odd if FR=0

Completed in 169 milliseconds