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:test_firmware
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H
A
D
fw_fallback.sh
187
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
204
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
213
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
221
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
244
if ! diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
255
if ! diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
268
if diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
H
A
D
fw_lib.sh
7
DIR=/sys/devices/virtual/misc/
test_firmware
45
modprobe
test_firmware
H
A
D
fw_filesystem.sh
46
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
63
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
81
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H
A
D
fw_fallback.sh
187
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
204
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
213
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
221
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
244
if ! diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
255
if ! diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
268
if diff -q "$RANDOM_FILE_PATH" /dev/
test_firmware
>/dev/null ; then
H
A
D
fw_filesystem.sh
49
if diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
66
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
84
if ! diff -q "$FW" /dev/
test_firmware
>/dev/null ; then
H
A
D
fw_lib.sh
7
DIR=/sys/devices/virtual/misc/
test_firmware
45
modprobe
test_firmware
/kernel/linux/linux-5.10/lib/
H
A
D
test_firmware.c
37
static const struct firmware *
test_firmware
;
variable
125
if (
test_firmware
)
in test_fw_misc_read()
127
test_firmware
->data,
in test_fw_misc_read()
128
test_firmware
->size);
in test_fw_misc_read()
614
release_firmware(
test_firmware
);
in trigger_request_store()
617
test_firmware
= NULL;
in trigger_request_store()
618
rc = request_firmware(&
test_firmware
, name, dev);
in trigger_request_store()
623
pr_info("loaded: %zu\n",
test_firmware
->size);
in trigger_request_store()
697
test_firmware
= fw;
in trigger_async_request_cb()
715
release_firmware(
test_firmware
);
in trigger_async_request_store()
[all...]
H
A
D
Makefile
62
obj-$(CONFIG_TEST_FIRMWARE) +=
test_firmware
.o
/kernel/linux/linux-6.6/lib/
H
A
D
test_firmware.c
39
static const struct firmware *
test_firmware
;
variable
156
if (
test_firmware
)
in test_fw_misc_read()
158
test_firmware
->data,
in test_fw_misc_read()
159
test_firmware
->size);
in test_fw_misc_read()
679
release_firmware(
test_firmware
);
in trigger_request_store()
682
test_firmware
= NULL;
in trigger_request_store()
683
rc = request_firmware(&
test_firmware
, name, dev);
in trigger_request_store()
688
pr_info("loaded: %zu\n",
test_firmware
->size);
in trigger_request_store()
762
test_firmware
= fw;
in trigger_async_request_cb()
780
release_firmware(
test_firmware
);
in trigger_async_request_store()
[all...]
H
A
D
Makefile
62
obj-$(CONFIG_TEST_FIRMWARE) +=
test_firmware
.o
Completed in 8 milliseconds