Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-set-frontend.rst7 FE_SET_FRONTEND title
15 FE_SET_FRONTEND
20 .. c:macro:: FE_SET_FRONTEND
22 ``int ioctl(int fd, FE_SET_FRONTEND, struct dvb_frontend_parameters *p)``
41 FrontendEvent.) If a new :ref:`FE_SET_FRONTEND`
H A Dfe_property_parameters.rst30 tunerequest so we can pass validation in the ``FE_SET_FRONTEND`` ioctl.
/openbmc/linux/include/uapi/linux/dvb/
H A Dfrontend.h1055 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters) macro
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c2726 case FE_SET_FRONTEND: in dvb_frontend_handle_ioctl()