Re: [PATCHv17 14/34] v4l2-ctrls: add core request support

2018-08-14 Thread Mauro Carvalho Chehab
Em Tue, 14 Aug 2018 10:34:47 +0200 Hans Verkuil escreveu: > >> +void v4l2_ctrl_request_setup(struct media_request *req, > >> + struct v4l2_ctrl_handler *main_hdl) > >> +{ > >> + struct media_request_object *obj; > >> + struct v4l2_ctrl_handler *hdl; > >> + struct

Re: [PATCHv17 14/34] v4l2-ctrls: add core request support

2018-08-14 Thread Hans Verkuil
On 13/08/18 12:55, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:06 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Integrate the request support. This adds the v4l2_ctrl_request_complete >> and v4l2_ctrl_request_setup functions to complete a request and (as a >> helper

Re: [PATCHv17 14/34] v4l2-ctrls: add core request support

2018-08-13 Thread Mauro Carvalho Chehab
Em Sat, 4 Aug 2018 14:45:06 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Integrate the request support. This adds the v4l2_ctrl_request_complete > and v4l2_ctrl_request_setup functions to complete a request and (as a > helper function) to apply a request to the hardware. > > It

[PATCHv17 14/34] v4l2-ctrls: add core request support

2018-08-04 Thread Hans Verkuil
From: Hans Verkuil Integrate the request support. This adds the v4l2_ctrl_request_complete and v4l2_ctrl_request_setup functions to complete a request and (as a helper function) to apply a request to the hardware. It takes care of queuing requests and correctly chaining control values in the