Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/dvb/
Dfrontend.h234 SEC_MINI_A, enumerator
/Linux-v4.19/drivers/media/dvb-frontends/
Dgp8psk-fe.c264 cmd = (burst == SEC_MINI_A) ? 0x00 : 0x01; in gp8psk_fe_send_diseqc_burst()
Dtda8083.c216 case SEC_MINI_A: in tda8083_send_diseqc_burst()
Dstv0288.c186 if (stv0288_writeregI(state, 0x06, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0288_send_diseqc_burst()
Dcx24110.c391 if (burst == SEC_MINI_A) in cx24110_diseqc_send_burst()
Dsi21xx.c425 burst == SEC_MINI_A ? (val & ~0x10) : (val | 0x10))) in si21xx_send_diseqc_burst()
Dtda10086.c255 case SEC_MINI_A: in tda10086_send_burst()
Dstv0299.c322 if (stv0299_writeregI (state, 0x09, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0299_send_diseqc_burst()
Dds3000.c781 if (burst == SEC_MINI_A) in ds3000_diseqc_send_burst()
Dcx24123.c813 if (burst == SEC_MINI_A) in cx24123_diseqc_send_burst()
Dcx24116.c1064 if (burst == SEC_MINI_A) in cx24116_diseqc_send_burst()
Dtda10071.c330 case SEC_MINI_A: in tda10071_diseqc_send_burst()
Dm88ds3103.c1162 case SEC_MINI_A: in m88ds3103_diseqc_send_burst()
Dstb0899_drv.c806 case SEC_MINI_A: in stb0899_send_diseqc_burst()
Dcx24117.c1125 if (burst == SEC_MINI_A) in cx24117_diseqc_send_burst()
Dcxd2841er.c3659 (burst == SEC_MINI_A ? "A" : "B")); in cxd2841er_send_burst()
3666 data = (burst == SEC_MINI_A ? 0 : 1); in cxd2841er_send_burst()
Dmb86a16.c1559 case SEC_MINI_A: in mb86a16_send_diseqc_burst()
Dstv0910.c1698 if (burst == SEC_MINI_A) { in send_burst()
Dstv0900_core.c1756 case SEC_MINI_A: in stv0900_send_burst()
Dstv090x.c3850 if (burst == SEC_MINI_A) { in stv090x_send_diseqc_burst()
4996 stv090x_send_diseqc_burst(&state->frontend, SEC_MINI_A); in stv090x_attach()
/Linux-v4.19/Documentation/media/
Dfrontend.h.rst.exceptions95 ignore symbol SEC_MINI_A
/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c1513 case SEC_MINI_A: in dst_send_burst()