Home
last modified time | relevance | path

Searched defs:codec (Results 51 – 75 of 283) sorted by relevance

12345678910>>...12

/linux-6.14.4/drivers/media/platform/qcom/venus/
Dhfi_platform_v4.c292 static unsigned long codec_vpp_freq(u32 session_type, u32 codec) in codec_vpp_freq()
303 static unsigned long codec_vsp_freq(u32 session_type, u32 codec) in codec_vsp_freq()
314 static unsigned long codec_lp_freq(u32 session_type, u32 codec) in codec_lp_freq()
Dhfi_platform_v6.c292 static unsigned long codec_vpp_freq(u32 session_type, u32 codec) in codec_vpp_freq()
303 static unsigned long codec_vsp_freq(u32 session_type, u32 codec) in codec_vsp_freq()
314 static unsigned long codec_lp_freq(u32 session_type, u32 codec) in codec_lp_freq()
/linux-6.14.4/sound/aoa/codecs/
Dtoonie.c24 struct aoa_codec codec; member
85 static int toonie_init_codec(struct aoa_codec *codec) in toonie_init_codec()
109 static void toonie_exit_codec(struct aoa_codec *codec) in toonie_exit_codec()
/linux-6.14.4/sound/pci/hda/
Dhda_beep.h20 struct hda_codec *codec; member
38 static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device()
42 static inline void snd_hda_detach_beep_device(struct hda_codec *codec) in snd_hda_detach_beep_device()
Dpatch_ca0110.c27 static int ca0110_parse_auto_config(struct hda_codec *codec) in ca0110_parse_auto_config()
43 static int patch_ca0110(struct hda_codec *codec) in patch_ca0110()
Dhda_controller.c701 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream()
961 int snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, in snd_hda_codec_load_dsp_prepare()
995 void snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) in snd_hda_codec_load_dsp_trigger()
1005 void snd_hda_codec_load_dsp_cleanup(struct hda_codec *codec, in snd_hda_codec_load_dsp_cleanup()
1238 struct hda_codec *codec; in azx_probe_codecs() local
1259 struct hda_codec *codec, *next; in azx_codec_configure() local
/linux-6.14.4/drivers/media/pci/zoran/
Dzr36050.c526 static int zr36050_set_mode(struct videocodec *codec, int mode) in zr36050_set_mode()
543 static int zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36050_set_video()
586 static int zr36050_control(struct videocodec *codec, int type, int size, void *data) in zr36050_control()
700 static int zr36050_unset(struct videocodec *codec) in zr36050_unset()
729 static int zr36050_setup(struct videocodec *codec) in zr36050_setup()
Dzr36060.c466 static int zr36060_set_mode(struct videocodec *codec, int mode) in zr36060_set_mode()
483 static int zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36060_set_video()
642 static int zr36060_control(struct videocodec *codec, int type, int size, void *data) in zr36060_control()
759 static int zr36060_unset(struct videocodec *codec) in zr36060_unset()
785 static int zr36060_setup(struct videocodec *codec) in zr36060_setup()
Dzoran_card.c98 static u32 zr36060_read(struct videocodec *codec, u16 reg) in zr36060_read()
111 static void zr36060_write(struct videocodec *codec, u16 reg, u32 val) in zr36060_write()
123 static u32 zr36050_read(struct videocodec *codec, u16 reg) in zr36050_read()
135 static void zr36050_write(struct videocodec *codec, u16 reg, u32 val) in zr36050_write()
146 static u32 zr36016_read(struct videocodec *codec, u16 reg) in zr36016_read()
159 void zr36016_write(struct videocodec *codec, u16 reg, u32 val) in zr36016_write()
/linux-6.14.4/sound/pci/
Dazt3328.c335 snd_azf3328_codec_outb(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outb()
344 snd_azf3328_codec_inb(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inb()
350 snd_azf3328_codec_outw(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outw()
359 snd_azf3328_codec_inw(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inw()
365 snd_azf3328_codec_outl_multi(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outl_multi()
380 snd_azf3328_codec_inl(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inl()
1198 snd_azf3328_codec_setfmt(struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setfmt()
1274 snd_azf3328_codec_setfmt_lowpower(struct snd_azf3328_codec_data *codec in snd_azf3328_codec_setfmt_lowpower()
1318 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity() local
1363 struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setdmaa()
[all …]
/linux-6.14.4/sound/soc/samsung/
Dmidas_wm1811.c75 struct snd_soc_component *codec = data; in headset_jack_check() local
119 struct snd_soc_component *codec = data; in headset_key_check() local
266 struct snd_soc_component *codec = snd_soc_dapm_to_component(w->dapm); in midas_ext_spkmode() local
575 struct device_node *cpu = NULL, *codec = NULL; in midas_probe() local
/linux-6.14.4/sound/hda/ext/
Dhdac_ext_controller.c358 static void hdac_ext_codec_link_up(struct hdac_device *codec) in hdac_ext_codec_link_up()
368 static void hdac_ext_codec_link_down(struct hdac_device *codec) in hdac_ext_codec_link_down()
378 void snd_hdac_ext_bus_link_power(struct hdac_device *codec, bool enable) in snd_hdac_ext_bus_link_power()
/linux-6.14.4/include/sound/
Dhdaudio.h171 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()
187 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm()
193 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm()
198 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm()
203 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on()
208 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up()
209 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down()
210 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm()
211 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm()
212 static inline int snd_hdac_keep_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_keep_power_up()
[all …]
Dhda_component.h37 static inline int snd_hdac_sync_audio_rate(struct hdac_device *codec, in snd_hdac_sync_audio_rate()
42 static inline int snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_acomp_get_eld()
/linux-6.14.4/sound/soc/intel/boards/
Dsof_pcm512x.c92 struct snd_soc_component *codec = snd_soc_rtd_to_codec(rtd, 0)->component; in sof_pcm512x_codec_init() local
105 struct snd_soc_component *codec = snd_soc_rtd_to_codec(rtd, 0)->component; in aif1_startup() local
116 struct snd_soc_component *codec = snd_soc_rtd_to_codec(rtd, 0)->component; in aif1_shutdown() local
Dbdw_rt286.c64 struct snd_soc_component *codec = snd_soc_rtd_to_codec(rtd, 0)->component; in codec_link_init() local
78 struct snd_soc_component *codec = snd_soc_rtd_to_codec(rtd, 0)->component; in codec_link_exit() local
/linux-6.14.4/sound/soc/intel/avs/
Dboard_selection.c433 struct platform_device *codec, *board; in avs_register_dmic_board() local
570 static int avs_register_hda_board(struct avs_dev *adev, struct hda_codec *codec) in avs_register_hda_board()
622 struct hda_codec *codec; in avs_register_hda_boards() local
/linux-6.14.4/sound/soc/codecs/
Daw88261.c820 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_info() local
857 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_get() local
868 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_set() local
894 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_volume_get() local
906 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_volume_set() local
931 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_get_fade_step() local
942 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_set_fade_step() local
Daw88399.c1450 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_profile_info() local
1487 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_profile_get() local
1498 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_profile_set() local
1523 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_volume_get() local
1535 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_volume_set() local
1559 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_get_fade_step() local
1570 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_set_fade_step() local
1591 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_re_get() local
1603 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88399_re_set() local
Daw88081.c894 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_profile_info() local
930 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_profile_get() local
941 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_profile_set() local
967 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_volume_get() local
979 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_volume_set() local
1007 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_get_fade_step() local
1018 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88081_set_fade_step() local
Daw87390.c178 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw87390_profile_info() local
215 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw87390_profile_get() local
226 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw87390_profile_set() local
/linux-6.14.4/sound/ac97/
Dbus.c104 struct ac97_codec_device *codec; in ac97_codec_add() local
393 struct ac97_codec_device *codec = to_ac97_device(dev); in ac97_pm_runtime_suspend() local
408 struct ac97_codec_device *codec = to_ac97_device(dev); in ac97_pm_runtime_resume() local
461 struct ac97_codec_device *codec = to_ac97_device(dev); in vendor_id_show() local
/linux-6.14.4/sound/pci/oxygen/
Doxygen_mixer.c508 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_get() local
546 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_put() local
602 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_get() local
623 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_put() local
729 #define AC97_SWITCH(xname, codec, index, bitnr, invert) { \ argument
738 #define AC97_VOLUME(xname, codec, index, stereo) { \ argument
Doxygen_io.c117 void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97()
142 u16 oxygen_read_ac97(struct oxygen *chip, unsigned int codec, in oxygen_read_ac97()
175 void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97_masked()
/linux-6.14.4/sound/hda/
Dhdmi_chmap.c182 static int hdmi_pin_set_slot_channel(struct hdac_device *codec, in hdmi_pin_set_slot_channel()
190 static int hdmi_pin_get_slot_channel(struct hdac_device *codec, in hdmi_pin_get_slot_channel()
198 static int hdmi_get_channel_count(struct hdac_device *codec, hda_nid_t cvt_nid) in hdmi_get_channel_count()
204 static void hdmi_set_channel_count(struct hdac_device *codec, in hdmi_set_channel_count()
268 static int hdmi_channel_allocation_spk_alloc_blk(struct hdac_device *codec, in hdmi_channel_allocation_spk_alloc_blk()

12345678910>>...12