/linux/drivers/parport/ |
H A D | daisy.c | 36 int daisy; member 51 static void add_dev(int devnum, struct parport *port, int daisy) in add_dev() argument 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() 273 selected = port->daisy; in parport_open() 276 if (selected != daisy) { in parport_open() 380 int parport_daisy_select(struct parport *port, int daisy, int mode) in parport_daisy_select() argument [all …]
|
H 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()
|
H A D | Makefile | 9 parport-objs += daisy.o probe.o
|
H A D | probe.c | 268 parse_data (dev->port, dev->daisy, buffer+2); in parport_device_id()
|
/linux/Documentation/devicetree/bindings/ |
H 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/ |
H 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"
|
/linux/Documentation/arch/x86/i386/ |
H 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/include/linux/ |
H 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/ |
H A D | miscellaneous.rst | 13 .. kernel-doc:: drivers/parport/daisy.c
|
H A D | parport-lowlevel.rst | 977 int *daisy); 983 (port, multiplexor, daisy chain address). 989 ``*daisy``).
|
/linux/Documentation/networking/ |
H 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.
|
H 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/arch/arm64/boot/dts/ti/ |
H 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/ |
H A D | leds-blinkm.rst | 10 daisy-chain up to 127 BlinkMs on an I2C bus.
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8953-xiaomi-daisy.dts | 17 compatible = "xiaomi,daisy", "qcom,msm8953";
|
/linux/Documentation/admin-guide/ |
H A D | parport.rst | 188 daisy-chain devices that conform to IEEE 1284.3.
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-mlxreg-io | 433 upgrade through the JTAG daisy-chain.
|
/linux/Documentation/spi/ |
H A D | spi-summary.rst | 44 - Sometimes SPI is used to daisy-chain devices, like shift registers.
|
/linux/drivers/gpio/ |
H A D | Kconfig | 1805 MAX31953 and MAX31963 industrial serializer, a daisy-chainable
|