/linux-6.3-rc2/drivers/media/pci/zoran/ |
A D | zr36060.c | 466 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()
|
A D | zoran_card.c | 98 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.3-rc2/sound/pci/hda/ |
A D | patch_ca0110.c | 27 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()
|
A D | patch_cmedia.c | 35 static int patch_cmi9880(struct hda_codec *codec) in patch_cmi9880() 64 static int patch_cmi8888(struct hda_codec *codec) in patch_cmi8888()
|
A D | hda_controller.c | 695 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() 955 int snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, in snd_hda_codec_load_dsp_prepare() 989 void snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) in snd_hda_codec_load_dsp_trigger() 999 void snd_hda_codec_load_dsp_cleanup(struct hda_codec *codec, in snd_hda_codec_load_dsp_cleanup() 1228 struct hda_codec *codec; in azx_probe_codecs() local 1249 struct hda_codec *codec, *next; in azx_codec_configure() local
|
/linux-6.3-rc2/sound/pci/ |
A D | azt3328.c | 337 snd_azf3328_codec_outb(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outb() 352 snd_azf3328_codec_outw(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outw() 1200 snd_azf3328_codec_setfmt(struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setfmt() 1320 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity() local 1365 struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setdmaa() 1422 struct snd_azf3328_codec_data *codec = runtime->private_data; in snd_azf3328_pcm_prepare() local 1446 struct snd_azf3328_codec_data *codec = runtime->private_data; in snd_azf3328_pcm_trigger() local 1601 const struct snd_azf3328_codec_data *codec = in snd_azf3328_pcm_pointer() local 1858 const struct snd_azf3328_codec_data *codec = first_codec; in snd_azf3328_pcm_interrupt() local 2047 struct snd_azf3328_codec_data *codec = in snd_azf3328_pcm_close() local [all …]
|
/linux-6.3-rc2/sound/hda/ext/ |
A D | hdac_ext_controller.c | 358 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.3-rc2/include/sound/ |
A D | hdaudio.h | 169 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm() 185 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm() 191 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm() 196 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() 201 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() 206 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() 207 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() 208 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm() 209 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm() 211 static inline void snd_hdac_enter_pm(struct hdac_device *codec) {} in snd_hdac_enter_pm() [all …]
|
A D | hda_component.h | 37 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.3-rc2/sound/soc/meson/ |
A D | meson-card-utils.c | 144 struct snd_soc_dai_link_component *codec; in meson_card_set_be_link() local 186 struct snd_soc_dai_link_component *codec; in meson_card_set_fe_link() local 259 struct snd_soc_dai_link_component *codec; in meson_card_clean_references() local
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | board_selection.c | 323 struct platform_device *codec, *board; in avs_register_dmic_board() local 461 static int avs_register_hda_board(struct avs_dev *adev, struct hda_codec *codec) in avs_register_hda_board() 513 struct hda_codec *codec; in avs_register_hda_boards() local
|
/linux-6.3-rc2/sound/soc/intel/boards/ |
A D | sof_pcm512x.c | 92 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in sof_pcm512x_codec_init() local 105 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_startup() local 116 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_shutdown() local
|
A D | bdw_rt286.c | 64 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in codec_link_init() local 78 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in codec_link_exit() local
|
/linux-6.3-rc2/sound/ac97/ |
A D | bus.c | 105 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.3-rc2/sound/pci/oxygen/ |
A D | oxygen_io.c | 117 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()
|
A D | oxygen_mixer.c | 508 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
|
/linux-6.3-rc2/sound/hda/ |
A D | hdmi_chmap.c | 182 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()
|
A D | hdac_component.c | 121 int snd_hdac_sync_audio_rate(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_sync_audio_rate() 162 int snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, int dev_id, in snd_hdac_acomp_get_eld()
|
/linux-6.3-rc2/sound/aoa/fabrics/ |
A D | layout.c | 768 static int check_codec(struct aoa_codec *codec, in check_codec() 818 static int layout_found_codec(struct aoa_codec *codec) in layout_found_codec() 838 static void layout_remove_codec(struct aoa_codec *codec) in layout_remove_codec() 895 static void layout_attached_codec(struct aoa_codec *codec) in layout_attached_codec()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | sun8i-a23.dtsi | 49 codec: codec@1c22c00 { label
|
A D | exynos4412-itop-elite.dts | 181 codec: audio-codec@1a { label
|
A D | imx6qdl-phytec-pbab01.dtsi | 114 codec: tlv320@18 { label
|
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/ |
A D | fsl-ls1012a-oxalis.dts | 76 codec: audio-codec@a { label
|
A D | fsl-ls1012a-qds.dts | 124 codec: sgtl5000@a { label
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | hda.h | 11 #define hda_codec_is_display(codec) \ argument
|