Home
last modified time | relevance | path

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

/sound/hda/common/
A Dsysfs.c676 size_t fw_size = *fw_size_p; in get_line_from_fw() local
679 while (isspace(*p) && fw_size) { in get_line_from_fw()
681 fw_size--; in get_line_from_fw()
683 if (!fw_size) in get_line_from_fw()
686 for (len = 0; len < fw_size; len++) { in get_line_from_fw()
698 *fw_size_p = fw_size - len; in get_line_from_fw()
710 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch() argument
718 while (get_line_from_fw(buf, sizeof(buf) - 1, &fw_size, &fw_buf)) { in snd_hda_load_patch()
/sound/soc/sof/
A Dipc3-loader.c383 size_t fw_size = fw->size - payload_offset; in sof_ipc3_validate_firmware() local
401 if (fw_size != header->file_size + sizeof(*header)) { in sof_ipc3_validate_firmware()
404 fw_size, header->file_size + sizeof(*header)); in sof_ipc3_validate_firmware()

Completed in 9 milliseconds