Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FW_OPT_UEVENT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H
A
D
main.c
695
if (device && (fw_priv->opt_flags &
FW_OPT_UEVENT
) &&
in assign_fw()
894
FW_OPT_UEVENT
);
in request_firmware()
921
FW_OPT_UEVENT
| FW_OPT_NO_WARN);
in firmware_request_nowarn()
945
FW_OPT_UEVENT
| FW_OPT_NO_WARN |
in request_firmware_direct()
970
FW_OPT_UEVENT
| FW_OPT_FALLBACK_PLATFORM);
in firmware_request_platform()
1026
FW_OPT_UEVENT
| FW_OPT_NOCACHE);
in request_firmware_into_buf()
1056
FW_OPT_UEVENT
| FW_OPT_NOCACHE |
in request_partial_firmware_into_buf()
1150
(uevent ?
FW_OPT_UEVENT
: FW_OPT_USERHELPER);
in request_firmware_nowait()
H
A
D
firmware.h
17
* @
FW_OPT_UEVENT
: Enables the fallback mechanism to send a kobject uevent
31
* precedence over &
FW_OPT_UEVENT
and &FW_OPT_USERHELPER.
39
FW_OPT_UEVENT
= BIT(0),
enumerator
H
A
D
fallback.c
522
if (fw_priv->opt_flags &
FW_OPT_UEVENT
) {
in fw_load_sysfs_fallback()
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H
A
D
main.c
709
if (device && (fw_priv->opt_flags &
FW_OPT_UEVENT
) &&
in assign_fw()
959
FW_OPT_UEVENT
);
in request_firmware()
986
FW_OPT_UEVENT
| FW_OPT_NO_WARN);
in firmware_request_nowarn()
1010
FW_OPT_UEVENT
| FW_OPT_NO_WARN |
in request_firmware_direct()
1035
FW_OPT_UEVENT
| FW_OPT_FALLBACK_PLATFORM);
in firmware_request_platform()
1091
FW_OPT_UEVENT
| FW_OPT_NOCACHE);
in request_firmware_into_buf()
1121
FW_OPT_UEVENT
| FW_OPT_NOCACHE |
in request_partial_firmware_into_buf()
1215
(uevent ?
FW_OPT_UEVENT
: FW_OPT_USERHELPER);
in request_firmware_nowait()
H
A
D
firmware.h
15
* @
FW_OPT_UEVENT
: Enables the fallback mechanism to send a kobject uevent
29
* precedence over &
FW_OPT_UEVENT
and &FW_OPT_USERHELPER.
37
FW_OPT_UEVENT
= BIT(0),
enumerator
H
A
D
fallback.c
97
if (fw_priv->opt_flags &
FW_OPT_UEVENT
) {
in fw_load_sysfs_fallback()
Completed in 7 milliseconds