/drivers/macintosh/ |
D | windfarm_pm121.c | 246 static struct wf_control *controls[N_CONTROLS] = {}; variable 492 controls[control_id]->ops->get_value(controls[control_id], in pm121_connect() 501 controls[control_id]->name, in pm121_connect() 502 controls[pm121_connection->ref_id]->name, in pm121_connect() 539 control = controls[param->control_id]; in pm121_create_sys_fans() 591 control = controls[param->control_id]; in pm121_sys_fans_tick() 648 fan_cpu = controls[FAN_CPU]; in pm121_create_cpu_fans() 710 if (controls[CPUFREQ]) in pm121_create_cpu_fans() 711 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans() 730 fan_cpu = controls[FAN_CPU]; in pm121_cpu_fans_tick() [all …]
|
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 153 static struct mfc_control controls[] = { variable 202 #define NUM_CTRLS ARRAY_SIZE(controls) 1166 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_dec_ctrls_setup() 1169 cfg.id = controls[i].id; in s5p_mfc_dec_ctrls_setup() 1170 cfg.min = controls[i].minimum; in s5p_mfc_dec_ctrls_setup() 1171 cfg.max = controls[i].maximum; in s5p_mfc_dec_ctrls_setup() 1172 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup() 1173 cfg.name = controls[i].name; in s5p_mfc_dec_ctrls_setup() 1174 cfg.type = controls[i].type; in s5p_mfc_dec_ctrls_setup() 1176 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup() [all …]
|
D | s5p_mfc_enc.c | 102 static struct mfc_control controls[] = { variable 562 #define NUM_CTRLS ARRAY_SIZE(controls) 1908 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_enc_ctrls_setup() 1911 cfg.id = controls[i].id; in s5p_mfc_enc_ctrls_setup() 1912 cfg.min = controls[i].minimum; in s5p_mfc_enc_ctrls_setup() 1913 cfg.max = controls[i].maximum; in s5p_mfc_enc_ctrls_setup() 1914 cfg.def = controls[i].default_value; in s5p_mfc_enc_ctrls_setup() 1915 cfg.name = controls[i].name; in s5p_mfc_enc_ctrls_setup() 1916 cfg.type = controls[i].type; in s5p_mfc_enc_ctrls_setup() 1924 cfg.step = controls[i].step; in s5p_mfc_enc_ctrls_setup() [all …]
|
/drivers/staging/media/solo6x10/ |
D | TODO | 2 - encoder on/off controls 7 - implement CID controls for mozaic areas
|
/drivers/pinctrl/mvebu/ |
D | pinctrl-kirkwood.c | 389 .controls = mv88f6180_mpp_controls, 399 .controls = mv88f619x_mpp_controls, 409 .controls = mv88f619x_mpp_controls, 419 .controls = mv88f628x_mpp_controls, 429 .controls = mv88f628x_mpp_controls, 439 .controls = mv88f628x_mpp_controls,
|
D | pinctrl-armada-xp.c | 410 soc->controls = mv78230_mpp_controls; in armada_xp_pinctrl_probe() 421 soc->controls = mv78260_mpp_controls; in armada_xp_pinctrl_probe() 432 soc->controls = mv78460_mpp_controls; in armada_xp_pinctrl_probe()
|
D | pinctrl-mvebu.h | 109 struct mvebu_mpp_ctrl *controls; member
|
D | pinctrl-mvebu.c | 589 if (!soc || !soc->controls || !soc->modes) { in mvebu_pinctrl_probe() 622 struct mvebu_mpp_ctrl *ctrl = &soc->controls[n]; in mvebu_pinctrl_probe() 673 struct mvebu_mpp_ctrl *ctrl = &soc->controls[n]; in mvebu_pinctrl_probe()
|
/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1856 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls) in v4l2_ctrl_cluster() argument 1862 BUG_ON(ncontrols == 0 || controls[0] == NULL); in v4l2_ctrl_cluster() 1865 if (controls[i]) { in v4l2_ctrl_cluster() 1866 controls[i]->cluster = controls; in v4l2_ctrl_cluster() 1867 controls[i]->ncontrols = ncontrols; in v4l2_ctrl_cluster() 1868 if (controls[i]->flags & V4L2_CTRL_FLAG_VOLATILE) in v4l2_ctrl_cluster() 1872 controls[0]->has_volatiles = has_volatiles; in v4l2_ctrl_cluster() 1876 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls, in v4l2_ctrl_auto_cluster() argument 1879 struct v4l2_ctrl *master = controls[0]; in v4l2_ctrl_auto_cluster() 1883 v4l2_ctrl_cluster(ncontrols, controls); in v4l2_ctrl_auto_cluster() [all …]
|
D | v4l2-compat-ioctl32.c | 603 compat_caddr_t controls; /* actually struct v4l2_ext_control32 * */ member 649 kp->controls = NULL; in get_v4l2_ext_controls32() 652 if (get_user(p, &up->controls)) in get_v4l2_ext_controls32() 659 kp->controls = kcontrols; in get_v4l2_ext_controls32() 681 struct v4l2_ext_control __user *kcontrols = kp->controls; in put_v4l2_ext_controls32() 694 if (get_user(p, &up->controls)) in put_v4l2_ext_controls32()
|
D | v4l2-ioctl.c | 538 if (p->controls[i].size) in v4l_print_ext_controls() 540 p->controls[i].id, p->controls[i].value); in v4l_print_ext_controls() 543 p->controls[i].id, p->controls[i].size); in v4l_print_ext_controls() 871 c->controls[i].reserved2[0] = 0; in check_ext_ctrls() 882 if (V4L2_CTRL_ID2CLASS(c->controls[i].id) != c->ctrl_class) { in check_ext_ctrls() 1584 ctrls.controls = &ctrl; in v4l_g_ctrl() 1618 ctrls.controls = &ctrl; in v4l_s_ctrl() 2305 *user_ptr = (void __user *)ctrls->controls; in check_array_args() 2306 *kernel_ptr = (void *)&ctrls->controls; in check_array_args()
|
/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 819 ctrl = &entity->controls[i]; in __uvc_find_control() 1348 ctrl = &entity->controls[i]; in uvc_ctrl_commit_entity() 1693 ctrl = &entity->controls[i]; in uvc_xu_ctrl_query() 1809 ctrl = &entity->controls[i]; in uvc_ctrl_resume_device() 1929 ctrl = &entity->controls[i]; in uvc_ctrl_add_mapping() 2007 u8 *controls; in uvc_ctrl_prune_entity() local 2013 controls = entity->processing.bmControls; in uvc_ctrl_prune_entity() 2020 controls = entity->camera.bmControls; in uvc_ctrl_prune_entity() 2033 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity() 2039 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity() [all …]
|
/drivers/regulator/ |
D | Kconfig | 52 current regulator API which provides sysfs controls for 177 This driver controls a Maxim 1586 or 1587 voltage output 186 This driver controls a Maxim 8649 voltage output regulator via 193 This driver controls a Maxim 8660/8661 voltage output 200 This driver controls a Maxim 8907 voltage output regulator 214 This driver controls a Maxim 8952 voltage output regulator 232 This driver controls a Maxim 8997/8966 regulator 241 This driver controls a Maxim 8998 voltage output regulator 249 This driver controls a Maxim 77686 regulator
|
/drivers/power/avs/ |
D | Kconfig | 4 AVS is a power management technique which finely controls the
|
/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
|
/drivers/media/pci/ivtv/ |
D | Makefile | 1 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
|
/drivers/video/backlight/ |
D | Kconfig | 17 tristate "Lowlevel LCD controls" 92 tristate "Platform LCD controls" 157 tristate "Lowlevel Backlight controls" 175 so it controls the backlight brightness, select this option to 235 This driver controls the LCD backlight level and power for
|
/drivers/media/pci/cx18/ |
D | Makefile | 2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
|
/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() 2474 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt, in pvr2_hdw_create() 2476 if (!hdw->controls) goto fail; in pvr2_hdw_create() 2480 cptr = hdw->controls + idx; in pvr2_hdw_create() 2487 cptr = hdw->controls + idx; in pvr2_hdw_create() 2505 cptr = hdw->controls + idx + CTRLDEF_COUNT; in pvr2_hdw_create() 2665 kfree(hdw->controls); in pvr2_hdw_create() 2740 kfree(hdw->controls); in pvr2_hdw_destroy() [all …]
|
/drivers/md/bcache/ |
D | Kconfig | 38 # bool "Cgroup controls for bcache"
|
/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 969 struct cpdma_control_info controls[] = { variable 986 struct cpdma_control_info *info = &controls[control]; in cpdma_control_get() 1000 if (control < 0 || control >= ARRAY_SIZE(controls)) in cpdma_control_get() 1017 struct cpdma_control_info *info = &controls[control]; in cpdma_control_set() 1032 if (control < 0 || control >= ARRAY_SIZE(controls)) in cpdma_control_set()
|
/drivers/net/can/softing/ |
D | Kconfig | 14 controls the 2 busses on the card together.
|
/drivers/power/reset/ |
D | Kconfig | 22 commands to the microcontroller which controls the main power.
|
/drivers/remoteproc/ |
D | Kconfig | 57 This module controls the name of the firmware file that gets
|
/drivers/iio/ |
D | Kconfig | 60 This value controls the maximum number of consumers that a
|