Home
last modified time | relevance | path

Searched defs:codec (Results 226 - 250 of 578) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzr36050.c541 zr36050_set_mode(struct videocodec *codec, int mode) zr36050_set_mode() argument
557 zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) zr36050_set_video() argument
596 zr36050_control(struct videocodec *codec, int type, int size, void *data) zr36050_control() argument
715 zr36050_unset(struct videocodec *codec) zr36050_unset() argument
743 zr36050_setup(struct videocodec *codec) zr36050_setup() argument
[all...]
H A Dzr36016.h16 struct videocodec *codec; member
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A DMakefile
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A DMakefile
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dcompress_offload.h36 struct snd_codec codec; member
103 __u32 codec; member
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzr36060.c466 zr36060_set_mode(struct videocodec *codec, int mode) zr36060_set_mode() argument
483 zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) zr36060_set_video() argument
642 zr36060_control(struct videocodec *codec, int type, int size, void *data) zr36060_control() argument
759 zr36060_unset(struct videocodec *codec) zr36060_unset() argument
785 zr36060_setup(struct videocodec *codec) zr36060_setup() argument
[all...]
H A Dzr36050.c526 zr36050_set_mode(struct videocodec *codec, int mode) zr36050_set_mode() argument
543 zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) zr36050_set_video() argument
586 zr36050_control(struct videocodec *codec, int type, int size, void *data) zr36050_control() argument
700 zr36050_unset(struct videocodec *codec) zr36050_unset() argument
729 zr36050_setup(struct videocodec *codec) zr36050_setup() argument
[all...]
H A Dzr36016.h16 struct videocodec *codec; member
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dl1oip.h60 int codec; /* codec to use for transmis. */ member
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dboard_selection.c339 struct platform_device *codec, *board; in avs_register_dmic_board() local
477 static int avs_register_hda_board(struct avs_dev *adev, struct hda_codec *codec) in avs_register_hda_board() argument
529 struct hda_codec *codec; avs_register_hda_boards() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-comlib.c269 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init() argument
H A Dhdac_hda.c519 struct hda_codec *codec = hda_pvt->codec; hdac_hda_codec_remove() local
[all...]
/kernel/linux/linux-6.6/sound/aoa/soundbus/
H A Dsoundbus.h46 struct codec_info *codec; member
[all...]
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_controller.c658 void snd_hdac_bus_link_power(struct hdac_device *codec, bool enable) in snd_hdac_bus_link_power() argument
[all...]
H A Dhdac_regmap.c25 static int codec_pm_lock(struct hdac_device *codec) in codec_pm_lock() argument
30 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock() argument
40 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
67 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
116 struct hdac_device *codec = dev_to_hdac_dev(dev); hda_readable_reg() local
156 hda_reg_read_stereo_amp(struct hdac_device *codec, unsigned int reg, unsigned int *val) hda_reg_read_stereo_amp() argument
174 hda_reg_write_stereo_amp(struct hdac_device *codec, unsigned int reg, unsigned int val) hda_reg_write_stereo_amp() argument
204 hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, unsigned int *val) hda_reg_read_coef() argument
222 hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, unsigned int val) hda_reg_write_coef() argument
242 struct hdac_device *codec = context; hda_reg_read() local
281 struct hdac_device *codec = context; hda_reg_write() local
374 snd_hdac_regmap_init(struct hdac_device *codec) snd_hdac_regmap_init() argument
391 snd_hdac_regmap_exit(struct hdac_device *codec) snd_hdac_regmap_exit() argument
408 snd_hdac_regmap_add_vendor_verb(struct hdac_device *codec, unsigned int verb) snd_hdac_regmap_add_vendor_verb() argument
425 reg_raw_write(struct hdac_device *codec, unsigned int reg, unsigned int val) reg_raw_write() argument
459 snd_hdac_regmap_write_raw(struct hdac_device *codec, unsigned int reg, unsigned int val) snd_hdac_regmap_write_raw() argument
466 reg_raw_read(struct hdac_device *codec, unsigned int reg, unsigned int *val, bool uncached) reg_raw_read() argument
480 __snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, unsigned int *val, bool uncached) __snd_hdac_regmap_read_raw() argument
495 snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, unsigned int *val) snd_hdac_regmap_read_raw() argument
505 snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec, unsigned int reg, unsigned int *val) snd_hdac_regmap_read_raw_uncached() argument
511 reg_raw_update(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) reg_raw_update() argument
549 snd_hdac_regmap_update_raw(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) snd_hdac_regmap_update_raw() argument
556 reg_raw_update_once(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) reg_raw_update_once() argument
583 snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) snd_hdac_regmap_update_raw_once() argument
594 snd_hdac_regmap_sync(struct hdac_device *codec) snd_hdac_regmap_sync() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_pcm.c443 struct snd_ac97 *codec; in snd_ac97_pcm_assign() local
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Doxygen_lib.c755 static void oxygen_restore_ac97(struct oxygen *chip, unsigned int codec) in oxygen_restore_ac97() argument
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H A Dvxp_ops.c434 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vxp_write_codec_reg() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dcs35l41_hda.h53 struct hda_codec *codec; member
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp-es8336.c63 struct snd_soc_component *codec; in st_es8336_init() local
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H A Daw88395.c176 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88395_profile_info() local
214 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88395_profile_get() local
225 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88395_profile_set() local
251 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88395_volume_get() local
263 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); aw88395_volume_set() local
287 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); aw88395_get_fade_step() local
298 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); aw88395_set_fade_step() local
319 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); aw88395_re_get() local
331 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); aw88395_re_set() local
[all...]
/kernel/linux/linux-6.6/sound/soc/uniphier/
H A Daio-compress.c411 uniphier_aio_compr_get_codec_caps(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_compr_codec_caps *codec) uniphier_aio_compr_get_codec_caps() argument
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra186_dspk.c32 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_fifo_th() local
43 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_put_fifo_th() local
58 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_osr_val() local
69 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_put_osr_val() local
84 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_pol_sel() local
95 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_pol_sel() local
110 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_ch_sel() local
121 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_ch_sel() local
136 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_mono_to_stereo() local
147 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_mono_to_stereo() local
162 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_stereo_to_mono() local
173 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_stereo_to_mono() local
[all...]
/kernel/linux/linux-6.6/sound/soc/meson/
H A Dmeson-card-utils.c139 struct snd_soc_dai_link_component *codec; in meson_card_set_be_link() local
245 struct snd_soc_dai_link_component *codec; in meson_card_clean_references() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-codec.c29 static int request_codec_module(struct hda_codec *codec) in request_codec_module() argument
55 static int hda_codec_load_module(struct hda_codec *codec) in hda_codec_load_module() argument
80 struct hda_codec *codec; hda_codec_jack_wake_enable() local
101 struct hda_codec *codec; hda_codec_jack_check() local
126 struct hda_codec *codec; hda_codec_device_init() local
144 struct hda_codec *codec; hda_codec_probe() local
[all...]

Completed in 17 milliseconds

12345678910>>...24