Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_wmfw_error.c341 struct wmfw_region *region; in wmfw_block_payload_len_garbage()
357 region = (struct wmfw_region *)&wmfw->data[le32_to_cpu(header->len)]; in wmfw_block_payload_len_garbage()
429 struct wmfw_region *region; in wmfw_v1_alg_name_unterminated()
443 region = (struct wmfw_region *)&wmfw->data[le32_to_cpu(header->len)]; in wmfw_v1_alg_name_unterminated()
484 struct wmfw_region *region; in wmfw_v2_alg_name_exceeds_block()
501 region = (struct wmfw_region *)&wmfw->data[le32_to_cpu(header->len)]; in wmfw_v2_alg_name_exceeds_block()
541 struct wmfw_region *region; in wmfw_v2_alg_description_exceeds_block()
558 region = (struct wmfw_region *)&wmfw->data[le32_to_cpu(header->len)]; in wmfw_v2_alg_description_exceeds_block()
608 struct wmfw_region *region; in wmfw_v1_coeff_count_exceeds_block()
627 region = (struct wmfw_region *)&wmfw->data[le32_to_cpu(header->len)]; in wmfw_v1_coeff_count_exceeds_block()
[all …]
H A Dcs_dsp_mock_wmfw.c103 struct wmfw_region *header = builder->write_p; in cs_dsp_mock_wmfw_add_raw_block()
104 unsigned int bytes_needed = struct_size_t(struct wmfw_region, data, payload_len_bytes); in cs_dsp_mock_wmfw_add_raw_block()
175 struct wmfw_region *rgn = builder->write_p; in cs_dsp_mock_wmfw_start_alg_info_block()
185 bytes_needed = offsetof(struct wmfw_region, data); in cs_dsp_mock_wmfw_start_alg_info_block()
360 struct wmfw_region *rgn = builder->alg_data_header; in cs_dsp_mock_wmfw_end_alg_info_block()
/linux/include/linux/firmware/cirrus/
H A Dwmfw.h60 struct wmfw_region { struct
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1180 const struct wmfw_region *region, in cs_dsp_coeff_parse_alg()
1242 const struct wmfw_region *region, in cs_dsp_coeff_parse_coeff()
1336 const struct wmfw_region *region) in cs_dsp_parse_coeff()
1483 const struct wmfw_region *region; in cs_dsp_load()