Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_monitor.c62 struct aw_bin_header *header = (struct aw_bin_header *)data; in aw_monitor_check_header_v_1_0_0()
94 int32_t bin_header_len = sizeof(struct aw_bin_header); in aw_monitor_check_data_v1_size()
123 struct aw_bin_header *header = (struct aw_bin_header *)data; in aw_monitor_check_data_size()
145 struct aw_bin_header *header = NULL; in aw_monitor_check_bin_header()
147 if (data_len < sizeof(struct aw_bin_header)) { in aw_monitor_check_bin_header()
151 header = (struct aw_bin_header *)data; in aw_monitor_check_bin_header()
281 vmax_data = monitor_data + sizeof(struct aw_bin_header) + in aw_monitor_parse_vol_data_v1()
298 header_len = sizeof(struct aw_bin_header); in aw_monitor_parse_data_v1()
322 struct aw_bin_header *header = (struct aw_bin_header *)monitor_data; in aw_monitor_parse_v_1_0_0()
357 struct aw_bin_header *bin_header = NULL; in aw_monitor_bin_parse()
[all …]
H A Daw_monitor.h40 struct aw_bin_header { struct