Lines Matching defs:onyx
48 struct onyx { struct
65 #define codec_to_onyx(c) container_of(c, struct onyx, codec) argument
68 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register()
84 static int onyx_write_register(struct onyx *onyx, u8 reg, u8 value) in onyx_write_register()
122 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_get() local
139 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_put() local
198 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_get() local
214 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_put() local
258 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_capture_source_get() local
270 static void onyx_set_capture_source(struct onyx *onyx, int mic) in onyx_set_capture_source()
318 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_get() local
334 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_put() local
375 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_get() local
394 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_put() local
496 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_get() local
519 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_put() local
585 static int onyx_register_init(struct onyx *onyx) in onyx_register_init()
679 struct onyx *onyx = cii->codec_data; in onyx_usable() local
704 struct onyx *onyx = cii->codec_data; in onyx_prepare() local
753 struct onyx *onyx = cii->codec_data; in onyx_open() local
765 struct onyx *onyx = cii->codec_data; in onyx_close() local
779 struct onyx *onyx = cii->codec_data; in onyx_switch_clock() local
802 struct onyx *onyx = cii->codec_data; in onyx_suspend() local
820 struct onyx *onyx = cii->codec_data; in onyx_resume() local
869 struct onyx *onyx = codec_to_onyx(codec); in onyx_init_codec() local
991 struct onyx *onyx = codec_to_onyx(codec); in onyx_exit_codec() local
1039 struct onyx *onyx; in onyx_i2c_probe() local
1110 struct onyx *onyx = i2c_get_clientdata(client); in onyx_i2c_remove() local