Home
last modified time | relevance | path

Searched refs:SEC_MINI_A (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/include/uapi/linux/dvb/
H A Dfrontend.h219 SEC_MINI_A, enumerator
/openbmc/linux/drivers/media/dvb-frontends/
H A Dgp8psk-fe.c261 cmd = (burst == SEC_MINI_A) ? 0x00 : 0x01; in gp8psk_fe_send_diseqc_burst()
H A Dtda8083.c204 case SEC_MINI_A: in tda8083_send_diseqc_burst()
H A Dstv0288.c174 if (stv0288_writeregI(state, 0x06, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0288_send_diseqc_burst()
H A Dcx24110.c378 if (burst == SEC_MINI_A) in cx24110_diseqc_send_burst()
H A Dsi21xx.c420 burst == SEC_MINI_A ? (val & ~0x10) : (val | 0x10))) in si21xx_send_diseqc_burst()
H A Dstv0299.c311 if (stv0299_writeregI (state, 0x09, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0299_send_diseqc_burst()
H A Dtda10086.c242 case SEC_MINI_A: in tda10086_send_burst()
H A Dds3000.c769 if (burst == SEC_MINI_A) in ds3000_diseqc_send_burst()
H A Dcx24123.c804 if (burst == SEC_MINI_A) in cx24123_diseqc_send_burst()
H A Dtda10071.c317 case SEC_MINI_A: in tda10071_diseqc_send_burst()
H A Dcx24116.c1052 if (burst == SEC_MINI_A) in cx24116_diseqc_send_burst()
H A Dstb0899_drv.c794 case SEC_MINI_A: in stb0899_send_diseqc_burst()
H A Dcx24117.c1115 if (burst == SEC_MINI_A) in cx24117_diseqc_send_burst()
H A Dcxd2841er.c3660 (burst == SEC_MINI_A ? "A" : "B")); in cxd2841er_send_burst()
3667 data = (burst == SEC_MINI_A ? 0 : 1); in cxd2841er_send_burst()
H A Dstv0910.c1690 if (burst == SEC_MINI_A) { in send_burst()
H A Dmb86a16.c1549 case SEC_MINI_A: in mb86a16_send_diseqc_burst()
H A Dm88ds3103.c1563 case SEC_MINI_A: in m88ds3103_diseqc_send_burst()
H A Dstv0900_core.c1746 case SEC_MINI_A: in stv0900_send_burst()
H A Dstv090x.c3838 if (burst == SEC_MINI_A) { in stv090x_send_diseqc_burst()
4933 stv090x_send_diseqc_burst(&state->frontend, SEC_MINI_A); in stv090x_setup_compound()
/openbmc/linux/Documentation/userspace-api/media/
H A Dfrontend.h.rst.exceptions104 ignore symbol SEC_MINI_A
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c1502 case SEC_MINI_A: in dst_send_burst()