/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_ppro.c | 58 msrs->controls[i].addr = MSR_P6_EVNTSEL0 + i; in ppro_fill_in_addresses() 97 if (!msrs->controls[i].addr) in ppro_setup_ctrs() 99 rdmsrl(msrs->controls[i].addr, val); in ppro_setup_ctrs() 103 wrmsrl(msrs->controls[i].addr, val); in ppro_setup_ctrs() 116 rdmsrl(msrs->controls[i].addr, val); in ppro_setup_ctrs() 119 wrmsrl(msrs->controls[i].addr, val); in ppro_setup_ctrs() 165 rdmsrl(msrs->controls[i].addr, val); in ppro_start() 167 wrmsrl(msrs->controls[i].addr, val); in ppro_start() 181 rdmsrl(msrs->controls[i].addr, val); in ppro_stop() 183 wrmsrl(msrs->controls[i].addr, val); in ppro_stop()
|
D | op_model_p4.c | 402 if (msrs->controls[i].addr) in p4_shutdown() 403 release_evntsel_nmi(msrs->controls[i].addr); in p4_shutdown() 421 msrs->controls[i].addr = cccraddr; in p4_fill_in_addresses() 429 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 438 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 444 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 451 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 457 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 463 msrs->controls[i].addr = addr; in p4_fill_in_addresses() 471 msrs->controls[i++].addr = MSR_P4_CRU_ESCR5; in p4_fill_in_addresses() [all …]
|
D | nmi_int.c | 78 struct op_msr *controls = msrs->controls; in nmi_cpu_save_registers() local 87 if (controls[i].addr) in nmi_cpu_save_registers() 88 rdmsrl(controls[i].addr, controls[i].saved); in nmi_cpu_save_registers() 95 if (!msrs->controls) in nmi_cpu_start() 115 if (!msrs->controls) in nmi_cpu_stop() 309 kfree(per_cpu(cpu_msrs, i).controls); in free_msrs() 310 per_cpu(cpu_msrs, i).controls = NULL; in free_msrs() 326 per_cpu(cpu_msrs, i).controls = kzalloc(controls_size, in allocate_msrs() 328 if (!per_cpu(cpu_msrs, i).controls) in allocate_msrs() 358 struct op_msr *controls = msrs->controls; in nmi_cpu_restore_registers() local [all …]
|
D | op_model_amd.c | 280 rdmsrl(msrs->controls[i].addr, val); in op_mux_switch_ctrl() 283 wrmsrl(msrs->controls[i].addr, val); in op_mux_switch_ctrl() 317 msrs->controls[i].addr = MSR_F15H_PERF_CTL + (i << 1); in op_amd_fill_in_addresses() 319 msrs->controls[i].addr = MSR_K7_EVNTSEL0 + i; in op_amd_fill_in_addresses() 351 if (!msrs->controls[i].addr) in op_amd_setup_ctrs() 353 rdmsrl(msrs->controls[i].addr, val); in op_amd_setup_ctrs() 357 wrmsrl(msrs->controls[i].addr, val); in op_amd_setup_ctrs() 375 rdmsrl(msrs->controls[i].addr, val); in op_amd_setup_ctrs() 378 wrmsrl(msrs->controls[i].addr, val); in op_amd_setup_ctrs() 414 rdmsrl(msrs->controls[i].addr, val); in op_amd_start() [all …]
|
D | op_x86_model.h | 25 struct op_msr *controls; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | uvcvideo.txt | 17 units (XUs). The Linux UVC driver supports extension unit controls (XU controls) 20 - through mappings of XU controls to V4L2 controls 23 The first one allows generic V4L2 applications to use XU controls by mapping 24 certain XU controls onto V4L2 controls, which then show up during ordinary 28 access XU controls but exposes the entire UVC XU concept to user space for 37 control mappings at runtime. These allow for individual XU controls or byte 38 ranges thereof to be mapped to new V4L2 controls. Such controls appear and 39 function exactly like normal V4L2 controls (i.e. the stock controls, such as 40 brightness, contrast, etc.). However, reading or writing of such a V4L2 controls 55 For applications that need to access XU controls directly, e.g. for testing [all …]
|
D | v4l2-controls.txt | 5 implement correctly in drivers. But much of the code needed to handle controls 21 V4L2 specification with respect to controls in a central place. And to make 36 v4l2_ctrl_handler is the object that keeps track of controls. It maintains a 38 controls, possibly to controls owned by other handlers. 60 The second argument is a hint telling the function how many controls this 119 2) Add controls: 121 You add non-menu controls by calling v4l2_ctrl_new_std: 127 Menu and integer menu controls are added by calling v4l2_ctrl_new_std_menu: 133 Menu controls with a driver specific menu are added by calling 141 Integer menu controls with a driver specific menu can be added by calling [all …]
|
D | vivid.txt | 23 - Working brightness, contrast, saturation and hue controls 185 select this through controls. 208 select this through controls. 234 no_error_inj: if set disable the error injecting controls. This option is 236 exercise all controls including a control like 'Disconnect' which 242 controls that select crop, compose and scale behavior are also 292 controls 'Standard Signal Mode' and 'Standard' determine what 462 controls. These controls are updated every time the frequency is changed, 494 using controls, and in 'Block I/O' mode the blocks are passed to the driver 516 Different devices support different controls. The sections below will describe [all …]
|
D | si4713.txt | 27 All properties can also be accessed by v4l2 extended controls interface, by 35 etc. But mostly of its properties will be present in the extended controls. 42 The properties can be accessed using v4l2 extended controls.
|
D | hauppauge-wintv-cx88-ir.txt | 1 The controls for the mux are GPIO [0,1] for source, and GPIO 2 for muting.
|
D | README.ir | 10 remote controls. I suggest to download my input layer tools
|
D | cpia2_overview.txt | 29 compressed as Motion JPEG (JPEGA). The VC controls all of the compression
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_pm121.c | 246 static struct wf_control *controls[N_CONTROLS] = {}; variable 493 controls[control_id]->ops->get_value(controls[control_id], in pm121_connect() 502 controls[control_id]->name, in pm121_connect() 503 controls[pm121_connection->ref_id]->name, in pm121_connect() 540 control = controls[param->control_id]; in pm121_create_sys_fans() 602 control = controls[param->control_id]; in pm121_sys_fans_tick() 659 fan_cpu = controls[FAN_CPU]; in pm121_create_cpu_fans() 721 if (controls[CPUFREQ]) in pm121_create_cpu_fans() 722 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans() 741 fan_cpu = controls[FAN_CPU]; in pm121_cpu_fans_tick() [all …]
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 1180 struct snd_emu10k1_fx8010_control_gpr *controls = NULL, *ctl; in _snd_emu10k1_audigy_init_efx() local 1193 controls = kcalloc(SND_EMU10K1_GPR_CONTROLS, in _snd_emu10k1_audigy_init_efx() 1194 sizeof(*controls), GFP_KERNEL); in _snd_emu10k1_audigy_init_efx() 1195 if (!controls) in _snd_emu10k1_audigy_init_efx() 1232 snd_emu10k1_init_stereo_control(&controls[nctl++], "PCM Front Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() 1238 snd_emu10k1_init_stereo_control(&controls[nctl++], "PCM Surround Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() 1245 snd_emu10k1_init_stereo_control(&controls[nctl++], "PCM Side Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() 1251 snd_emu10k1_init_mono_control(&controls[nctl++], "PCM Center Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() 1256 snd_emu10k1_init_mono_control(&controls[nctl++], "PCM LFE Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() 1265 snd_emu10k1_init_stereo_control(&controls[nctl++], "Wave Playback Volume", gpr, 100); in _snd_emu10k1_audigy_init_efx() [all …]
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 5 The main thing you need to do is to implement all the controls using the 6 control framework (see Documentation/video4linux/v4l2-controls.txt). 10 The sysfs stuff should be replaced by controls as well. A lot of the RDS 11 support is now available as controls (although there may well be some 14 properties/controls should be there at all.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 5 Description: This file controls the keyboard backlight operation mode, valid 22 Description: This file controls the timeout of the keyboard backlight 42 Description: This files controls the status of the touchpad and pointing 76 Description: This file controls the USB Sleep & Charge charging mode, which 93 Description: This file controls the USB Sleep Functions under battery, and 109 Description: This file controls the USB Rapid Charge state, which can be: 120 Description: This file controls the Sleep & Music state, which values can be: 139 Description: This file controls the state of the internal fan, valid 148 Description: This file controls the Special Functions (hotkeys) operation 164 Description: This file controls whether the laptop should turn ON whenever [all …]
|
D | sysfs-driver-hid-lenovo | 4 Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed… 26 Description: This setting controls if the mouse click events generated by pressing the trackpoint (… 41 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse … 48 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
|
D | sysfs-fs-ext4 | 36 Tuning parameter which controls the minimum size for 55 Tuning parameter which controls the maximum number of 87 Tuning parameter which (if non-zero) controls the goal
|
D | sysfs-power | 13 The /sys/power/state file controls system sleep states. 39 The /sys/power/disk file controls the operating mode of the 84 The /sys/power/image_size file controls the size of the image 101 The /sys/power/pm_trace file controls the code which saves the 150 The /sys/power/pm_async file controls the switch allowing the
|
D | sysfs-bus-usb-devices-usbsevseg | 24 raw: each character controls its segment manually
|
D | sysfs-class-uwb_rc-wusbhc | 46 milliseconds that the WUSB host should use. This controls how
|
D | configfs-usb-gadget-uvc | 65 bmControls - bitmap specifying which controls are 88 bmControls - bitmap specifying which controls are
|
D | sysfs-driver-wacom | 7 controls reporting speed of Wacom bluetooth tablet. Reading
|
/linux-4.1.27/sound/soc/samsung/ |
D | lowland.c | 133 static const struct snd_kcontrol_new controls[] = { variable 169 .controls = controls, 170 .num_controls = ARRAY_SIZE(controls),
|
D | tobermory.c | 123 static const struct snd_kcontrol_new controls[] = { variable 203 .controls = controls, 204 .num_controls = ARRAY_SIZE(controls),
|
D | littlemill.c | 214 static const struct snd_kcontrol_new controls[] = { variable 290 .controls = controls, 291 .num_controls = ARRAY_SIZE(controls),
|
D | speyside.c | 249 static const struct snd_kcontrol_new controls[] = { variable 308 .controls = controls, 309 .num_controls = ARRAY_SIZE(controls),
|
D | smartq_wm8987.c | 202 .controls = wm8987_smartq_controls,
|
D | neo1973_wm8753.c | 328 .controls = neo1973_wm8753_controls,
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_mixer.c | 541 if (!chip->controls[control]) in mute_ac97_ctl() 543 priv_idx = chip->controls[control]->private_value & 0xff; in mute_ac97_ctl() 550 &chip->controls[control]->id); in mute_ac97_ctl() 766 static const struct snd_kcontrol_new controls[] = { variable 864 struct snd_kcontrol_new controls[2]; member 868 .controls = { 893 .controls = { 918 .controls = { 945 .controls = { 972 .controls = { [all …]
|
D | oxygen_pcm.c | 190 chip->controls[CONTROL_SPDIF_PCM]->vd[0].access &= in oxygen_open() 194 &chip->controls[CONTROL_SPDIF_PCM]->id); in oxygen_open() 239 chip->controls[CONTROL_SPDIF_PCM]->vd[0].access |= in oxygen_close() 243 &chip->controls[CONTROL_SPDIF_PCM]->id); in oxygen_close()
|
D | oxygen.h | 139 struct snd_kcontrol *controls[CONTROL_COUNT]; member
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 172 static struct mfc_control controls[] = { variable 221 #define NUM_CTRLS ARRAY_SIZE(controls) 1131 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_dec_ctrls_setup() 1134 cfg.id = controls[i].id; in s5p_mfc_dec_ctrls_setup() 1135 cfg.min = controls[i].minimum; in s5p_mfc_dec_ctrls_setup() 1136 cfg.max = controls[i].maximum; in s5p_mfc_dec_ctrls_setup() 1137 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup() 1138 cfg.name = controls[i].name; in s5p_mfc_dec_ctrls_setup() 1139 cfg.type = controls[i].type; in s5p_mfc_dec_ctrls_setup() 1141 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup() [all …]
|
D | s5p_mfc_enc.c | 121 static struct mfc_control controls[] = { variable 703 #define NUM_CTRLS ARRAY_SIZE(controls) 2076 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_enc_ctrls_setup() 2079 cfg.id = controls[i].id; in s5p_mfc_enc_ctrls_setup() 2080 cfg.min = controls[i].minimum; in s5p_mfc_enc_ctrls_setup() 2081 cfg.max = controls[i].maximum; in s5p_mfc_enc_ctrls_setup() 2082 cfg.def = controls[i].default_value; in s5p_mfc_enc_ctrls_setup() 2083 cfg.name = controls[i].name; in s5p_mfc_enc_ctrls_setup() 2084 cfg.type = controls[i].type; in s5p_mfc_enc_ctrls_setup() 2092 cfg.step = controls[i].step; in s5p_mfc_enc_ctrls_setup() [all …]
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 1 This file explains the codec-specific mixer controls. 10 and "8ch". According to the configuration, this also controls the 16 and/or line-out jacks are available on a machine, this controls 51 These enum controls the direction and the bias of the input jack 77 individual volume controls will be no longer available for 110 According to the configuration, this also controls the
|
D | SB-Live-mixer.txt | 30 2) Digital mixer controls 33 These controls are built using the DSP instructions. They offer extended 35 here. Note that the controls work as attenuators: the maximum value is the 37 is mentioned in multiple controls, the signal is accumulated and can be wrapped 85 These controls are used to attenuate samples for left and right PCM FX-bus 99 These controls are used to attenuate samples for left and right MIDI FX-bus 114 These controls are used to attenuate samples for left and right rear PCM FX-bus 253 3) PCM stream related controls
|
D | Audigy-mixer.txt | 16 1) Digital mixer controls 19 These controls are built using the DSP instructions. They offer extended 21 here. Note that the controls work as attenuators: the maximum value is the 23 is mentioned in multiple controls, the signal is accumulated and can be wrapped 88 These controls are used to attenuate samples for left and right MIDI FX-bus 218 2) PCM stream related controls
|
D | OSS-Emulation.txt | 204 from several different ALSA (mixer) controls based on the name 206 from "PCM Playback Volume" and "PCM Playback Switch" controls for the 209 OSS is changed, all the volume and switch controls above are adjusted 243 control. In fact, the controls with "XXX [Playback|Capture]
|
D | ControlNames.txt | 1 This document describes standard names of mixer controls.
|
D | hda_codec.txt | 105 initialization sequence is called when the controls are built later. 132 To create mixer controls of all codecs, call 298 Call snd_hda_create_spdif_out_ctls() from the patch to create controls
|
D | MIXART.txt | 58 and AES volume controls which is set by 219 in the range from 0 to 255
|
D | HD-Audio-Models.txt | 138 test for testing/debugging purpose, almost all controls 147 test for testing/debugging purpose, almost all controls
|
/linux-4.1.27/drivers/pinctrl/mvebu/ |
D | pinctrl-kirkwood.c | 401 .controls = mv88f6180_mpp_controls, 411 .controls = mv88f619x_mpp_controls, 421 .controls = mv88f619x_mpp_controls, 431 .controls = mv88f628x_mpp_controls, 441 .controls = mv88f628x_mpp_controls, 451 .controls = mv88f628x_mpp_controls,
|
D | pinctrl-orion.c | 182 .controls = orion_mpp_controls, 192 .controls = orion_mpp_controls, 202 .controls = orion_mpp_controls,
|
D | pinctrl-armada-xp.c | 444 soc->controls = mv78230_mpp_controls; in armada_xp_pinctrl_probe() 455 soc->controls = mv78260_mpp_controls; in armada_xp_pinctrl_probe() 466 soc->controls = mv78460_mpp_controls; in armada_xp_pinctrl_probe()
|
D | pinctrl-mvebu.h | 108 struct mvebu_mpp_ctrl *controls; member
|
D | pinctrl-mvebu.c | 559 if (!soc || !soc->controls || !soc->modes) { in mvebu_pinctrl_probe() 585 struct mvebu_mpp_ctrl *ctrl = &soc->controls[n]; in mvebu_pinctrl_probe() 631 struct mvebu_mpp_ctrl *ctrl = &soc->controls[n]; in mvebu_pinctrl_probe()
|
D | pinctrl-armada-375.c | 426 soc->controls = mv88f6720_mpp_controls; in armada_375_pinctrl_probe()
|
D | pinctrl-armada-370.c | 408 soc->controls = mv88f6710_mpp_controls; in armada_370_pinctrl_probe()
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 9 /sys/power/state controls system power state. Reading from this file 20 /sys/power/disk controls the operating mode of the suspend-to-disk 50 /sys/power/image_size controls the size of the image created by 62 /sys/power/pm_trace controls the code which saves the last PM event point in
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | overview.txt | 49 * Machine specific controls: Allow machines to add controls to the sound card 56 contains audio controls, audio interface capabilities, codec DAPM 67 "sound card device". It handles any machine specific controls and
|
D | codec.txt | 14 3) Mixers and audio controls 73 3 - Mixers and audio controls 75 All the codec mixers and audio controls can be defined using the convenience
|
D | platform.txt | 75 2) Mixer controls
|
D | machine.txt | 93 Machine specific audio mixer controls can be added in the DAI init function.
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-control.c | 235 static const struct snd_kcontrol_new controls[] = { in snd_oxfw_create_mixer() local 275 for (i = 0; i < ARRAY_SIZE(controls); ++i) { in snd_oxfw_create_mixer() 277 snd_ctl_new1(&controls[i], oxfw)); in snd_oxfw_create_mixer()
|
/linux-4.1.27/sound/usb/ |
D | mixer_scarlett.c | 191 const struct scarlett_mixer_control controls[SND_SCARLETT_CONTROLS_MAX]; member 659 .controls = { 701 .controls = { 740 .controls = { 777 .controls = { 819 .controls = { 872 ctl = &info->controls[i]; in scarlett_controls_create_generic()
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 42 current regulator API which provides sysfs controls for 78 This driver controls a active-semi act8865 voltage output 315 This driver controls a Maxim MAX14577/77836 regulator via I2C bus. 323 This driver controls a Maxim 1586 or 1587 voltage output 332 This driver controls a Maxim 8649 voltage output regulator via 339 This driver controls a Maxim 8660/8661 voltage output 346 This driver controls a Maxim 8907 voltage output regulator 360 This driver controls a Maxim 8952 voltage output regulator 378 This driver controls a Maxim 8997/8966 regulator 387 This driver controls a Maxim 8998 voltage output regulator [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/panel/ |
D | sharp,lq101r1sx01.txt | 7 Each of the DSI channels controls a separate DSI peripheral. The peripheral 9 peripheral and controls the device. The 'link2' property contains a phandle
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | Makefile | 2 sst-mfld-platform-compress.o sst-atom-controls.o
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 871 ctrl = &entity->controls[i]; in __uvc_find_control() 1400 ctrl = &entity->controls[i]; in uvc_ctrl_commit_entity() 1745 ctrl = &entity->controls[i]; in uvc_xu_ctrl_query() 1861 ctrl = &entity->controls[i]; in uvc_ctrl_restore_values() 1981 ctrl = &entity->controls[i]; in uvc_ctrl_add_mapping() 2059 u8 *controls; in uvc_ctrl_prune_entity() local 2065 controls = entity->processing.bmControls; in uvc_ctrl_prune_entity() 2072 controls = entity->camera.bmControls; in uvc_ctrl_prune_entity() 2085 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity() 2091 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-mux-mmioreg.txt | 12 - reg : integer, contains the offset of the register that controls the bus 24 For the "EMI2" MDIO bus, register 9 (BRDCFG1) controls the mux on that bus.
|
/linux-4.1.27/drivers/amba/ |
D | Kconfig | 11 which controls AHB bus master arbitration and some performance
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2289 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls) in v4l2_ctrl_cluster() argument 2295 if (WARN_ON(ncontrols == 0 || controls[0] == NULL)) in v4l2_ctrl_cluster() 2299 if (controls[i]) { in v4l2_ctrl_cluster() 2300 controls[i]->cluster = controls; in v4l2_ctrl_cluster() 2301 controls[i]->ncontrols = ncontrols; in v4l2_ctrl_cluster() 2302 if (controls[i]->flags & V4L2_CTRL_FLAG_VOLATILE) in v4l2_ctrl_cluster() 2306 controls[0]->has_volatiles = has_volatiles; in v4l2_ctrl_cluster() 2310 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls, in v4l2_ctrl_auto_cluster() argument 2313 struct v4l2_ctrl *master = controls[0]; in v4l2_ctrl_auto_cluster() 2317 v4l2_ctrl_cluster(ncontrols, controls); in v4l2_ctrl_auto_cluster() [all …]
|
D | v4l2-compat-ioctl32.c | 612 compat_caddr_t controls; /* actually struct v4l2_ext_control32 * */ member 658 kp->controls = NULL; in get_v4l2_ext_controls32() 661 if (get_user(p, &up->controls)) in get_v4l2_ext_controls32() 668 kp->controls = (__force struct v4l2_ext_control *)kcontrols; in get_v4l2_ext_controls32() 695 (__force struct v4l2_ext_control __user *)kp->controls; in put_v4l2_ext_controls32() 708 if (get_user(p, &up->controls)) in put_v4l2_ext_controls32()
|
D | v4l2-ioctl.c | 568 if (!p->controls[i].size) in v4l_print_ext_controls() 570 p->controls[i].id, p->controls[i].value); in v4l_print_ext_controls() 573 p->controls[i].id, p->controls[i].size); in v4l_print_ext_controls() 895 c->controls[i].reserved2[0] = 0; in check_ext_ctrls() 908 if (V4L2_CTRL_ID2CLASS(c->controls[i].id) != c->ctrl_class) { in check_ext_ctrls() 1743 ctrls.controls = &ctrl; in v4l_g_ctrl() 1777 ctrls.controls = &ctrl; in v4l_s_ctrl() 2464 *user_ptr = (void __user *)ctrls->controls; in check_array_args() 2465 *kernel_ptr = (void **)&ctrls->controls; in check_array_args()
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 1167 if (component->controls) in soc_probe_component() 1168 snd_soc_add_component_controls(component, component->controls, in soc_probe_component() 1669 if (card->controls) in snd_soc_instantiate_card() 1670 snd_soc_add_card_controls(card, card->controls, card->num_controls); in snd_soc_instantiate_card() 1904 const struct snd_kcontrol_new *controls, int num_controls, in snd_soc_add_controls() argument 1910 const struct snd_kcontrol_new *control = &controls[i]; in snd_soc_add_controls() 1932 list_for_each_entry(kctl, &card->controls, list) in snd_soc_card_get_kcontrol() 1949 const struct snd_kcontrol_new *controls, unsigned int num_controls) in snd_soc_add_component_controls() argument 1953 return snd_soc_add_controls(card, component->dev, controls, in snd_soc_add_component_controls() 1970 const struct snd_kcontrol_new *controls, unsigned int num_controls) in snd_soc_add_codec_controls() argument [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 176 gc_max_sleep_time This tuning parameter controls the maximum sleep 180 gc_min_sleep_time This tuning parameter controls the minimum sleep 184 gc_no_gc_sleep_time This tuning parameter controls the default sleep 188 gc_idle This parameter controls the selection of victim 194 reclaim_segments This parameter controls the number of prefree 202 max_small_discards This parameter controls the number of discard 208 trim_sections This parameter controls the number of sections 212 ipu_policy This parameter controls the policy of in-place 218 min_ipu_util This parameter controls the threshold to trigger 223 min_fsync_blocks This parameter controls the threshold to trigger [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qriox.txt | 3 The qrio is a multifunction device that controls the KEYMILE boards based on
|
/linux-4.1.27/Documentation/power/powercap/ |
D | powercap.txt | 20 well as controls represented in the form of power constraints. If the parts of 23 controls), those power zones may also be organized in a hierarchy with one 153 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls 220 enabled (rw): Enable/Disable controls at zone level or for all zones using
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | o2cb | 6 information. Each logmask/ file controls a set of debug prints
|
D | sysfs-class-backlight | 46 "raw": The driver controls hardware registers directly
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-lp3943.txt | 10 Simple LED controls with LP3943 GPIO controller
|
D | gpio-xgene.txt | 4 This gpio controller controls a total of 48 gpios.
|
D | abilis,tb10x-gpio.txt | 10 - abilis,ngpio: the number of GPIO pins this driver controls.
|
D | gpio-twl4030.txt | 16 - ti,mmc-cd : if n-th bit is set, GPIO-n controls VMMC(n+1)
|
/linux-4.1.27/include/sound/ |
D | soc.h | 549 const struct snd_kcontrol_new *controls, unsigned int num_controls); 551 const struct snd_kcontrol_new *controls, unsigned int num_controls); 553 const struct snd_kcontrol_new *controls, unsigned int num_controls); 555 const struct snd_kcontrol_new *controls, int num_controls); 557 const struct snd_kcontrol_new *controls, int num_controls); 719 const struct snd_kcontrol_new *controls; member 786 const struct snd_kcontrol_new *controls; member 843 const struct snd_kcontrol_new *controls; member 1089 const struct snd_kcontrol_new *controls; member
|
D | emu8000.h | 90 struct snd_kcontrol *controls[EMU8000_NUM_CONTROLS]; member
|
/linux-4.1.27/security/yama/ |
D | Kconfig | 8 access controls. Currently available is ptrace scope restriction.
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | Makefile | 1 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | picochip-spacc.txt | 10 - interrupt-parent : The interrupt controller that controls the SPAcc
|
/linux-4.1.27/sound/core/ |
D | control.c | 131 list_for_each_entry(control, &card->controls, list) in snd_ctl_release() 323 list_for_each_entry(kctl, &card->controls, list) { in snd_ctl_remove_numid_conflict() 393 list_add_tail(&kcontrol->list, &card->controls); in snd_ctl_add() 460 list_add_tail(&kcontrol->list, &card->controls); in snd_ctl_replace() 670 list_for_each_entry(kctl, &card->controls, list) { in snd_ctl_find_numid() 700 list_for_each_entry(kctl, &card->controls, list) { in snd_ctl_find_id() 767 plist = card->controls.next; in snd_ctl_elem_list() 768 while (plist != &card->controls) { in snd_ctl_elem_list() 779 while (space > 0 && plist != &card->controls) { in snd_ctl_elem_list() 1784 while (!list_empty(&card->controls)) { in snd_ctl_dev_free() [all …]
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | Makefile | 2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 38 deadline expiries are only checked between batches. fifo_batch controls the 52 don't want to starve writes indefinitely either. So writes_starved controls
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-ali1563 | 26 This driver controls the SMB Host only. This driver does not use
|
D | i2c-ali1535 | 41 This driver controls the SMB Host only. This driver does not use
|
/linux-4.1.27/drivers/power/avs/ |
D | Kconfig | 4 AVS is a power management technique which finely controls the
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | rt5640.txt | 19 - realtek,ldo1-en-gpios : The GPIO that controls the CODEC's LDO1_EN pin.
|
D | rt5677.txt | 20 - realtek,pow-ldo2-gpio : The GPIO that controls the CODEC's POW_LDO2 pin.
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 70 controls, then there are dedicated files 79 out_altvoltageX_outY_enable controls signal generation on
|
D | device.txt | 62 Poll function related elements. This controls what occurs when a trigger
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000.c | 1043 memset(emu->controls, 0, sizeof(emu->controls)); in snd_emu8000_create_mixer() 1045 if ((err = snd_ctl_add(card, emu->controls[i] = snd_ctl_new1(mixer_defs[i], emu))) < 0) in snd_emu8000_create_mixer() 1053 if (emu->controls[i]) in snd_emu8000_create_mixer() 1054 snd_ctl_remove(card, emu->controls[i]); in snd_emu8000_create_mixer()
|
/linux-4.1.27/security/ |
D | Kconfig | 49 implement socket and networking access controls. 58 implement per-packet access controls based on labels 71 implement pathname based access controls.
|
/linux-4.1.27/sound/soc/codecs/ |
D | cq93vc.c | 135 .controls = cq93vc_snd_controls,
|
D | max98095.c | 1847 struct snd_kcontrol_new controls[] = { in max98095_handle_eq_pdata() local 1892 ret = snd_soc_add_codec_controls(codec, controls, ARRAY_SIZE(controls)); in max98095_handle_eq_pdata() 2001 struct snd_kcontrol_new controls[] = { in max98095_handle_bq_pdata() local 2011 BUILD_BUG_ON(ARRAY_SIZE(controls) != ARRAY_SIZE(bq_mode_name)); in max98095_handle_bq_pdata() 2047 ret = snd_soc_add_codec_controls(codec, controls, ARRAY_SIZE(controls)); in max98095_handle_bq_pdata() 2376 .controls = max98095_snd_controls,
|
D | max9877.c | 127 .controls = max9877_controls,
|
D | lm4857.c | 148 .controls = lm4857_controls,
|
D | max98088.c | 1807 struct snd_kcontrol_new controls[] = { in max98088_handle_eq_pdata() local 1817 BUILD_BUG_ON(ARRAY_SIZE(controls) != ARRAY_SIZE(eq_mode_name)); in max98088_handle_eq_pdata() 1853 ret = snd_soc_add_codec_controls(codec, controls, ARRAY_SIZE(controls)); in max98088_handle_eq_pdata() 1966 .controls = max98088_snd_controls,
|
D | pcm1792a.c | 214 .controls = pcm1792a_controls,
|
D | max9768.c | 156 .controls = max9768_volume,
|
D | ad1980.c | 314 .controls = ad1980_snd_ac97_controls,
|
D | tfa9879.c | 234 .controls = tfa9879_controls,
|
D | pcm1681.c | 287 .controls = pcm1681_controls,
|
D | wm8728.c | 219 .controls = wm8728_snd_controls,
|
D | max9850.c | 311 .controls = max9850_controls,
|
D | sta529.c | 326 .controls = sta529_snd_controls,
|
D | jz4740.c | 304 .controls = jz4740_codec_controls,
|
D | ad193x.c | 351 .controls = ad193x_snd_controls,
|
D | wm9705.c | 391 .controls = wm9705_snd_ac97_controls,
|
D | ak4535.c | 399 .controls = ak4535_snd_controls,
|
D | ad1836.c | 330 .controls = ad183x_controls,
|
D | stac9766.c | 367 .controls = stac9766_snd_ac97_controls,
|
D | tlv320aic26.c | 324 .controls = aic26_snd_controls,
|
D | wm8711.c | 376 .controls = wm8711_snd_controls,
|
D | ssm4567.c | 402 .controls = ssm4567_snd_controls,
|
D | ak4671.c | 616 .controls = ak4671_snd_controls,
|
D | adau1781.c | 437 .controls = adau1781_controls,
|
D | cs42l51.c | 510 .controls = cs42l51_snd_controls,
|
D | wm8776.c | 434 .controls = wm8776_snd_controls,
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | guts.txt | 3 The global utilities block controls power management, I/O device
|
/linux-4.1.27/Documentation/ |
D | Intel-IOMMU.txt | 22 device scope relationships between PCI devices and which DMA engine controls 28 There are some devices the BIOS controls, for e.g USB devices to perform
|
D | binfmt_misc.txt | 43 - 'flags' is an optional field that controls several aspects of the invocation 44 of the interpreter. It is a string of capital letters, each controls a
|
D | circular-buffers.txt | 116 they will return a lower bound as the producer controls the head index, 124 will return a lower bound as the consumer controls the tail index, but the
|
D | edac.txt | 150 Each 'mc' device controls a set of DIMM memory modules. These modules are 552 in this directory are various controls, a symlink and one or more 'instance' 555 The standard default controls are: 567 add one or more such controls and/or attributes 569 One out-of-tree driver uses controls here to allow
|
/linux-4.1.27/include/media/ |
D | v4l2-ctrls.h | 552 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls); 584 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls,
|
/linux-4.1.27/drivers/net/can/softing/ |
D | Kconfig | 14 controls the 2 busses on the card together.
|
/linux-4.1.27/Documentation/hwmon/ |
D | emc6w201 | 22 measures the speed of up to five fans, and controls the speed of
|
D | w83l786ng | 46 pwm[1-2]_enable - this file controls mode of fan/temperature control:
|
D | asb100 | 27 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
D | vt1211 | 164 controls both PWM outputs but each PWM output can be individually enabled and 172 thermal thresholds exist that controls both PWMs output duty-cycles. The
|
D | nct6775 | 90 pwm[1-5]_enable - this file controls mode of fan/temperature control: 98 pwm[1-5]_mode - controls if output is PWM or DC level
|
D | w83627ehf | 106 pwm[1-4]_enable - this file controls mode of fan/temperature control: 124 pwm[1-4]_mode - controls if output is PWM or DC level
|
D | abituguru | 58 * pwms: int Tell the driver how many fan speed controls (fan
|
D | abituguru-datasheet | 250 Sensor 0 usually controls the CPU fan 251 Sensor 1 usually controls the NB (or chipset for single chip) fan 252 Sensor 2 usually controls the System fan
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | usb-nop-xceiv.txt | 40 hsusb1_vcc_regulator provides power to the PHY and GPIO 7 controls RESET.
|
D | dwc3-st.txt | 4 This driver controls the glue logic used to configure the dwc3 core on
|
D | omap-usb.txt | 55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
|
/linux-4.1.27/sound/soc/pxa/ |
D | brownstone.c | 129 .controls = brownstone_dapm_control,
|
D | tosa.c | 227 .controls = tosa_controls,
|
D | poodle.c | 258 .controls = wm8731_poodle_controls,
|
D | spitz.c | 279 .controls = wm8750_spitz_controls,
|
D | corgi.c | 282 .controls = wm8731_corgi_controls,
|
D | magician.c | 423 .controls = uda1380_magician_controls,
|
/linux-4.1.27/sound/soc/intel/boards/ |
D | byt-max98090.c | 135 .controls = byt_max98090_controls,
|
D | bytcr_rt5640.c | 194 .controls = byt_mc_controls,
|
D | broadwell.c | 254 .controls = broadwell_controls,
|
D | cht_bsw_rt5645.c | 286 .controls = cht_mc_controls,
|
D | cht_bsw_rt5672.c | 332 .controls = cht_mc_controls,
|
D | mfld_machine.c | 338 .controls = mfld_snd_controls,
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | lp855x.txt | 15 - power-supply: Regulator which controls the 3V rail
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | cap11xx.txt | 25 effectively controls the sensitivity, as a
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 6 it controls the directed processor interrupts. The module is available in all
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 40 /proc/virthba/enable_ints: This entry controls interrupt use by the 55 /proc/virtnic/enable_ints: This entry controls interrupt use by the
|
/linux-4.1.27/drivers/video/backlight/ |
D | Kconfig | 17 tristate "Lowlevel LCD controls" 92 tristate "Platform LCD controls" 157 tristate "Lowlevel Backlight controls" 174 so it controls the backlight brightness, select this option to 232 This driver controls the LCD backlight level and power for
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 754 cs.controls = &c1; in ctrl_cx2341x_get() 772 cs.controls = &c1; in ctrl_cx2341x_set() 2178 cptr = hdw->controls + idx; in pvr2_hdw_setup_low() 2470 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt, in pvr2_hdw_create() 2472 if (!hdw->controls) goto fail; in pvr2_hdw_create() 2476 cptr = hdw->controls + idx; in pvr2_hdw_create() 2483 cptr = hdw->controls + idx; in pvr2_hdw_create() 2501 cptr = hdw->controls + idx + CTRLDEF_COUNT; in pvr2_hdw_create() 2661 kfree(hdw->controls); in pvr2_hdw_create() 2740 kfree(hdw->controls); in pvr2_hdw_destroy() [all …]
|
D | pvrusb2-hdw-internal.h | 387 struct pvr2_ctrl *controls; member
|
D | pvrusb2-v4l2.c | 637 ctrl = ctls->controls + idx; in pvr2_g_ext_ctrls() 663 ctrl = ctls->controls + idx; in pvr2_s_ext_ctrls() 687 ctrl = ctls->controls + idx; in pvr2_try_ext_ctrls()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ESS | 19 For ESS chips an additional parameter "esstype" can be specified. This controls
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | altr_socfpga.txt | 26 - clk-phase : For the sdmmc_clk, contains the value of the clock phase that controls
|
D | rockchip.txt | 22 - clock-output-names : the corresponding gate names that the clock controls
|
/linux-4.1.27/Documentation/usb/ |
D | misc_usbsevseg.txt | 20 raw controls each segment manually,
|
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tpg.txt | 29 - timing-gpios: Specifier for a GPIO that controls the timing mux at the TPG
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 52 the first one controls the devices decoding window, 53 the second one controls the SDRAM decoding window and 54 the third controls the MBus bridge (only with the
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 956 static struct cpdma_control_info controls[] = { variable 973 struct cpdma_control_info *info = &controls[control]; in cpdma_control_get() 987 if (control < 0 || control >= ARRAY_SIZE(controls)) in cpdma_control_get() 1004 struct cpdma_control_info *info = &controls[control]; in cpdma_control_set() 1019 if (control < 0 || control >= ARRAY_SIZE(controls)) in cpdma_control_set()
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max8907.txt | 22 controls the overall system power.
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 51 controls the level of integrity auditing messages.
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | sleep.S | 133 @ Restore EMIFF controls 361 @ Restore EMIFF controls
|
/linux-4.1.27/sound/soc/fsl/ |
D | mx27vis-aic32x4.c | 167 .controls = mx27vis_aic32x4_controls,
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 1 The controls for the mux are GPIO [0,1] for source, and GPIO 2 for muting.
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 58 This module controls the name of the firmware file that gets
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra_rt5640.c | 157 .controls = tegra_rt5640_controls,
|
D | tegra_alc5632.c | 152 .controls = tegra_alc5632_controls,
|
D | tegra_max98090.c | 212 .controls = tegra_max98090_controls,
|
D | tegra_rt5677.c | 205 .controls = tegra_rt5677_controls,
|
D | tegra_wm8903.c | 234 .controls = tegra_wm8903_controls,
|
/linux-4.1.27/drivers/iio/ |
D | Kconfig | 58 This value controls the maximum number of consumers that a
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 10 which has a number of different manual or automatic controls over the
|
D | Suspend.txt | 98 rate and uart controls must be setup beforehand.
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 156 controls 158 driver controls 160 bus-specific i2400m-usb or i2400m-sdio controls).
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 51 input de-glitch/debounce logic, sometimes with software controls. 108 (or some other device) controls the signal.
|
/linux-4.1.27/Documentation/networking/ |
D | netif-msg.txt | 15 integer variable that controls the debug message level. The message
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 11 - controls how some of the interrupts will be flowing, whether they will
|
/linux-4.1.27/Documentation/frv/ |
D | clock.txt | 63 The PM-Status line indicates which clock controls are set to which value. If
|
D | configuring.txt | 39 This controls the initial data cache write management mode. By default
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 32 This option controls the default behaviour of kmemcheck when the
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | Kconfig | 40 devices, like monitor controls and Uninterruptable Power Supplies.
|
/linux-4.1.27/sound/soc/omap/ |
D | n810.c | 277 .controls = aic33_n810_controls,
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 109 However, USB uses HID also for monitor controls, speaker controls, UPSs, 112 The monitor and speaker controls should be easy to add to the hid/input
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 106 This single option controls the inclusion of firmware for 145 This option controls the directory in which the kernel build system 178 This option controls if the device coredump mechanism is available or
|
/linux-4.1.27/Documentation/misc-devices/ |
D | apds990x.txt | 41 Driver controls chip operational state using pm_runtime framework.
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 7 and controls.
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 73 This represents a bus that controls the reset signal of each of four sub-
|
/linux-4.1.27/drivers/phy/ |
D | Kconfig | 185 This driver controls the entire USB PHY block, both the USB OTG 197 This driver controls each individual USB 2 host PHY.
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 389 This flag controls the L2 cache of G3 processor boards. If 490 scan a tasks virtual memory. It effectively controls the maximum scanning 497 scan a tasks virtual memory. It effectively controls the minimum scanning 574 the existing panic controls already in that directory. 814 This value controls the soft lockup detector thread's behavior 877 This value controls the maximum number of threads that can be created
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx-pinctrl.txt | 7 different PAD settings (like pull up, keeper, etc) the IOMUXC controls
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-types.h | 192 u32 controls; member
|
D | saa7164-vbi.c | 506 struct v4l2_ext_control *ctrl = ctrls->controls + i; in vidioc_g_ext_ctrls() 565 struct v4l2_ext_control *ctrl = ctrls->controls + i; in vidioc_try_ext_ctrls() 631 struct v4l2_ext_control *ctrl = ctrls->controls + i; in vidioc_s_ext_ctrls()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 49 IOCTLs and controls where possible and practical. Much of the functions provided
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 34 Description: The boottotool flag controls s-Par behavior on the next boot of
|
/linux-4.1.27/Documentation/scsi/ |
D | qlogicfas.txt | 36 The top of the qlogic.c file has a number of defines that controls
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | boost.txt | 8 controls the boost setting for the whole system. You can read and write
|