| /kernel/linux/linux-4.19/Documentation/sound/soc/ |
| D | pops-clicks.rst | 26 Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute 28 Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC 43 Startup Order - Input PGA --> Mixers --> ADC 45 Shutdown Order - ADC --> Mixers --> Input PGA
|
| D | codec.rst | 15 3. Mixers and audio controls 75 Mixers and audio controls 77 All the codec mixers and audio controls can be defined using the convenience
|
| /kernel/linux/linux-5.10/Documentation/sound/soc/ |
| D | pops-clicks.rst | 26 Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute 28 Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC 43 Startup Order - Input PGA --> Mixers --> ADC 45 Shutdown Order - ADC --> Mixers --> Input PGA
|
| D | codec.rst | 15 3. Mixers and audio controls 75 Mixers and audio controls 77 All the codec mixers and audio controls can be defined using the convenience
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.h | 191 * @num_mixers : Number of mixers in use 192 * @mixers : List of active mixers 209 struct dpu_crtc_mixer mixers[CRTC_DUAL_MIXERS]; member
|
| D | dpu_crtc.c | 104 struct dpu_hw_mixer *hw_lm = crtc_state->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi() 188 * _dpu_crtc_blend_setup - configure crtc mixers 195 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_blend_setup() 450 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_setup_cp_blocks() 508 * If no mixers have been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_begin() 563 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_flush() 644 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_commit_kickoff() 755 memset(cstate->mixers, 0, sizeof(cstate->mixers)); in dpu_crtc_disable() 1103 m = &cstate->mixers[i]; in _dpu_debugfs_status_show()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.c | 322 struct dpu_hw_mixer *hw_lm = dpu_crtc->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi() 420 * _dpu_crtc_blend_setup - configure crtc mixers 438 mixer = dpu_crtc->mixers; in _dpu_crtc_blend_setup() 443 DPU_ERROR("invalid number mixers: %d\n", dpu_crtc->num_mixers); in _dpu_crtc_blend_setup() 697 /* Set up all the mixers and ctls reserved by this encoder */ in _dpu_crtc_setup_mixer_for_encoder() 698 for (i = dpu_crtc->num_mixers; i < ARRAY_SIZE(dpu_crtc->mixers); i++) { in _dpu_crtc_setup_mixer_for_encoder() 699 mixer = &dpu_crtc->mixers[i]; in _dpu_crtc_setup_mixer_for_encoder() 715 /* Shouldn't happen, mixers are always >= ctls */ in _dpu_crtc_setup_mixer_for_encoder() 739 memset(dpu_crtc->mixers, 0, sizeof(dpu_crtc->mixers)); in _dpu_crtc_setup_mixers() 742 /* Check for mixers on all encoders attached to this crtc */ in _dpu_crtc_setup_mixers() [all …]
|
| D | dpu_crtc.h | 125 * @num_mixers : Number of mixers in use 126 * @mixers_swapped: Whether the mixers have been swapped for left/right update 128 * @mixers : List of active mixers 177 struct dpu_crtc_mixer mixers[CRTC_DUAL_MIXERS]; member
|
| /kernel/linux/linux-4.19/sound/usb/ |
| D | mixer_us16x08.h | 7 /* define some bias, cause some alsa-mixers wont work with 26 /* the URB request/type to control Tascam mixers */
|
| /kernel/linux/linux-5.10/sound/usb/ |
| D | mixer_us16x08.h | 7 /* define some bias, cause some alsa-mixers wont work with 26 /* the URB request/type to control Tascam mixers */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_mixer.h | 23 /* global atomic state of assignment between CRTCs and Layer Mixers: */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | allwinner,sun8i-r40-tcon-top.yaml | 15 determines relationships between mixers and TCONs, selects source 33 Note that both TCON TOP references same physical unit. Both mixers
|
| D | zte,vou.txt | 4 Graphic Layer (GL) and Video Layer (VL), two Mixers/Channels, and a few blocks
|
| D | allwinner,sun4i-a10-display-engine.yaml | 73 Available display engine frontends (DE 1.0) or mixers (DE
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_mixer.h | 34 /* global atomic state of assignment between CRTCs and Layer Mixers: */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
| D | sti_compositor.h | 61 * @mixer: array of mixers
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/sti/ |
| D | sti_compositor.h | 61 * @mixer: array of mixers
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | intro.rst | 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For
|
| /kernel/linux/linux-4.19/Documentation/media/ |
| D | intro.rst | 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For
|
| /kernel/linux/linux-5.10/sound/core/ |
| D | info_oss.c | 93 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
|
| /kernel/linux/linux-4.19/include/sound/ |
| D | soc-dpcm.h | 19 * or audio route changes triggered by muxes/mixers.
|
| /kernel/linux/linux-4.19/sound/core/ |
| D | info_oss.c | 108 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ |
| D | zte,vou.txt | 4 Graphic Layer (GL) and Video Layer (VL), two Mixers/Channels, and a few blocks
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/sunxi/ |
| D | sun4i-drm.txt | 197 relationships between mixers and TCONs, selects source TCON for HDMI, muxes 215 Note that both TCON TOP references same physical unit. Both mixers can be 408 frontends (DE 1.0) or mixers (DE 2.0) available.
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | soc-dpcm.h | 19 * or audio route changes triggered by muxes/mixers.
|