Lines Matching refs:cii
668 static int onyx_usable(struct codec_info_item *cii, in onyx_usable() argument
673 struct onyx *onyx = cii->codec_data; in onyx_usable()
693 static int onyx_prepare(struct codec_info_item *cii, in onyx_prepare() argument
698 struct onyx *onyx = cii->codec_data; in onyx_prepare()
728 onyx_read_register(cii->codec_data, ONYX_REG_DIG_INFO4, &v); in onyx_prepare()
744 static int onyx_open(struct codec_info_item *cii, in onyx_open() argument
747 struct onyx *onyx = cii->codec_data; in onyx_open()
756 static int onyx_close(struct codec_info_item *cii, in onyx_close() argument
759 struct onyx *onyx = cii->codec_data; in onyx_close()
770 static int onyx_switch_clock(struct codec_info_item *cii, in onyx_switch_clock() argument
773 struct onyx *onyx = cii->codec_data; in onyx_switch_clock()
794 static int onyx_suspend(struct codec_info_item *cii, pm_message_t state) in onyx_suspend() argument
796 struct onyx *onyx = cii->codec_data; in onyx_suspend()
812 static int onyx_resume(struct codec_info_item *cii) in onyx_resume() argument
814 struct onyx *onyx = cii->codec_data; in onyx_resume()