Searched refs:mixer (Results 51 - 75 of 127) sorted by relevance

123456

/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c113 struct mdp5_hw_mixer *mixer, *r_mixer; local
127 mixer = mdp5_cstate->pipeline.mixer;
128 flush_mask |= mdp_ctl_flush_mask_lm(mixer->lm);
220 struct mdp5_hw_mixer *mixer = pipeline->mixer; local
221 uint32_t lm = mixer->lm;
253 * if we have a right mixer, stage the same pipe as we
254 * have on the left mixer
366 struct mdp5_hw_mixer *mixer local
[all...]
/linux-master/drivers/gpu/drm/sti/
H A Dsti_compositor.c56 if (compo->mixer[i])
57 sti_mixer_debugfs_init(compo->mixer[i], minor);
75 /* Register mixer subdev and video subdev first */
85 compo->mixer[mixer_id++] =
140 sti_crtc_init(drm_dev, compo->mixer[crtc_id],
/linux-master/sound/usb/
H A DMakefile12 mixer.o \
H A Dmixer_us16x08.h8 * negative ranges or if mixer-min != 0
105 int comp_active_index; /* channel select from user space mixer */
121 int snd_us16x08_controls_create(struct usb_mixer_interface *mixer);
H A Dcard.c48 #include "mixer.h"
95 "Ignore errors from USB controller for mixer interfaces.");
957 struct usb_mixer_interface *mixer; local
986 /* release mixer resources */
987 list_for_each_entry(mixer, &chip->mixer_list, list) {
988 snd_usb_mixer_disconnect(mixer);
1074 struct usb_mixer_interface *mixer; local
1087 list_for_each_entry(mixer, &chip->mixer_list, list)
1088 snd_usb_mixer_suspend(mixer);
1104 struct usb_mixer_interface *mixer; local
[all...]
/linux-master/sound/soc/codecs/
H A Dwm9712.c224 unsigned int mixer, mask, shift, old; local
228 mixer = mc->shift >> 8;
233 old = wm9712->hp_mixer[mixer];
235 wm9712->hp_mixer[mixer] |= mask;
237 wm9712->hp_mixer[mixer] &= ~mask;
239 change = old != wm9712->hp_mixer[mixer];
267 unsigned int shift, mixer; local
269 mixer = mc->shift >> 8;
273 (wm9712->hp_mixer[mixer] >> shift) & 1;
415 /* virtual mixer
[all...]
H A Dwm9713.c70 SOC_ENUM_SINGLE(AC97_LINE, 3, 4, wm9713_mic_mixer), /* record mic mixer 0 */
233 unsigned int mixer, mask, shift, old; local
237 mixer = mc->shift >> 8;
242 old = wm9713->hp_mixer[mixer];
244 wm9713->hp_mixer[mixer] |= mask;
246 wm9713->hp_mixer[mixer] &= ~mask;
248 change = old != wm9713->hp_mixer[mixer];
276 unsigned int mixer, shift; local
278 mixer = mc->shift >> 8;
282 (wm9713->hp_mixer[mixer] >> shif
[all...]
/linux-master/sound/soc/tegra/
H A DMakefile21 snd-soc-tegra210-mixer-y := tegra210_mixer.o
41 obj-$(CONFIG_SND_SOC_TEGRA210_MIXER) += snd-soc-tegra210-mixer.o
/linux-master/sound/isa/gus/
H A Dgusmax.c162 if (snd_mixer_group_rename(mixer,
166 if (snd_mixer_elem_rename(mixer,
170 if (snd_mixer_elem_rename(mixer,
174 if (snd_mixer_elem_rename(mixer,
/linux-master/include/uapi/sound/
H A Dhdspm.h182 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
191 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
205 struct hdspm_mixer *mixer; member in struct:hdspm_mixer_ioctl
H A Dfirewire.h166 * message differs between 23 and 51 quadlets. For the case, the number of mixer bus can be extended
196 * @mixer.source.gain: The gain of source to mixer.
197 * @mixer.source.pan: The L/R balance of source to mixer.
198 * @mixer.source.flag: The flag of source to mixer, including mute, solo.
199 * @mixer.source.paired_balance: The L/R balance of paired source to mixer, only for 4 pre and
201 * @mixer
234 } mixer; member in struct:snd_firewire_motu_register_dsp_parameter
[all...]
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.c57 int sun8i_tcon_top_de_config(struct device *dev, int mixer, int tcon) argument
68 if (mixer > 1) {
81 if (mixer == 0) {
H A Dsun8i_vi_scaler.c836 static u32 sun8i_vi_scaler_base(struct sun8i_mixer *mixer, int channel) argument
838 if (mixer->cfg->is_de3)
910 void sun8i_vi_scaler_enable(struct sun8i_mixer *mixer, int layer, bool enable) argument
914 base = sun8i_vi_scaler_base(mixer, layer);
922 regmap_write(mixer->engine.regs,
926 void sun8i_vi_scaler_setup(struct sun8i_mixer *mixer, int layer, argument
935 base = sun8i_vi_scaler_base(mixer, layer);
959 if (mixer->cfg->is_de3) {
967 regmap_write(mixer->engine.regs,
971 regmap_write(mixer
[all...]
/linux-master/drivers/media/usb/au0828/
H A Dau0828-core.c216 struct media_entity *entity, *mixer = NULL, *decoder = NULL; local
222 * the notify handler. Find mixer and decoder.
226 mixer = entity;
235 mixer = new;
240 /* In case, Mixer is added first, find mixer and create link */
243 mixer = entity;
252 if (decoder && mixer) {
257 mixer, 0,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_4_1_sdm670.h92 .mixer = sdm845_lm,
H A Ddpu_6_3_sm6115.h145 .mixer = sm6115_lm,
H A Ddpu_6_5_qcm2290.h138 .mixer = qcm2290_lm,
H A Ddpu_6_9_sm6375.h155 .mixer = sm6375_lm,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h237 * Configure layer mixer to pipe configuration
239 * @lm : layer mixer enumeration
256 * @mixer_hw_caps: mixer hardware capabilities
302 * @mixer_count: Number of mixers in @mixer
303 * @mixer: Pointer to an array of Layer Mixers defined in the catalog
309 const struct dpu_lm_cfg *mixer);
H A Ddpu_hw_ctl.c64 static int _mixer_stages(const struct dpu_lm_cfg *mixer, int count, argument
71 if (lm == mixer[i].id) {
72 stages = mixer[i].sblk->maxblendstages;
743 const struct dpu_lm_cfg *mixer)
758 c->mixer_hw_caps = mixer;
739 dpu_hw_ctl_init(struct drm_device *dev, const struct dpu_ctl_cfg *cfg, void __iomem *addr, u32 mixer_count, const struct dpu_lm_cfg *mixer) argument
/linux-master/sound/soc/samsung/
H A Dodroid.c158 SND_SOC_DAILINK_DEFS(mixer,
184 SND_SOC_DAILINK_REG(mixer),
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c25 /* which mixer/encoder we route output to: */
26 int mixer; member in struct:mdp4_crtc
127 /* statically (for now) map planes to mixer stage (z-order): */
139 /* setup mixer config, for which we need to consider all crtc's and
160 mixer_cfg = mixercfg(mixer_cfg, mdp4_crtc->mixer,
565 void mdp4_crtc_set_intf(struct drm_crtc *crtc, enum mdp4_intf intf, int mixer) argument
596 mdp4_crtc->mixer = mixer;
/linux-master/sound/pci/riptide/
H A Driptide.c68 MODULE NAME: mixer.h
243 #define SEND_SETF(p,b,c,d,e,f,g) sendcmd(p,PARM,SETF|WORD1(b)|BYTE3(c),d|BYTE1(e)|BYTE2(f)|BYTE3(g),RET(0)) /* set sample format at mixer */
255 #define SEND_SDGV(p,b,c,d,e) sendcmd(p,PARM,SDGV|BYTE2(b)|BYTE3(c),WORD0(d)|WORD2(e),RET(0)) /* set digital mixer */
256 #define SEND_RDGV(p,b,c,d) sendcmd(p,PARM|RESP,RDGV|BYTE2(b)|BYTE3(c),0,RET(d)) /* read digital mixer */
466 unsigned char mixer; member in struct:pcmhw
736 const unsigned char *path, unsigned char *mixer, unsigned char *s)
748 if (mixer)
749 *mixer = sink - DIGITAL_MIXER_IN0;
768 alloclbuspath(cif, source + 1, ++npath, mixer, s);
926 snd_printdd("sent mixer
735 alloclbuspath(struct cmdif *cif, unsigned char source, const unsigned char *path, unsigned char *mixer, unsigned char *s) argument
1000 setsampleformat(struct cmdif *cif, unsigned char mixer, unsigned char id, unsigned char channels, snd_pcm_format_t format) argument
[all...]
/linux-master/sound/pci/ctxfi/
H A Dctatc.h129 void *mixer; /* internal mixer object */ member in struct:ct_atc
/linux-master/sound/soc/intel/catpt/
H A Dcore.h94 struct catpt_mixer_stream_info mixer; member in struct:catpt_dev

Completed in 753 milliseconds

123456