Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw87xxx.h35 #define AWRW_HDR_LEN (24) macro
H A Daw87xxx.c933 ret = sscanf(buf + AWRW_HDR_LEN + 1 + i * (data_str_size + 1), in aw87xxx_awrw_write()
979 act_data_len = count - AWRW_HDR_LEN - 1; in aw87xxx_awrw_data_check()
1029 if (count < AWRW_HDR_LEN) { in aw87xxx_attr_awrw_store()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.h75 #define AWRW_HDR_LEN (24) macro
H A Daw883xx.c1863 str_len = count - AWRW_HDR_LEN - 1; in aw883xx_awrw_write()
1871 if (sscanf(buf + AWRW_HDR_LEN + 1, "0x%02x 0x%02x", &dsp_addr_h, &dsp_addr_l) == 2) { in aw883xx_awrw_write()
1905 sscanf(buf + AWRW_HDR_LEN + 1 + i * 5, "0x%02x", &temp_data); in aw883xx_awrw_write()
1981 if (count < AWRW_HDR_LEN) { in aw883xx_awrw_store()