Searched refs:daisy (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/parport/ |
D | daisy.c | 37 int daisy; member 50 static void add_dev (int devnum, struct parport *port, int daisy) in add_dev() argument 56 newdev->daisy = daisy; in add_dev() 225 dev->daisy = daisynum; in parport_open() 231 selected = port->daisy; in parport_open() 234 if (selected != port->daisy) { in parport_open() 269 int parport_device_num (int parport, int mux, int daisy) in parport_device_num() argument 274 dev->port->muxport != mux && dev->daisy != daisy) in parport_device_num() 308 int parport_device_coords (int devnum, int *parport, int *mux, int *daisy) in parport_device_coords() argument 320 if (daisy) *daisy = dev->daisy; in parport_device_coords() [all …]
|
D | share.c | 417 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port() 685 tmp->daisy = -1; in parport_register_device() 946 if (dev->daisy >= 0) { in parport_claim() 948 if (!parport_daisy_select (port, dev->daisy, in parport_claim() 950 port->daisy = dev->daisy; in parport_claim() 1072 if (dev->daisy >= 0) { in parport_release() 1074 port->daisy = -1; in parport_release()
|
D | ChangeLog | 34 * daisy.c: Apply patch from Max Vorobiev to make parport_daisy_select 117 * daisy.c (DEBUG): Undefine. 373 * daisy.c (add_dev): kmalloc args are in wrong order. 417 * daisy.c: License block comments as part of parportbook. 469 * daisy.c (assign_addrs): Avoid double-probing daisy-chain devices 495 * daisy.c: Short function descriptions can't be multiline. 508 * daisy.c (assign_addrs): Turn on data line drivers. 518 * daisy.c: Documentation in kernel-doc format.
|
D | Makefile | 20 parport-objs += daisy.o probe.o
|
D | probe.c | 209 parse_data (dev->port, dev->daisy, buffer); in parport_device_id()
|
D | procfs.c | 447 device->daisy) in parport_device_proc_register()
|
/linux-2.4.37.9/include/linux/ |
D | parport.h | 221 int daisy; member 292 int daisy; /* currently selected daisy addr */ member 508 extern int parport_device_num (int parport, int mux, int daisy); 510 int *daisy); 512 extern int parport_daisy_select (struct parport *port, int daisy, int mode);
|
/linux-2.4.37.9/Documentation/i386/ |
D | IO-APIC.txt | 43 PCI slot position. Usually PCI slots are 'daisy chained' before they are 70 depends on which slot they are in. If you look at the daisy chaining diagram, 76 do not use interrupts normally, thus they are not daisy chained either. 89 board does not do default daisy-chaining. (or the IO-APIC has the PIRQ pins
|
/linux-2.4.37.9/Documentation/networking/ |
D | 6pack.txt | 27 TNCs that are connected between each other and the PC by a daisy chain 159 The 6pack protocol supports daisy-chaining of TNCs in a token ring, which is 162 the opportunity to build a TNC daisy-chain and test it.
|
D | arcnet-hardware.txt | 206 then daisy-chained together using a cable connecting every two neighboring 561 It can be used in a star or a daisy-chained network. 770 It can be used in a star or a daisy-chained (BUS) network. 2087 RJ Twisted Pair Connector (daisy chain)
|
/linux-2.4.37.9/Documentation/ |
D | parport-lowlevel.txt | 799 int parport_device_num (int parport, int mux, int daisy); 803 Convert between device coordinates (port, multiplexor, daisy chain 822 int *daisy); 827 (port, multiplexor, daisy chain address). 832 *daisy).
|
D | parport.txt | 173 daisy-chain devices that conform to IEEE 1284.3.
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 1768 One of these paths can be daisy chained to up to 8 control units.
|