Home
last modified time | relevance | path

Searched refs:daisy (Results 1 – 24 of 24) sorted by relevance

/linux-6.3-rc2/drivers/parport/
A Ddaisy.c36 int daisy; member
57 newdev->daisy = daisy; in add_dev()
247 int daisy; in parport_open() local
259 daisy = p->daisy; in parport_open()
268 dev->daisy = daisy; in parport_open()
271 if (daisy >= 0) { in parport_open()
431 unsigned char daisy; in assign_addrs() local
466 for (daisy = 0; in assign_addrs()
469 && daisy < 4; in assign_addrs()
470 ++daisy) { in assign_addrs()
[all …]
A Dshare.c452 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port()
747 par_dev->daisy = -1; in parport_register_dev_model()
1040 if (dev->daisy >= 0) { in parport_claim()
1042 if (!parport_daisy_select(port, dev->daisy, in parport_claim()
1044 port->daisy = dev->daisy; in parport_claim()
1179 if (dev->daisy >= 0) { in parport_release()
1181 port->daisy = -1; in parport_release()
A DMakefile9 parport-objs += daisy.o probe.o
A Dprobe.c268 parse_data (dev->port, dev->daisy, buffer+2); in parport_device_id()
/linux-6.3-rc2/Documentation/devicetree/bindings/
A Dcommon-properties.txt68 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-6.3-rc2/Documentation/devicetree/bindings/gpio/
A Dgpio-max3191x.txt16 - #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 Dfairchild,74hc595.yaml30 description: Number of daisy-chained shift registers
/linux-6.3-rc2/Documentation/x86/i386/
A DIO-APIC.rst51 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-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad7280a.yaml16 Multiple chips can be daisy chained and accessed via a single SPI interface.
36 last device in the daisy chain.
/linux-6.3-rc2/include/linux/
A Dparport.h136 int daisy; member
216 int daisy; /* currently selected daisy addr */ member
498 extern int parport_daisy_select (struct parport *port, int daisy, int mode);
/linux-6.3-rc2/Documentation/driver-api/
A Dmiscellaneous.rst13 .. kernel-doc:: drivers/parport/daisy.c
A Dparport-lowlevel.rst977 int *daisy);
983 (port, multiplexor, daisy chain address).
989 ``*daisy``).
/linux-6.3-rc2/Documentation/networking/
A D6pack.rst36 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 Darcnet-hardware.rst216 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-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dfsl,imx7d-pinctrl.yaml29 register for daisy chain settings.
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dtlv320adcx140.yaml95 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-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8953-xiaomi-daisy.dts17 compatible = "xiaomi,daisy", "qcom,msm8953";
A DMakefile32 dtb-$(CONFIG_ARCH_QCOM) += msm8953-xiaomi-daisy.dtb
/linux-6.3-rc2/net/wireless/
A DKconfig152 capabilities. However, note that in order to not create daisy chain
/linux-6.3-rc2/Documentation/admin-guide/
A Dparport.rst188 daisy-chain devices that conform to IEEE 1284.3.
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Dqcom.yaml239 - xiaomi,daisy
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-mlxreg-io433 upgrade through the JTAG daisy-chain.
/linux-6.3-rc2/Documentation/spi/
A Dspi-summary.rst44 - Sometimes SPI is used to daisy-chain devices, like shift registers.
/linux-6.3-rc2/drivers/gpio/
A DKconfig1607 MAX31953 and MAX31963 industrial serializer, a daisy-chainable

Completed in 45 milliseconds