v4l2 drivers support select

Not sure if this is the right place to ask this, and please redirect me if it’s not.

Do the v4l device nodes (nvhost-vic, nvhost-msenc) support the select(2) and poll(2) libc calls?

thanks.

You can check the …/kernel/kernel-4.4/drivers/media/platform/tegra/camera/.
The poll was implement but select didn’t.