Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/
Dqemu_fw_cfg.c131 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()
477 return fw_cfg_read_blob(entry->select, buf, pos, count); in fw_cfg_sysfs_read_raw()
643 ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, &files_count, in fw_cfg_register_dir_entries()
655 ret = fw_cfg_read_blob(FW_CFG_FILE_DIR, dir, in fw_cfg_register_dir_entries()
707 err = fw_cfg_read_blob(FW_CFG_ID, &rev, 0, sizeof(rev)); in fw_cfg_sysfs_probe()