Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dfe-set-tone.rst7 ioctl FE_SET_TONE
13 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
18 .. c:macro:: FE_SET_TONE
20 ``int ioctl(int fd, FE_SET_TONE, enum fe_sec_tone_mode tone)``
/linux-6.12.1/include/uapi/linux/dvb/
Dfrontend.h944 #define FE_SET_TONE _IO('o', 66) /* fe_sec_tone_mode_t */ macro
/linux-6.12.1/drivers/media/dvb-core/
Ddvb_frontend.c1950 r = dvb_frontend_handle_ioctl(file, FE_SET_TONE, in dtv_property_process_set()
2581 case FE_SET_TONE: in dvb_frontend_handle_ioctl()