| /linux/drivers/parport/ |
| A D | daisy.c | 36 int daisy; member 57 newdev->daisy = daisy; in add_dev() 246 int daisy; in parport_open() local 258 daisy = p->daisy; in parport_open() 267 dev->daisy = daisy; in parport_open() 270 if (daisy >= 0) { in parport_open() 430 unsigned char daisy; in assign_addrs() local 465 for (daisy = 0; in assign_addrs() 468 && daisy < 4; in assign_addrs() 469 ++daisy) { in assign_addrs() [all …]
|
| A D | share.c | 441 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port() 726 par_dev->daisy = -1; in parport_register_dev_model() 1019 if (dev->daisy >= 0) { in parport_claim() 1021 if (!parport_daisy_select(port, dev->daisy, in parport_claim() 1023 port->daisy = dev->daisy; in parport_claim() 1158 if (dev->daisy >= 0) { in parport_release() 1160 port->daisy = -1; in parport_release()
|
| A D | Makefile | 9 parport-objs += daisy.o probe.o
|
| A D | probe.c | 268 parse_data (dev->port, dev->daisy, buffer+2); in parport_device_id()
|
| /linux/Documentation/devicetree/bindings/ |
| A D | common-properties.txt | 68 Many serially-attached GPIO and IIO devices are daisy-chainable. To the 69 host controller, a daisy-chain appears as a single device, but the number 72 daisy-chain comprises to determine the amount of data exchanged, how many 76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1). 84 #daisy-chained-devices = <3>;
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| A 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"
|
| A D | fairchild,74hc595.yaml | 30 description: Number of daisy-chained shift registers
|
| /linux/Documentation/arch/x86/i386/ |
| A D | IO-APIC.rst | 51 PCI slot position. Usually PCI slots are 'daisy chained' before they are 78 depends on which slot they are in. If you look at the daisy chaining diagram, 84 do not use interrupts normally, thus they are not daisy chained either. 97 board does not do default daisy-chaining. (or the IO-APIC has the PIRQ pins
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| A D | adi,ad7280a.yaml | 16 Multiple chips can be daisy chained and accessed via a single SPI interface. 36 last device in the daisy chain.
|
| A D | adi,ad7944.yaml | 68 '#daisy-chained-devices': true 175 - '#daisy-chained-devices' 178 '#daisy-chained-devices': false
|
| A D | adi,ad4000.yaml | 83 '#daisy-chained-devices': true 146 - '#daisy-chained-devices'
|
| /linux/include/linux/ |
| A D | parport.h | 136 int daisy; member 216 int daisy; /* currently selected daisy addr */ member 492 extern int parport_daisy_select (struct parport *port, int daisy, int mode);
|
| /linux/Documentation/driver-api/ |
| A D | miscellaneous.rst | 13 .. kernel-doc:: drivers/parport/daisy.c
|
| A D | parport-lowlevel.rst | 977 int *daisy); 983 (port, multiplexor, daisy chain address). 989 ``*daisy``).
|
| /linux/Documentation/networking/ |
| A D | 6pack.rst | 36 TNCs that are connected between each other and the PC by a daisy chain 175 The 6pack protocol supports daisy-chaining of TNCs in a token ring, which is 178 the opportunity to build a TNC daisy-chain and test it.
|
| A D | arcnet-hardware.rst | 216 then daisy-chained together using a cable connecting every two neighboring 588 It can be used in a star or a daisy-chained network. 796 It can be used in a star or a daisy-chained (BUS) network. 2149 RJ Twisted Pair Connector (daisy chain)
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | fsl,imx7d-pinctrl.yaml | 29 register for daisy chain settings.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | ti,tlv320adcx140.yaml | 95 3 - GPIX is configured as an ASI input for daisy-chain (SDIN) 129 11 - GPIO1 is configured as an ASI input for daisy-chain (SDIN)
|
| /linux/arch/arm64/boot/dts/ti/ |
| A D | k3-am642-sr-som.dtsi | 202 * Disable HW Reset because clock signal is daisy-chained 236 * Disable HW Reset because clock signal is daisy-chained 257 * Disable HW Reset because clock signal is daisy-chained
|
| /linux/Documentation/leds/ |
| A D | leds-blinkm.rst | 10 daisy-chain up to 127 BlinkMs on an I2C bus.
|
| /linux/Documentation/iio/ |
| A D | ad7944.rst | 89 ``"chain"``, add the ``spi-cs-high`` flag, add the ``#daisy-chained-devices``
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | msm8953-xiaomi-daisy.dts | 17 compatible = "xiaomi,daisy", "qcom,msm8953";
|
| A D | Makefile | 70 dtb-$(CONFIG_ARCH_QCOM) += msm8953-xiaomi-daisy.dtb
|
| /linux/net/wireless/ |
| A D | Kconfig | 152 capabilities. However, note that in order to not create daisy chain
|
| /linux/Documentation/admin-guide/ |
| A D | parport.rst | 188 daisy-chain devices that conform to IEEE 1284.3.
|