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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dmcs7780.c99 static int transceiver_type = MCS_TSC_VISHAY; variable
100 module_param(transceiver_type, int, 0444);
101 MODULE_PARM_DESC(transceiver_type, "IR transceiver type, see mcs7780.h.");
268 switch (mcs->transceiver_type) {
283 mcs->transceiver_type);
292 if (mcs->transceiver_type != MCS_TSC_SHARP) {
626 switch (mcs->transceiver_type) {
642 mcs->transceiver_type);
956 mcs->transceiver_type = transceiver_type;
[all...]
H A Dmcs7780.h130 int transceiver_type; member in struct:mcs_cb

Completed in 51 milliseconds