Searched refs:test_firmware (Results 1 – 5 of 5) sorted by relevance
23 static const struct firmware *test_firmware; variable31 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()
37 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
1814 This builds the "test_firmware" module that creates a userspace
8 modprobe test_firmware10 DIR=/sys/devices/virtual/misc/test_firmware70 if diff -q "$FW" /dev/test_firmware >/dev/null ; then83 if diff -q "$FW" /dev/test_firmware >/dev/null ; then92 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
8 modprobe test_firmware10 DIR=/sys/devices/virtual/misc/test_firmware53 if diff -q "$FW" /dev/test_firmware >/dev/null ; then70 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then