Searched refs:test_firmware (Results 1 – 7 of 7) sorted by relevance
187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then244 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then255 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then268 if diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
7 DIR=/sys/devices/virtual/misc/test_firmware45 modprobe test_firmware
46 if diff -q "$FW" /dev/test_firmware >/dev/null ; then63 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then81 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
123 if (test_firmware) in test_fw_misc_read()125 test_firmware->data, in test_fw_misc_read()126 test_firmware->size); in test_fw_misc_read()588 release_firmware(test_firmware); in trigger_request_store()589 test_firmware = NULL; in trigger_request_store()669 test_firmware = fw; in trigger_async_request_cb()687 release_firmware(test_firmware); in trigger_async_request_store()688 test_firmware = NULL; in trigger_async_request_store()701 if (test_firmware) { in trigger_async_request_store()731 test_firmware = NULL; in trigger_custom_fallback_store()[all …]
60 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
2325 This builds the "test_firmware" module that creates a userspace
109 test_firmware driver for testing, they are not called in normal use or
Completed in 17 milliseconds