Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dtest_firmware.c23 static const struct firmware *test_firmware; variable
31 if (test_firmware) in test_fw_misc_read()
33 test_firmware->data, in test_fw_misc_read()
34 test_firmware->size); in test_fw_misc_read()
65 release_firmware(test_firmware); in trigger_request_store()
66 test_firmware = NULL; in trigger_request_store()
67 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
70 pr_info("loaded: %zu\n", test_firmware ? test_firmware->size : 0); in trigger_request_store()
107 release_firmware(test_firmware); in test_firmware_exit()
DMakefile36 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
DKconfig.debug1747 This builds the "test_firmware" module that creates a userspace
/linux-4.1.27/tools/testing/selftests/firmware/
Dfw_userhelper.sh8 modprobe test_firmware
10 DIR=/sys/devices/virtual/misc/test_firmware
60 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
73 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
82 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
Dfw_filesystem.sh8 modprobe test_firmware
10 DIR=/sys/devices/virtual/misc/test_firmware
40 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
55 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then