Re: [PATCHv17 15/34] v4l2-ctrls: support g/s_ext_ctrls for requests

2018-08-13 Thread Mauro Carvalho Chehab
Em Sat, 4 Aug 2018 14:45:07 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > The v4l2_g/s_ext_ctrls functions now support control handlers that > represent requests. > > The v4l2_ctrls_find_req_obj() function is responsible for finding the > request from the fd. > > Signed-off-by: Hans

[PATCHv17 15/34] v4l2-ctrls: support g/s_ext_ctrls for requests

2018-08-04 Thread Hans Verkuil
From: Hans Verkuil The v4l2_g/s_ext_ctrls functions now support control handlers that represent requests. The v4l2_ctrls_find_req_obj() function is responsible for finding the request from the fd. Signed-off-by: Hans Verkuil --- drivers/media/platform/omap3isp/ispvideo.c | 2 +- drivers/med