Home
last modified time | relevance | path

Searched refs:dvb_frontend_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-get-info.rst26 .. c:function:: int ioctl( int fd, FE_GET_INFO, struct dvb_frontend_info *argp )
38 :c:type:`dvb_frontend_info`
47 takes a pointer to dvb_frontend_info which is filled by the driver.
Dfe-type-t.rst86 In the old days, struct :c:type:`dvb_frontend_info`
95 :c:type:`dvb_frontend_info`::``fe_type_t`` is
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h146 struct dvb_frontend_info { struct
888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_frontend.c2439 struct dvb_frontend_info *info = parg; in dvb_frontend_handle_ioctl()