Home
last modified time | relevance | path

Searched refs:NO_STREAM_ID_FILTER (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c275 if (p->stream_id != NO_STREAM_ID_FILTER && p->stream_id != 0x80000000) in start()
288 (p->stream_id != NO_STREAM_ID_FILTER) ? p->stream_id : 0; in start()
360 if (isi != NO_STREAM_ID_FILTER) in set_parameters()
/linux/include/uapi/linux/dvb/
H A Dfrontend.h785 #define NO_STREAM_ID_FILTER (~0U) macro
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend.h.rst.exceptions40 replace define NO_STREAM_ID_FILTER dtv-stream-id
H A Dfe_property_parameters.rst936 To disable it, you should use the special macro NO_STREAM_ID_FILTER.
/linux/drivers/media/dvb-frontends/
H A Dmn88472.c372 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88472_set_frontend()
H A Dmn88473.c220 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88473_set_frontend()
H A Dsi2168.c312 cmd.args[2] = c->stream_id == NO_STREAM_ID_FILTER ? 0 : 1; in si2168_set_frontend()
H A Dstv0910.c887 if (isi == NO_STREAM_ID_FILTER) in set_isi()
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1045 c->stream_id = NO_STREAM_ID_FILTER; in dvb_frontend_clear_cache()