Searched refs:sst_fw (Results 1 – 1 of 1) sorted by relevance
175 static int sst_parse_fw_image(const struct firmware *sst_fw) in sst_parse_fw_image() argument182 BUG_ON(!sst_fw); in sst_parse_fw_image()185 header = (struct fw_header *)sst_fw->data; in sst_parse_fw_image()189 (sst_fw->size != header->file_size + sizeof(*header))) { in sst_parse_fw_image()197 module = (void *)sst_fw->data + sizeof(*header); in sst_parse_fw_image()