Searched refs:controls (Results 151 - 175 of 186) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcx2341x.c556 /* MPEG controls */
618 * The state of L2 & AC3 bitrate controls can change
942 struct v4l2_ext_control *ctrl = ctrls->controls + i;
953 struct v4l2_ext_control *ctrl = ctrls->controls + i;
1534 /* Add controls in ascending control ID order for fastest
H A Dmt9m001.c465 .controls = mt9m001_controls,
H A Dmt9m111.c726 .controls = mt9m111_controls,
H A Dmt9t031.c267 .controls = mt9t031_controls,
H A Dmt9v022.c562 .controls = mt9v022_controls,
H A Dov772x.c1081 .controls = ov772x_controls,
H A Drj54n1cb0c.c1245 .controls = rj54n1_controls,
H A Dsh_mobile_ceu_camera.c1873 .controls = sh_mobile_ceu_controls,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-v4l2-enc.c1345 struct v4l2_ext_control *ctrl = (ctrls->controls + i);
1382 struct v4l2_ext_control *ctrl = (ctrls->controls + i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex144 dialog controls).}
742 ability to focus the popup control, and allows common native controls to
H A Dtoolbar.tex770 controls. NOTE: The native toolbar classes on the main platforms all
843 only be used on Button tools, not controls.
H A Dprint.tex481 Enables or disables the `Page numbers' controls.
747 Starts the printing process. Provide a parent window, a user-defined wxPrintout object which controls
920 If {\it minPage} is zero, the page number controls in the print dialog will be disabled.
H A Dcalctrl.tex60 \twocolitem{\windowstyle{wxCAL\_SEQUENTIAL\_MONTH\_SELECTION}}{Use alternative, more compact, style for the month and year selection controls.}
H A Dframe.tex204 Note that you can put controls and other windows on the status bar if you wish.
H A Dsplitter.tex295 Gravity is real factor which controls position of sash while resizing wxSplitterWindow.
H A Dtextattrex.tex8 cross-platform API for text controls that support attributes.
H A Dapp.tex398 destroying all application windows and controls, but before
H A Dbody.tex127 \item Added some controls (e.g. wxSpinCtrl) and supplemented many.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl1298 my $controls = '\\000-\\037\\177';
1307 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex79 icons and controls for:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer.c420 /* audio class v2 controls are always 2 bytes in size */
475 * TLV callback for mixer volume controls
1207 /* audio class v1 controls are never read-only */
1540 __u8 *controls = uac_processing_unit_bmControls(desc, state->mixer->protocol); local
1542 if (! (controls[valinfo->control / 8] & (1 << ((valinfo->control % 8) - 1))))
1900 * create mixer controls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex400 other function should control this.) The parameter $position$ controls
412 This function (and no other code) controls locking of the door, if the
413 drive allows this. The value of $lock$ controls the desired locking
592 A final flag register controls the {\em behavior\/} of the \cdrom\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideodev2.h911 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
915 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
916 #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
917 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
934 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
970 /* IDs reserved for driver specific controls */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c1800 /* Initialize controls. */
2291 INIT_LIST_HEAD(&uvc_driver.controls);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.c33 static int patch_build_controls(struct snd_ac97 * ac97, const struct snd_kcontrol_new *controls, int count) argument
38 if ((err = snd_ctl_add(ac97->bus->card, snd_ac97_cnew(&controls[idx], ac97))) < 0)
73 * shared line-in/mic controls
1846 /* black list to avoid HP/Line jack-sense controls
2301 /* SOSEL is set to values of "Spread" or "Exchange F/S" controls */
2337 /* SOSEL is set to values of "Spread" or "Exchange F/S" controls */
2598 /* 11-13: in IEC958 controls */
2607 /* disable this controls since it doesn't work as expected */
2756 /* disable this controls since it doesn't work as expected */

Completed in 213 milliseconds

12345678