Symbol: peb2466_write_buf
sound/soc/codecs/peb2466.c
1010
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P1(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1014
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P2(i), data + 9, 8);
sound/soc/codecs/peb2466.c
1052
ret = peb2466_write_buf(peb2466, PEB2466_FRX_FILTER(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1090
ret = peb2466_write_buf(peb2466, PEB2466_FRR_FILTER(i), data + 1, 8);
sound/soc/codecs/peb2466.c
1128
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i), data + 1, 4);
sound/soc/codecs/peb2466.c
1166
ret = peb2466_write_buf(peb2466, PEB2466_AR_FILTER(i), data + 1, 4);
sound/soc/codecs/peb2466.c
1258
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i),
sound/soc/codecs/peb2466.c
1362
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
900
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P1(i), imr1_p1, 8);
sound/soc/codecs/peb2466.c
903
ret = peb2466_write_buf(peb2466, PEB2466_IMR1_FILTER_P2(i), imr1_p2, 8);
sound/soc/codecs/peb2466.c
908
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P1(i), zero, 8);
sound/soc/codecs/peb2466.c
911
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P2(i), zero, 8);
sound/soc/codecs/peb2466.c
914
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P3(i), zero, 8);
sound/soc/codecs/peb2466.c
917
ret = peb2466_write_buf(peb2466, PEB2466_FRX_FILTER(i), zero, 8);
sound/soc/codecs/peb2466.c
920
ret = peb2466_write_buf(peb2466, PEB2466_FRR_FILTER(i), zero, 8);
sound/soc/codecs/peb2466.c
923
ret = peb2466_write_buf(peb2466, PEB2466_AX_FILTER(i), zero, 4);
sound/soc/codecs/peb2466.c
926
ret = peb2466_write_buf(peb2466, PEB2466_AR_FILTER(i), zero, 4);
sound/soc/codecs/peb2466.c
962
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P1(i), data + 1, 8);
sound/soc/codecs/peb2466.c
966
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P2(i), data + 9, 8);
sound/soc/codecs/peb2466.c
970
ret = peb2466_write_buf(peb2466, PEB2466_TH_FILTER_P3(i), data + 17, 8);