Searched refs:controls (Results 76 - 100 of 481) sorted by relevance

1234567891011>>

/linux-master/include/media/
H A Dv4l2-ctrls.h3 * V4L2 controls support header.
112 * for volatile (and usually read-only) controls such as a control
120 * one else can access controls owned by that handler.
166 * @ncontrols: Number of controls in cluster array.
207 * @step: The control's step value for non-menu controls.
215 * @menu_skip_mask: The control's skip mask for menu controls. This makes it
247 * through a pointer (for compound controls only).
323 * the control has been applied. This prevents applying controls
324 * from a cluster with multiple controls twice (when the first
346 * keep a sorted-by-control-ID list of all controls, whil
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c143 /* Define the list of additional controls we'll dynamically construct based
744 cs.controls = &c1;
762 cs.controls = &c1;
773 controls are committed. Then go on ahead and store this
988 /* Table definition of all controls which can be manipulated */
2161 cptr = hdw->controls + idx;
2427 hdw->controls = kcalloc(hdw->control_cnt, sizeof(struct pvr2_ctrl),
2429 if (!hdw->controls) goto fail;
2433 cptr = hdw->controls + idx;
2440 cptr = hdw->controls
[all...]
H A Dpvrusb2-hdw-internal.h266 int force_dirty; /* consider all controls dirty if true */
372 struct pvr2_ctrl *controls; member in struct:pvr2_hdw
/linux-master/sound/soc/codecs/
H A Dmax98373.c431 .controls = max98373_snd_controls,
455 .controls = max98373_snd_controls,
H A Dpcm3060.c252 .controls = pcm3060_dapm_controls,
H A Dbd28623.c159 .controls = bd28623_controls,
H A Dpcm1789.c223 .controls = pcm1789_controls,
H A Dstac9766.c306 .controls = stac9766_snd_ac97_controls,
H A Dad1980.c296 .controls = ad1980_snd_ac97_controls,
H A Djz4740.c284 .controls = jz4740_codec_controls,
/linux-master/sound/soc/amd/vangogh/
H A Dacp5x-mach.c331 .controls = acp5x_8821_controls,
433 .controls = acp5x_8821_controls,
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c94 dev_warn(module->dev, "%s: missing in modules controls list\n", name);
108 dev_warn(module->dev, "%s: missing in modules controls list\n", name);
1145 struct gb_audio_control *controls)
1159 curr = controls;
1205 module->controls = dapm_kctls;
1358 struct gb_audio_control *controls; local
1374 controls = (struct gb_audio_control *)module->control_offset;
1375 ret = gbaudio_tplg_process_kcontrols(module, controls);
1378 "%d: Error in parsing controls data\n", ret);
1427 if (module->controls)
1144 gbaudio_tplg_process_kcontrols(struct gbaudio_module_info *module, struct gb_audio_control *controls) argument
[all...]
H A Daudio_codec.c838 if (module->controls)
839 snd_soc_add_component_controls(comp, module->controls,
974 if (module->controls) {
975 dev_dbg(comp->dev, "Removing %d controls\n",
978 gbaudio_remove_component_controls(comp, module->controls,
H A Daudio_codec.h156 struct snd_kcontrol_new *controls; member in struct:gbaudio_module_info
/linux-master/sound/soc/intel/boards/
H A Dbxt_rt298.c570 .controls = broxton_controls,
587 .controls = broxton_controls,
/linux-master/sound/soc/qcom/
H A Dsc7180.c513 card->controls = sc7180_snd_controls;
519 card->controls = sc7180_snd_dual_mic_controls,
/linux-master/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.c11 #include <linux/v4l2-controls.h>
H A Dnal-hevc.h14 #include <linux/v4l2-controls.h>
/linux-master/sound/pci/oxygen/
H A Doxygen.h140 struct snd_kcontrol *controls[CONTROL_COUNT]; member in struct:oxygen
/linux-master/drivers/media/usb/uvc/
H A Duvc_status.c135 for (i = 0, ctrl = entity->controls; i < entity->ncontrols; i++, ctrl++)
/linux-master/sound/soc/img/
H A Dpistachio-internal-dac.c133 .controls = pistachio_internal_dac_snd_controls,
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-ac5.c241 soc->controls = ac5_mpp_controls;
/linux-master/sound/soc/mediatek/mt8173/
H A Dmt8173-rt5650-rt5676.c237 .controls = mt8173_rt5650_rt5676_controls,
H A Dmt8173-rt5650-rt5514.c181 .controls = mt8173_rt5650_rt5514_controls,
/linux-master/sound/soc/rockchip/
H A Drockchip_rt5645.c161 .controls = rk_mc_controls,

Completed in 218 milliseconds

1234567891011>>