Home
last modified time | relevance | path

Searched refs:FE_SET_TONE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-set-tone.rst13 ioctl FE_SET_TONE
19 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
25 .. c:function:: int ioctl( int fd, FE_SET_TONE, enum fe_sec_tone_mode tone )
26 :name: FE_SET_TONE
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h895 #define FE_SET_TONE _IO('o', 66) /* fe_sec_tone_mode_t */ macro
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_frontend.c1875 r = dvb_frontend_handle_ioctl(file, FE_SET_TONE, in dtv_property_process_set()
2540 case FE_SET_TONE: in dvb_frontend_handle_ioctl()