Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/dvb/
H A Dfrontend.h593 #define DTV_MAX_COMMAND DTV_SCRAMBLING_SEQUENCE_INDEX macro
/openbmc/linux/Documentation/userspace-api/media/
H A Dfrontend.h.rst.exceptions26 ignore define DTV_MAX_COMMAND
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1085 static char *dtv_cmds[DTV_MAX_COMMAND + 1] = {
1169 cmd = array_index_nospec(cmd, DTV_MAX_COMMAND); in dtv_cmd_name()
1895 if (!cmd || cmd > DTV_MAX_COMMAND) in dtv_property_process_set()