Thanks to some discussions I had with Honza, I got some ideas about how to document the last three undocumented ioctls from ca.h, together with the two data structures.
With this series (and the previous one), everything at CA, Net, Demux and DVBv5 Frontend DVB APIs are now documented. That's IMHO a very good reason to celebrate! Yay! Please notice that are still gaps at the DVB API documentation, but those are related to legacy stuff that aren't touched for ages (DVBv3 frontend API, audio.h, osd.h and video.h). The legacy DVBv3 frontend API was completely replaced by DVBv5 API. The other ones are used only by a single driver (av7110). Mauro Carvalho Chehab (2): media: ca docs: document CA_SET_DESCR ioctl and structs media: ca.h: document ca_msg and the corresponding ioctls Documentation/media/uapi/dvb/ca-get-msg.rst | 19 ++++++------------- Documentation/media/uapi/dvb/ca-send-msg.rst | 6 +++++- Documentation/media/uapi/dvb/ca-set-descr.rst | 15 ++------------- include/uapi/linux/dvb/ca.h | 20 ++++++++++++++++++-- 4 files changed, 31 insertions(+), 29 deletions(-) -- 2.13.5