Lines Matching refs:cii
667 static int onyx_usable(struct codec_info_item *cii, in onyx_usable() argument
672 struct onyx *onyx = cii->codec_data; in onyx_usable()
692 static int onyx_prepare(struct codec_info_item *cii, in onyx_prepare() argument
697 struct onyx *onyx = cii->codec_data; in onyx_prepare()
727 onyx_read_register(cii->codec_data, ONYX_REG_DIG_INFO4, &v); in onyx_prepare()
743 static int onyx_open(struct codec_info_item *cii, in onyx_open() argument
746 struct onyx *onyx = cii->codec_data; in onyx_open()
755 static int onyx_close(struct codec_info_item *cii, in onyx_close() argument
758 struct onyx *onyx = cii->codec_data; in onyx_close()
769 static int onyx_switch_clock(struct codec_info_item *cii, in onyx_switch_clock() argument
772 struct onyx *onyx = cii->codec_data; in onyx_switch_clock()
793 static int onyx_suspend(struct codec_info_item *cii, pm_message_t state) in onyx_suspend() argument
795 struct onyx *onyx = cii->codec_data; in onyx_suspend()
811 static int onyx_resume(struct codec_info_item *cii) in onyx_resume() argument
813 struct onyx *onyx = cii->codec_data; in onyx_resume()