Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-set-frontend.rst6 FE_SET_FRONTEND chapter
14 FE_SET_FRONTEND
20 .. c:function:: int ioctl(int fd, FE_SET_FRONTEND, struct dvb_frontend_parameters *p)
21 :name: FE_SET_FRONTEND
42 FrontendEvent.) If a new :ref:`FE_SET_FRONTEND`
Dfe_property_parameters.rst30 tunerequest so we can pass validation in the ``FE_SET_FRONTEND`` ioctl.
/Linux-v4.19/include/uapi/linux/dvb/
Dfrontend.h1006 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters) macro
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c2666 case FE_SET_FRONTEND: in dvb_frontend_handle_ioctl()