Re: [PATCHv17 11/34] v4l2-ctrls: prepare internal structs for request API

2018-08-10 Thread Hans Verkuil
On 08/09/2018 10:16 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:03 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Embed and initialize a media_request_object in struct v4l2_ctrl_handler. >> >> Add a p_req field to struct v4l2_ctrl_ref that will store the >> request

Re: [PATCHv17 11/34] v4l2-ctrls: prepare internal structs for request API

2018-08-09 Thread Mauro Carvalho Chehab
Em Sat, 4 Aug 2018 14:45:03 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Embed and initialize a media_request_object in struct v4l2_ctrl_handler. > > Add a p_req field to struct v4l2_ctrl_ref that will store the > request value. > > Signed-off-by: Hans Verkuil > Signed-off-by: Alex

[PATCHv17 11/34] v4l2-ctrls: prepare internal structs for request API

2018-08-04 Thread Hans Verkuil
From: Hans Verkuil Embed and initialize a media_request_object in struct v4l2_ctrl_handler. Add a p_req field to struct v4l2_ctrl_ref that will store the request value. Signed-off-by: Hans Verkuil Signed-off-by: Alexandre Courbot --- drivers/media/v4l2-core/v4l2-ctrls.c | 1 + include/media