Lines Matching refs:duplex
40 The model option "duplex=1" enables duplex operation to the port.
41 In duplex mode, a pair of ports are created instead of single port,
44 In duplex mode, each port has DUPLEX capability.
55 static bool duplex;
59 module_param(duplex, bool, 0444);
60 MODULE_PARM_DESC(duplex, "create DUPLEX ports");
71 int duplex;
94 if (p->duplex)
126 rec->duplex = duplex;
130 if (duplex)
137 if (duplex)
206 if (duplex) {