Home
last modified time | relevance | path

Searched refs:fw_cfg (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-qemu_fw_cfg7 (fw_cfg) device, originally intended as a way for the host to
9 with QEMU v2.4, arbitrary fw_cfg file entries may be specified
10 by the user on the command line, which makes fw_cfg additionally
15 to the fw_cfg device can be found in "docs/specs/fw_cfg.txt"
18 **SysFS fw_cfg Interface**
20 The fw_cfg sysfs interface described in this document is only
26 All fw_cfg information is shown under:
30 The only legacy blob displayed is the fw_cfg device revision:
34 **Discoverable fw_cfg blobs by selector key**
36 All discoverable blobs listed in the fw_cfg file directory are
[all …]
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dnci.c82 struct nci_prop_fw_cfg_cmd fw_cfg; in s3fwrn5_nci_rf_configure() local
101 fw_cfg.clk_type = 0x01; in s3fwrn5_nci_rf_configure()
102 fw_cfg.clk_speed = 0xff; in s3fwrn5_nci_rf_configure()
103 fw_cfg.clk_req = 0xff; in s3fwrn5_nci_rf_configure()
105 sizeof(fw_cfg), (__u8 *)&fw_cfg); in s3fwrn5_nci_rf_configure()
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c947 struct fw_config_table *fw_cfg) in ccg_check_vendor_version() argument
958 if (le16_to_cpu(fw_cfg->app.build) != uc->fw_build) { in ccg_check_vendor_version()
970 struct fw_config_table fw_cfg; in ccg_check_fw_version() local
983 if (fw->size < sizeof(fw_cfg) + FW_CFG_TABLE_SIG_SIZE) in ccg_check_fw_version()
986 memcpy((uint8_t *)&fw_cfg, fw->data + fw->size - in ccg_check_fw_version()
987 sizeof(fw_cfg) - FW_CFG_TABLE_SIG_SIZE, sizeof(fw_cfg)); in ccg_check_fw_version()
989 if (fw_cfg.identity != ('F' | 'W' << 8 | 'C' << 16 | 'T' << 24)) { in ccg_check_fw_version()
998 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version()
999 CCG_VERSION_PATCH(fw_cfg.app.patch) | in ccg_check_fw_version()
1000 CCG_VERSION(fw_cfg.app.ver); in ccg_check_fw_version()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0003_let_dma_memory_set_function_take_MemTxAttrs_argument.patch23 hw/nvram/fw_cfg.c | 3 ++-
29 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
31 --- a/hw/nvram/fw_cfg.c
32 +++ b/hw/nvram/fw_cfg.c
H A D0015_let_st_pointer_dma_function_take_MemTxAttrs_argument.patch22 hw/nvram/fw_cfg.c | 4 ++--
28 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
30 --- a/hw/nvram/fw_cfg.c
31 +++ b/hw/nvram/fw_cfg.c
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch54 hw/nvram/fw_cfg.c | 9 ++++++---
917 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
919 --- a/hw/nvram/fw_cfg.c
920 +++ b/hw/nvram/fw_cfg.c
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dfw-cfg.txt14 The authoritative guest-side hardware interface documentation to the fw_cfg
15 device can be found in "docs/specs/fw_cfg.txt" in the QEMU source tree.
/OK3568_Linux_fs/kernel/drivers/firmware/
H A DKconfig188 tristate "QEMU fw_cfg device support in sysfs"
194 configuration (fw_cfg) file entries via sysfs. Entries are
195 found under /sys/firmware/fw_cfg when this option is enabled
199 bool "QEMU fw_cfg device parameter parsing"
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_cfg.c234 ATTRIBUTE_GROUPS(fw_cfg);
/OK3568_Linux_fs/u-boot/drivers/misc/
H A DKconfig254 Hidden option to enable QEMU fw_cfg interface. This will be selected by
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.x86439 The fw_cfg interface in QEMU also provides information about kernel data,
441 these informtion from fw_cfg interface, which saves the time of loading them