Home
last modified time | relevance | path

Searched refs:test_firmware (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/testing/selftests/firmware/
Dfw_fallback.sh187 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
Dfw_filesystem.sh46 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
Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
33 modprobe test_firmware
/Linux-v4.19/lib/
Dtest_firmware.c30 static const struct firmware *test_firmware; variable
108 if (test_firmware) in test_fw_misc_read()
110 test_firmware->data, in test_fw_misc_read()
111 test_firmware->size); in test_fw_misc_read()
464 release_firmware(test_firmware); in trigger_request_store()
465 test_firmware = NULL; in trigger_request_store()
466 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
471 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
487 test_firmware = fw; in trigger_async_request_cb()
505 release_firmware(test_firmware); in trigger_async_request_store()
[all …]
DMakefile50 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
DKconfig.debug1898 This builds the "test_firmware" module that creates a userspace
/Linux-v4.19/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst108 test_firmware driver for testing, they are not called in normal use or