Searched refs:have_tx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_zilog.c90 int have_tx; member in struct:IR
1152 if (ir->have_rx || ir->have_tx) {
1195 int have_rx = 0, have_tx = 0; local
1208 have_tx = 1;
1210 adap->name, have_tx ? "success" : "failed");
1221 if (!(have_rx || have_tx)) {
1227 have_rx && have_tx ? "RX and TX" :
1273 if (have_tx) {
1278 ir->have_tx = 1;
1307 if (have_tx) {
[all...]

Completed in 87 milliseconds