Home
last modified time | relevance | path

Searched refs:ncontrols (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-kirkwood.c402 .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),
Dpinctrl-orion.c183 .ncontrols = ARRAY_SIZE(orion_mpp_controls),
193 .ncontrols = ARRAY_SIZE(orion_mpp_controls),
203 .ncontrols = ARRAY_SIZE(orion_mpp_controls),
Dpinctrl-armada-xp.c460 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()
Dpinctrl-mvebu.h109 int ncontrols; member
Dpinctrl-mvebu.c584 for (n = 0; n < soc->ncontrols; n++) { in mvebu_pinctrl_probe()
630 for (n = 0; n < soc->ncontrols; n++) { in mvebu_pinctrl_probe()
Dpinctrl-armada-370.c409 soc->ncontrols = ARRAY_SIZE(mv88f6710_mpp_controls); in armada_370_pinctrl_probe()
Dpinctrl-armada-375.c427 soc->ncontrols = ARRAY_SIZE(mv88f6720_mpp_controls); in armada_375_pinctrl_probe()
Dpinctrl-armada-39x.c420 soc->ncontrols = ARRAY_SIZE(armada_39x_mpp_controls); in armada_39x_pinctrl_probe()
Dpinctrl-armada-38x.c438 soc->ncontrols = ARRAY_SIZE(armada_38x_mpp_controls); in armada_38x_pinctrl_probe()
Dpinctrl-dove.c744 .ncontrols = ARRAY_SIZE(dove_mpp_controls),
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1610 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/
Dv4l2-ctrls.h180 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/
Duvc_ctrl.c870 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 …]
Duvcvideo.h303 unsigned int ncontrols; member
/linux-4.4.14/drivers/media/radio/si4713/
Dsi4713.c1153 for (c = 1; !ret && c < ctrl->ncontrols; c++) { in si4713_s_ctrl()
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt582 void v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls,