/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_cmn_drv.h | 12 #include <media/v4l2-ctrls.h>
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 1252 FT_26D6_Vec ctrls[3]; in split_sdf_shape() local 1255 ctrls[0] = edge->start_pos; in split_sdf_shape() 1256 ctrls[1] = edge->control_a; in split_sdf_shape() 1257 ctrls[2] = edge->end_pos; in split_sdf_shape() 1259 error = split_sdf_conic( memory, ctrls, 32, &new_edges ); in split_sdf_shape() 1266 FT_26D6_Vec ctrls[4]; in split_sdf_shape() local 1269 ctrls[0] = edge->start_pos; in split_sdf_shape() 1270 ctrls[1] = edge->control_a; in split_sdf_shape() 1271 ctrls[2] = edge->control_b; in split_sdf_shape() 1272 ctrls[ in split_sdf_shape() [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 22 #include <media/v4l2-ctrls.h> 2232 struct v4l2_ext_controls ctrls; in v4l_g_ctrl() local 2244 ctrls.which = V4L2_CTRL_ID2WHICH(p->id); in v4l_g_ctrl() 2245 ctrls.count = 1; in v4l_g_ctrl() 2246 ctrls.controls = &ctrl; in v4l_g_ctrl() 2249 if (check_ext_ctrls(&ctrls, VIDIOC_G_CTRL)) { in v4l_g_ctrl() 2250 int ret = ops->vidioc_g_ext_ctrls(file, fh, &ctrls); in v4l_g_ctrl() 2266 struct v4l2_ext_controls ctrls; in v4l_s_ctrl() local 2279 ctrls.which = V4L2_CTRL_ID2WHICH(p->id); in v4l_s_ctrl() 2280 ctrls in v4l_s_ctrl() 3094 struct v4l2_ext_controls *ctrls = parg; check_array_args() local [all...] |
H A D | Makefile | 9 v4l2-event.o v4l2-ctrls.o v4l2-subdev.o v4l2-clk.o \
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 25 #include <media/v4l2-ctrls.h> 2268 struct v4l2_ext_controls ctrls; in v4l_g_ctrl() local 2280 ctrls.which = V4L2_CTRL_ID2WHICH(p->id); in v4l_g_ctrl() 2281 ctrls.count = 1; in v4l_g_ctrl() 2282 ctrls.controls = &ctrl; in v4l_g_ctrl() 2285 if (check_ext_ctrls(&ctrls, VIDIOC_G_CTRL)) { in v4l_g_ctrl() 2286 int ret = ops->vidioc_g_ext_ctrls(file, fh, &ctrls); in v4l_g_ctrl() 2302 struct v4l2_ext_controls ctrls; in v4l_s_ctrl() local 2315 ctrls.which = V4L2_CTRL_ID2WHICH(p->id); in v4l_s_ctrl() 2316 ctrls in v4l_s_ctrl() 3129 struct v4l2_ext_controls *ctrls = parg; check_array_args() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 772 struct v4l2_ext_controls *ctrls); 774 struct v4l2_ext_controls *ctrls) in uvc_ctrl_commit() 776 return __uvc_ctrl_commit(handle, 0, ctrls); in uvc_ctrl_commit() 786 const struct v4l2_ext_controls *ctrls, 773 uvc_ctrl_commit(struct uvc_fh *handle, struct v4l2_ext_controls *ctrls) uvc_ctrl_commit() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3.h | 16 #include <media/v4l2-ctrls.h> 405 struct s5c73m3_ctrls ctrls; member 443 ctrls.handler)->sensor_sd; in ctrl_to_sensor_sd()
|
/kernel/linux/linux-6.6/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3.h | 17 #include <media/v4l2-ctrls.h> 400 struct s5c73m3_ctrls ctrls; member 438 ctrls.handler)->sensor_sd; in ctrl_to_sensor_sd()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | core.c | 241 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_ns_changed() 257 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_send_ana_event() 306 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_port_del_ctrls() 576 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_enable() 604 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_enable() 625 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_disable() 1208 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_ctrl_find_get() 1403 list_add_tail(&ctrl->subsys_entry, &subsys->ctrls); in nvmet_alloc_ctrl() 1529 INIT_LIST_HEAD(&subsys->ctrls); in nvmet_subsys_alloc() 1555 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entr in nvmet_subsys_del_ctrls() [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | core.c | 247 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_ns_changed() 263 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_send_ana_event() 312 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_port_del_ctrls() 583 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_enable() 611 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_enable() 632 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_disable() 1250 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_ctrl_find_get() 1456 list_add_tail(&ctrl->subsys_entry, &subsys->ctrls); in nvmet_alloc_ctrl() 1602 INIT_LIST_HEAD(&subsys->ctrls); in nvmet_subsys_alloc() 1637 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entr in nvmet_subsys_del_ctrls() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
H A D | g2d.h | 11 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
H A D | rga.h | 11 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/ |
H A D | mtk_jpeg_core.h | 13 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.h | 43 struct v4l2_ctrl *ctrls[V4L2_CTRL_COUNT]; member
|
/kernel/linux/linux-5.10/drivers/media/usb/usbtv/ |
H A D | usbtv.h | 41 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-lens.c | 8 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/drivers/media/usb/usbtv/ |
H A D | usbtv.h | 41 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-vp9.h | 13 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.h | 43 struct v4l2_ctrl *ctrls[V4L2_CTRL_COUNT]; member
|
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d.h | 19 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.h | 11 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/ |
H A D | rga.h | 11 #include <media/v4l2-ctrls.h>
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda.h | 21 #include <media/v4l2-ctrls.h> 238 struct v4l2_ctrl_handler ctrls; member
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda.h | 22 #include <media/v4l2-ctrls.h> 247 struct v4l2_ctrl_handler ctrls; member
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-core.h | 22 #include <media/v4l2-ctrls.h> 217 } ctrls; member
|