Searched refs:ncontrols (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-kirkwood.c | 402 .ncontrols = ARRAY_SIZE(mv88f6180_mpp_controls), 412 .ncontrols = ARRAY_SIZE(mv88f619x_mpp_controls), 422 .ncontrols = ARRAY_SIZE(mv88f619x_mpp_controls), 432 .ncontrols = ARRAY_SIZE(mv88f628x_mpp_controls), 442 .ncontrols = ARRAY_SIZE(mv88f628x_mpp_controls), 452 .ncontrols = ARRAY_SIZE(mv88f628x_mpp_controls),
|
D | pinctrl-orion.c | 183 .ncontrols = ARRAY_SIZE(orion_mpp_controls), 193 .ncontrols = ARRAY_SIZE(orion_mpp_controls), 203 .ncontrols = ARRAY_SIZE(orion_mpp_controls),
|
D | pinctrl-armada-xp.c | 460 soc->ncontrols = ARRAY_SIZE(mv78230_mpp_controls); in armada_xp_pinctrl_probe() 471 soc->ncontrols = ARRAY_SIZE(mv78260_mpp_controls); in armada_xp_pinctrl_probe() 482 soc->ncontrols = ARRAY_SIZE(mv78460_mpp_controls); in armada_xp_pinctrl_probe()
|
D | pinctrl-mvebu.h | 109 int ncontrols; member
|
D | pinctrl-mvebu.c | 584 for (n = 0; n < soc->ncontrols; n++) { in mvebu_pinctrl_probe() 630 for (n = 0; n < soc->ncontrols; n++) { in mvebu_pinctrl_probe()
|
D | pinctrl-armada-370.c | 409 soc->ncontrols = ARRAY_SIZE(mv88f6710_mpp_controls); in armada_370_pinctrl_probe()
|
D | pinctrl-armada-375.c | 427 soc->ncontrols = ARRAY_SIZE(mv88f6720_mpp_controls); in armada_375_pinctrl_probe()
|
D | pinctrl-armada-39x.c | 420 soc->ncontrols = ARRAY_SIZE(armada_39x_mpp_controls); in armada_39x_pinctrl_probe()
|
D | pinctrl-armada-38x.c | 438 soc->ncontrols = ARRAY_SIZE(armada_38x_mpp_controls); in armada_38x_pinctrl_probe()
|
D | pinctrl-dove.c | 744 .ncontrols = ARRAY_SIZE(dove_mpp_controls),
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1610 for (i = 0; i < master->ncontrols; i++) { in cluster_changed() 1859 ctrl->ncontrols = 1; in handler_new_ref() 2276 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls) in v4l2_ctrl_cluster() argument 2282 if (WARN_ON(ncontrols == 0 || controls[0] == NULL)) in v4l2_ctrl_cluster() 2285 for (i = 0; i < ncontrols; i++) { in v4l2_ctrl_cluster() 2288 controls[i]->ncontrols = ncontrols; in v4l2_ctrl_cluster() 2297 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls, in v4l2_ctrl_auto_cluster() argument 2304 v4l2_ctrl_cluster(ncontrols, controls); in v4l2_ctrl_auto_cluster() 2305 WARN_ON(ncontrols <= 1); in v4l2_ctrl_auto_cluster() 2317 for (i = 1; i < ncontrols; i++) in v4l2_ctrl_auto_cluster() [all …]
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 180 unsigned ncontrols; member 584 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls); 617 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls,
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 870 for (i = 0; i < entity->ncontrols; ++i) { in __uvc_find_control() 1399 for (i = 0; i < entity->ncontrols; ++i) { in uvc_ctrl_commit_entity() 1744 for (i = 0; i < entity->ncontrols; ++i) { in uvc_xu_ctrl_query() 1860 for (i = 0; i < entity->ncontrols; ++i) { in uvc_ctrl_restore_values() 1980 for (i = 0; i < entity->ncontrols; ++i) { in uvc_ctrl_add_mapping() 2144 unsigned int bControlSize = 0, ncontrols; in uvc_ctrl_init_device() local 2162 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_device() 2163 if (ncontrols == 0) in uvc_ctrl_init_device() 2166 entity->controls = kcalloc(ncontrols, sizeof(*ctrl), in uvc_ctrl_init_device() 2170 entity->ncontrols = ncontrols; in uvc_ctrl_init_device() [all …]
|
D | uvcvideo.h | 303 unsigned int ncontrols; member
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | si4713.c | 1153 for (c = 1; !ret && c < ctrl->ncontrols; c++) { in si4713_s_ctrl()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 582 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls,
|