/Linux-v4.19/drivers/parport/ |
D | daisy.c | 42 int daisy; member 56 static void add_dev(int devnum, struct parport *port, int daisy) in add_dev() argument 62 newdev->daisy = daisy; in add_dev() 218 int daisy; in parport_open() local 229 daisy = p->daisy; in parport_open() 238 dev->daisy = daisy; in parport_open() 241 if (daisy >= 0) { in parport_open() 244 selected = port->daisy; in parport_open() 247 if (selected != daisy) { in parport_open() 353 int parport_daisy_select(struct parport *port, int daisy, int mode) in parport_daisy_select() argument [all …]
|
D | share.c | 454 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port() 750 tmp->daisy = -1; in parport_register_device() 880 par_dev->daisy = -1; in parport_register_dev_model() 1176 if (dev->daisy >= 0) { in parport_claim() 1178 if (!parport_daisy_select(port, dev->daisy, in parport_claim() 1180 port->daisy = dev->daisy; in parport_claim() 1314 if (dev->daisy >= 0) { in parport_release() 1316 port->daisy = -1; in parport_release()
|
D | Makefile | 9 parport-objs += daisy.o probe.o
|
D | probe.c | 277 parse_data (dev->port, dev->daisy, buffer+2); in parport_device_id()
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | common-properties.txt | 69 Many serially-attached GPIO and IIO devices are daisy-chainable. To the 70 host controller, a daisy-chain appears as a single device, but the number 73 daisy-chain comprises to determine the amount of data exchanged, how many 77 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1). 85 #daisy-chained-devices = <3>;
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-max3191x.txt | 16 - #daisy-chained-devices: 17 Number of chips in the daisy-chain (default is 1). 19 The number of GPIOs must equal "#daisy-chained-devices" 23 The number of GPIOs must equal "#daisy-chained-devices" 26 The number of GPIOs must equal "#daisy-chained-devices"
|
D | gpio-74x164.txt | 13 - registers-number: Number of daisy-chained shift registers
|
/Linux-v4.19/Documentation/x86/i386/ |
D | IO-APIC.txt | 45 PCI slot position. Usually PCI slots are 'daisy chained' before they are 72 depends on which slot they are in. If you look at the daisy chaining diagram, 78 do not use interrupts normally, thus they are not daisy chained either. 91 board does not do default daisy-chaining. (or the IO-APIC has the PIRQ pins
|
/Linux-v4.19/include/linux/ |
D | parport.h | 141 int daisy; member 221 int daisy; /* currently selected daisy addr */ member 469 extern int parport_daisy_select (struct parport *port, int daisy, int mode);
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx7d-pinctrl.txt | 8 iomuxc controller for daisy chain settings, the fsl,input-sel property extends 39 daisy chain settings.
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-parport-light | 9 and the impossibility to daisy-chain other parallel port devices.
|
/Linux-v4.19/Documentation/driver-api/ |
D | miscellaneous.rst | 13 .. kernel-doc:: drivers/parport/daisy.c
|
/Linux-v4.19/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-v4.19/net/wireless/ |
D | Kconfig | 150 capabilities. However, note that in order to not create daisy chain
|
/Linux-v4.19/Documentation/ |
D | parport-lowlevel.txt | 977 int *daisy); 983 (port, multiplexor, daisy chain address). 989 ``*daisy``).
|
/Linux-v4.19/Documentation/admin-guide/ |
D | parport.rst | 188 daisy-chain devices that conform to IEEE 1284.3.
|
/Linux-v4.19/Documentation/spi/ |
D | spi-summary | 43 - Sometimes SPI is used to daisy-chain devices, like shift registers.
|
/Linux-v4.19/drivers/gpio/ |
D | Kconfig | 1343 MAX31953 and MAX31963 industrial serializer, a daisy-chainable
|
/Linux-v4.19/drivers/i2c/busses/ |
D | Kconfig | 1187 daisy-chain other parallel port devices.
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 1429 One of these paths can be daisy chained to up to 8 control units.
|