Searched refs:fw_cfg_read_blob (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/firmware/ |
D | qemu_fw_cfg.c | 131 static ssize_t fw_cfg_read_blob(u16 key, in fw_cfg_read_blob() function 292 if (fw_cfg_read_blob(FW_CFG_SIGNATURE, sig, in fw_cfg_do_platform_probe() 474 return fw_cfg_read_blob(entry->select, buf, pos, count); in fw_cfg_sysfs_read_raw() 639 ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, &files_count, in fw_cfg_register_dir_entries() 651 ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, dir, in fw_cfg_register_dir_entries() 703 err = fw_cfg_read_blob(FW_CFG_ID, &rev, 0, sizeof(rev)); in fw_cfg_sysfs_probe()
|