Searched defs:controls (Results 1 - 5 of 5) sorted by relevance

/include/sound/
H A Demu8000.h90 struct snd_kcontrol *controls[EMU8000_NUM_CONTROLS]; member in struct:snd_emu8000
H A Dcore.h117 struct rw_semaphore controls_rwsem; /* controls list lock */
119 int controls_count; /* count of all controls */
120 int user_ctl_count; /* count of all user controls */
121 struct list_head controls; /* all controls for this card */ member in struct:snd_card
H A Dsoc.h391 const struct snd_kcontrol_new *controls, int num_controls);
393 const struct snd_kcontrol_new *controls, int num_controls);
395 const struct snd_kcontrol_new *controls, int num_controls);
397 const struct snd_kcontrol_new *controls, int num_controls);
632 const struct snd_kcontrol_new *controls; member in struct:snd_soc_codec_driver
692 const struct snd_kcontrol_new *controls; member in struct:snd_soc_platform_driver
766 /* codec/machine specific init - e.g. add machine controls */
793 /* codec/machine specific init - e.g. add machine controls */
852 const struct snd_kcontrol_new *controls; member in struct:snd_soc_card
/include/acpi/
H A Dactbl2.h185 u8 controls; member in struct:acpi_asf_remote
/include/linux/
H A Dvideodev2.h1130 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
1134 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
1135 #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
1136 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
1138 #define V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */
1139 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
1156 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
1194 /* IDs reserved for driver specific controls */
1296 /* MPEG audio controls specific to multiplexed streams */
1422 /* MPEG video controls specifi
[all...]

Completed in 120 milliseconds