HomeSort by: relevance | last modified time | path
    Searched defs:controls (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/aiomixer/
app.h 52 struct aiomixer_control controls[128]; member in struct:aiomixer_class
app.h 52 struct aiomixer_control controls[128]; member in struct:aiomixer_class
  /src/sys/dev/i2c/
axppmic.c 416 const struct axppmic_ctrl *controls; member in struct:axppmic_config
500 .controls = axp803_ctrls,
520 .controls = axp805_ctrls,
528 .controls = axp805_ctrls,
539 .controls = axp809_ctrls,
547 .controls = axp813_ctrls,
567 .controls = axp15060_ctrls,
1288 const struct axppmic_ctrl *ctrl = &c->controls[i];
axppmic.c 416 const struct axppmic_ctrl *controls; member in struct:axppmic_config
500 .controls = axp803_ctrls,
520 .controls = axp805_ctrls,
528 .controls = axp805_ctrls,
539 .controls = axp809_ctrls,
547 .controls = axp813_ctrls,
567 .controls = axp15060_ctrls,
1288 const struct axppmic_ctrl *ctrl = &c->controls[i];
  /src/sys/sys/
videoio.h 128 /* Inline #include <linux/v4l2-controls.h>
129 * (v4l2-controls.h was split off from videodev2.h and has the same BSD license.)
131 * Begin of v4l2-controls.h
134 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
135 #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
136 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
137 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
138 #define V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */
139 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
140 #define V4L2_CTRL_CLASS_IMAGE_SOURCE 0x009e0000 /* Image source controls */
2606 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
    [all...]
videoio.h 128 /* Inline #include <linux/v4l2-controls.h>
129 * (v4l2-controls.h was split off from videodev2.h and has the same BSD license.)
131 * Begin of v4l2-controls.h
134 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
135 #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
136 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
137 #define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
138 #define V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */
139 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
140 #define V4L2_CTRL_CLASS_IMAGE_SOURCE 0x009e0000 /* Image source controls */
2606 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
    [all...]

Completed in 179 milliseconds