Searched refs:from_other_dev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-priv.h | 66 bool from_other_dev, bool allocate_req);
|
H A D | v4l2-ctrls-core.c | 1667 bool from_other_dev, bool allocate_req) in handler_new_ref() 1697 new_ref->from_other_dev = from_other_dev; in handler_new_ref() 2185 bool from_other_dev) in v4l2_ctrl_add_handler() 2208 ret = handler_new_ref(hdl, ctrl, NULL, from_other_dev, false); in v4l2_ctrl_add_handler() 1664 handler_new_ref(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl *ctrl, struct v4l2_ctrl_ref **ctrl_ref, bool from_other_dev, bool allocate_req) handler_new_ref() argument 2182 v4l2_ctrl_add_handler(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl_handler *add, bool (*filter)(const struct v4l2_ctrl *ctrl), bool from_other_dev) v4l2_ctrl_add_handler() argument
|
H A D | v4l2-ctrls-request.c | 73 if (ref->from_other_dev) in v4l2_ctrl_request_clone()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 299 * @from_other_dev: If true, then @ctrl was defined in another 324 bool from_other_dev; member 741 * @from_other_dev: If true, then the controls in @add were defined in another 753 bool from_other_dev);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ctrls.h | 319 * @from_other_dev: If true, then @ctrl was defined in another 354 bool from_other_dev; member 774 * @from_other_dev: If true, then the controls in @add were defined in another 786 bool from_other_dev);
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 2478 bool from_other_dev, bool allocate_req) in handler_new_ref() 2508 new_ref->from_other_dev = from_other_dev; in handler_new_ref() 2936 bool from_other_dev) in v4l2_ctrl_add_handler() 2959 ret = handler_new_ref(hdl, ctrl, NULL, from_other_dev, false); in v4l2_ctrl_add_handler() 3382 if (ref->from_other_dev) in v4l2_ctrl_request_clone() 2475 handler_new_ref(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl *ctrl, struct v4l2_ctrl_ref **ctrl_ref, bool from_other_dev, bool allocate_req) handler_new_ref() argument 2933 v4l2_ctrl_add_handler(struct v4l2_ctrl_handler *hdl, struct v4l2_ctrl_handler *add, bool (*filter)(const struct v4l2_ctrl *ctrl), bool from_other_dev) v4l2_ctrl_add_handler() argument
|
Completed in 14 milliseconds