Home
last modified time | relevance | path

Searched refs:RF_ENT (Results 1 – 5 of 5) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dx10aux.c1086 type = (buff[0] & 0x02) ? RF_ENT : RF_STD; in aux_w800()
1152 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM32 ) { in aux_w800()
1195 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM32 ) { in aux_w800()
1549 *type = (buff[0] & 0x02) ? RF_ENT : RF_STD; in aux_rfxcomvl()
1617 else if ( *type == RF_SEC || *type == RF_ENT || *type == RF_XJAM ) { in aux_rfxcomvl()
1689 else if ( *type == RF_SEC || *type == RF_ENT || *type == RF_XJAM ) { in aux_rfxcomvl()
1991 type = (buff[0] & 0x02) ? RF_ENT : RF_STD; in aux_rfxcomvl()
2067 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM ) { in aux_rfxcomvl()
2139 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM ) { in aux_rfxcomvl()
2278 type = (buff[2] & 0x02) ? RF_ENT : RF_STD; in aux_mr26a()
H A Dprocess.h284 #define RF_ENT 1 /* Entertainment X10 RF */ macro
H A Dmodules.c2345 aliasp[aliasindex].vtype = RF_ENT; in opt_ux17a()
2367 aliasp[aliasindex].vtype = RF_ENT; in opt_ur81a()
2406 aliasp[aliasindex].vtype = RF_ENT; in opt_guru()
H A Dx10state.c6002 if ( vtype == RF_SEC || vtype == RF_ENT || vtype == RF_VISONIC ) { in translate_virtual()
6082 else if ( vtype == RF_ENT && aliasp[index].nident == 1 ) { in translate_virtual()
6086 else if ( vtype == RF_ENT ) { in translate_virtual()
H A Dconfig.c3596 if ( verify_unique_ids(RF_ENT) != 0 || in finalize_config()