Symbol: onyx_read_register
sound/aoa/codecs/onyx.c
126
onyx_read_register(onyx, ONYX_REG_DAC_ATTEN_LEFT, &l);
sound/aoa/codecs/onyx.c
127
onyx_read_register(onyx, ONYX_REG_DAC_ATTEN_RIGHT, &r);
sound/aoa/codecs/onyx.c
149
onyx_read_register(onyx, ONYX_REG_DAC_ATTEN_LEFT, &l);
sound/aoa/codecs/onyx.c
150
onyx_read_register(onyx, ONYX_REG_DAC_ATTEN_RIGHT, &r);
sound/aoa/codecs/onyx.c
198
onyx_read_register(onyx, ONYX_REG_ADC_CONTROL, &ig);
sound/aoa/codecs/onyx.c
216
onyx_read_register(onyx, ONYX_REG_ADC_CONTROL, &v);
sound/aoa/codecs/onyx.c
250
onyx_read_register(onyx, ONYX_REG_ADC_CONTROL, &v);
sound/aoa/codecs/onyx.c
262
onyx_read_register(onyx, ONYX_REG_ADC_CONTROL, &v);
sound/aoa/codecs/onyx.c
308
onyx_read_register(onyx, ONYX_REG_DAC_CONTROL, &c);
sound/aoa/codecs/onyx.c
327
onyx_read_register(onyx, ONYX_REG_DAC_CONTROL, &v);
sound/aoa/codecs/onyx.c
365
onyx_read_register(onyx, address, &c);
sound/aoa/codecs/onyx.c
389
onyx_read_register(onyx, address, &v);
sound/aoa/codecs/onyx.c
477
onyx_read_register(onyx, ONYX_REG_DIG_INFO1, &v);
sound/aoa/codecs/onyx.c
480
onyx_read_register(onyx, ONYX_REG_DIG_INFO2, &v);
sound/aoa/codecs/onyx.c
483
onyx_read_register(onyx, ONYX_REG_DIG_INFO3, &v);
sound/aoa/codecs/onyx.c
486
onyx_read_register(onyx, ONYX_REG_DIG_INFO4, &v);
sound/aoa/codecs/onyx.c
499
onyx_read_register(onyx, ONYX_REG_DIG_INFO1, &v);
sound/aoa/codecs/onyx.c
506
onyx_read_register(onyx, ONYX_REG_DIG_INFO3, &v);
sound/aoa/codecs/onyx.c
510
onyx_read_register(onyx, ONYX_REG_DIG_INFO4, &v);
sound/aoa/codecs/onyx.c
568
if (onyx_read_register(onyx, ONYX_REG_CONTROL, &val))
sound/aoa/codecs/onyx.c
658
onyx_read_register(onyx, ONYX_REG_DIG_INFO4, &v);
sound/aoa/codecs/onyx.c
660
onyx_read_register(onyx, ONYX_REG_DAC_CONTROL, &v);
sound/aoa/codecs/onyx.c
685
onyx_read_register(onyx, ONYX_REG_DAC_CONTROL, &v);
sound/aoa/codecs/onyx.c
705
onyx_read_register(cii->codec_data, ONYX_REG_DIG_INFO4, &v);
sound/aoa/codecs/onyx.c
770
if (onyx_read_register(onyx, ONYX_REG_CONTROL, &v))
sound/aoa/codecs/onyx.c
793
if (onyx_read_register(onyx, ONYX_REG_CONTROL, &v))
sound/aoa/codecs/onyx.c
928
onyx_read_register(onyx, ONYX_REG_DIG_INFO4, &v);
sound/aoa/codecs/onyx.c
971
if (onyx_read_register(onyx, ONYX_REG_CONTROL, &dummy) != 0) {