Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/firmware/
A 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
A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
45 modprobe test_firmware
A Dfw_filesystem.sh49 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
/linux/lib/
A Dtest_firmware.c156 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()
762 test_firmware = fw; in trigger_async_request_cb()
780 release_firmware(test_firmware); in trigger_async_request_store()
781 test_firmware = NULL; in trigger_async_request_store()
796 if (test_firmware) { in trigger_async_request_store()
828 test_firmware = NULL; in trigger_custom_fallback_store()
[all …]
A DMakefile63 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
A DKconfig.debug2580 This builds the "test_firmware" module that creates a userspace
/linux/Documentation/driver-api/firmware/
A Dfallback-mechanisms.rst109 test_firmware driver for testing, they are not called in normal use or

Completed in 37 milliseconds