Home
last modified time | relevance | path

Searched refs:from_other_dev (Results 1 – 3 of 3) sorted by relevance

/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h67 bool from_other_dev, bool allocate_req);
Dv4l2-ctrls-core.c1081 bool from_other_dev, bool allocate_req) in handler_new_ref() argument
1111 new_ref->from_other_dev = from_other_dev; in handler_new_ref()
1551 bool from_other_dev) in v4l2_ctrl_add_handler() argument
1574 ret = handler_new_ref(hdl, ctrl, NULL, from_other_dev, false); in v4l2_ctrl_add_handler()
Dv4l2-ctrls-request.c73 if (ref->from_other_dev) in v4l2_ctrl_request_clone()