Home
last modified time | relevance | path

Searched refs:firmware (Results 1 - 9 of 9) sorted by relevance

/third_party/libdrm/amdgpu/
H A Damdgpu_gpu_info.c119 struct drm_amdgpu_info_firmware firmware = {}; in amdgpu_query_firmware_version() local
123 request.return_pointer = (uintptr_t)&firmware; in amdgpu_query_firmware_version()
124 request.return_size = sizeof(firmware); in amdgpu_query_firmware_version()
135 *version = firmware.ver; in amdgpu_query_firmware_version()
136 *feature = firmware.feature; in amdgpu_query_firmware_version()
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c21 * This module is trying to load external test firmware files (n#_load_tst.fw).
30 #include <linux/firmware.h>
34 MODULE_DESCRIPTION("This module is checking device firmware loading");
44 MODULE_PARM_DESC(fw_name, "Template firmware file name: n#_name");
65 /* read and print firmware data */
71 pr_err(TCID ": Expected firmware size '%d'\n", fw_size); in fw_read()
76 pr_err(TCID ": Unexpected firmware data\n"); in fw_read()
86 const struct firmware *fw_entry = NULL; in try_request_fw()
89 pr_info(TCID ": firmware '%s' requested\n", name); in try_request_fw()
92 pr_err(TCID ": Can't request firmware ' in try_request_fw()
[all...]
/third_party/ltp/testcases/kernel/
H A DMakefile25 firmware \
/third_party/backends/testsuite/sanei/
H A Dsanei_config_test.c831 SANE_Char firmware[128]; in snapscan() local
839 options[i]->name = "firmware"; in snapscan()
840 options[i]->title = "scanner's firmware path"; in snapscan()
844 options[i]->size = sizeof (firmware); in snapscan()
847 values[i] = firmware; in snapscan()
861 assert (strcmp (firmware, "/usr/share/sane/snapscan/your-firmwarefile.bin") in snapscan()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h44 #define MODULE_FIRMWARE(firmware)
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline51 for i in /sys/firmware/memmap/* ; do
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline51 for i in /sys/firmware/memmap/* ; do
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm23 ; This file is the source for a simple mock firmware used to regression test
27 ; this to avoid having to host the actual firmware, especially the disassembled
/third_party/backends/backend/
H A Dsnapscan-scsi.c387 #define INQUIRY_FIRMWARE 96 /* firmware date and time (AGFA) */
1601 char* firmware = NULL; in download_firmware() local
1613 firmware = pss->pdev->firmware_filename; in download_firmware()
1615 firmware = default_firmware_filename; in download_firmware()
1618 "%s: No firmware entry found in config file %s.\n", in download_firmware()
1627 DBG(DL_INFO, "Downloading %s\n", firmware); in download_firmware()
1628 fd = fopen(firmware,"rb"); in download_firmware()
1631 DBG (0, "Cannot open firmware file %s.\n", firmware); in download_firmware()
1632 DBG (0, "Edit the firmware fil in download_firmware()
[all...]

Completed in 7 milliseconds