Symbol: peb2466_write_buf
sound/soc/codecs/peb2466.c
1012
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P1(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1016
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P2(i), data + 9, 8);
sound/soc/codecs/peb2466.c
1054
ret = peb2466_write_buf(peb2466, PEB2466_FRX_FILTER(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1092
ret = peb2466_write_buf(peb2466, PEB2466_FRR_FILTER(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1130
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i), data + 1, 4);
sound/soc/codecs/peb2466.c
1168
ret = peb2466_write_buf(peb2466, PEB2466_AR_FILTER(i), data + 1, 4);
sound/soc/codecs/peb2466.c
1260
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i),
sound/soc/codecs/peb2466.c
1364
ret = peb2466_write_buf(peb2466, PEB2466_AR_FILTER(i),
sound/soc/codecs/peb2466.c
291
ret = peb2466_write_buf(peb2466, lkup_ctrl->reg,
sound/soc/codecs/peb2466.c
484
ret = peb2466_write_buf(peb2466, e->reg, peb2466_tone_lookup[index], 4);
sound/soc/codecs/peb2466.c
902
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P1(i), imr1_p1, 8);
sound/soc/codecs/peb2466.c
905
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P2(i), imr1_p2, 8);
sound/soc/codecs/peb2466.c
910
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P1(i), zero, 8);
sound/soc/codecs/peb2466.c
913
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P2(i), zero, 8);
sound/soc/codecs/peb2466.c
916
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P3(i), zero, 8);
sound/soc/codecs/peb2466.c
919
ret = peb2466_write_buf(peb2466, PEB2466_FRX_FILTER(i), zero, 8);
sound/soc/codecs/peb2466.c
922
ret = peb2466_write_buf(peb2466, PEB2466_FRR_FILTER(i), zero, 8);
sound/soc/codecs/peb2466.c
925
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i), zero, 4);
sound/soc/codecs/peb2466.c
928
ret = peb2466_write_buf(peb2466, PEB2466_AR_FILTER(i), zero, 4);
sound/soc/codecs/peb2466.c
964
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P1(i), data + 1, 8);
sound/soc/codecs/peb2466.c
968
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P2(i), data + 9, 8);
sound/soc/codecs/peb2466.c
972
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P3(i), data + 17, 8);