• Home
  • Raw
  • Download

Lines Matching defs:onyx

45 struct onyx {  struct
62 #define codec_to_onyx(c) container_of(c, struct onyx, codec) argument
65 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register()
83 static int onyx_write_register(struct onyx *onyx, u8 reg, u8 value) in onyx_write_register()
121 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_get() local
138 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_put() local
197 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_get() local
213 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_put() local
251 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_capture_source_get() local
263 static void onyx_set_capture_source(struct onyx *onyx, int mic) in onyx_set_capture_source()
311 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_get() local
327 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_put() local
368 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_get() local
387 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_put() local
489 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_get() local
512 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_put() local
578 static int onyx_register_init(struct onyx *onyx) in onyx_register_init()
672 struct onyx *onyx = cii->codec_data; in onyx_usable() local
697 struct onyx *onyx = cii->codec_data; in onyx_prepare() local
746 struct onyx *onyx = cii->codec_data; in onyx_open() local
758 struct onyx *onyx = cii->codec_data; in onyx_close() local
772 struct onyx *onyx = cii->codec_data; in onyx_switch_clock() local
795 struct onyx *onyx = cii->codec_data; in onyx_suspend() local
813 struct onyx *onyx = cii->codec_data; in onyx_resume() local
862 struct onyx *onyx = codec_to_onyx(codec); in onyx_init_codec() local
984 struct onyx *onyx = codec_to_onyx(codec); in onyx_exit_codec() local
997 struct onyx *onyx; in onyx_i2c_probe() local
1034 struct onyx *onyx = i2c_get_clientdata(client); in onyx_i2c_remove() local