Lines Matching refs:code
4 The ``parport`` code provides parallel-port support under Linux. This
8 You can pass parameters to the ``parport`` code to override its automatic
15 The ``parport`` code is split into two parts: generic (which deals with
23 If you load the `parport`` code as a module, say::
27 to load the generic ``parport`` code. You then must load the
28 architecture-dependent code with (for example)::
32 to tell the ``parport`` code that you want three PC-style ports, one at
76 If you compile the ``parport`` code into the kernel, then you can use
209 Once the parport code is initialised, you can attach device drivers to
250 several code paths:
258 code path is being used. (They could be a lot better actually..)
263 To turn off the 'protocol in hardware' code paths, disable
270 because this is the simplest code path.