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

/linux-master/tools/testing/selftests/firmware/
H 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
H A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
45 modprobe test_firmware
H 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-master/lib/
H A Dtest_firmware.c39 static const struct firmware *test_firmware; variable in typeref:struct:firmware
156 if (test_firmware)
158 test_firmware->data,
159 test_firmware->size);
679 release_firmware(test_firmware);
682 test_firmware = NULL;
683 rc = request_firmware(&test_firmware, name, dev);
688 pr_info("loaded: %zu\n", test_firmware->size);
762 test_firmware = fw;
780 release_firmware(test_firmware);
[all...]
H A DMakefile62 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o

Completed in 106 milliseconds