/Linux-v5.10/drivers/net/mdio/ |
D | Kconfig | 47 This module provides a driver for the MDIO busses found in the 78 This module provides a driver for the MDIO busses found in the 85 This module provides a driver for the Broadcom UniMAC MDIO busses. 98 Supports GPIO lib-based MDIO busses. 107 This module provides a driver for the MDIO busses found in the 188 multiplexers which connect one of several child MDIO busses 189 to a parent bus. Switching between child busses is done by 221 several child MDIO busses to a parent bus. Child bus 232 bus multiplexer connects one of several child MDIO busses to 243 The multiplexer connects one of several child MDIO busses to a
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.txt | 3 An i2c bus multiplexer/switch will have several child busses that are 16 of both i2c child busses and other child nodes, the 'i2c-mux' subnode 17 can be used for populating the i2c child busses. If an 'i2c-mux' 19 child busses.
|
D | i2c-fsi.txt | 1 Device-tree bindings for FSI-attached I2C master and busses 11 - child nodes : Nodes to describe busses off the I2C
|
D | i2c.txt | 1 Generic device tree bindings for I2C busses 5 busses and their child devices in a device tree.
|
/Linux-v5.10/drivers/i2c/muxes/ |
D | Kconfig | 28 I2C busses connected through a MUX, which is controlled 41 I2C busses connected through a MUX, which in turn is controlled 96 I2C busses connected through a MUX, which is controlled 116 I2C busses connected through a MUX, which is controlled
|
/Linux-v5.10/Documentation/devicetree/bindings/w1/ |
D | w1.txt | 1 Generic devicetree bindings for onewire (w1) busses 4 Onewire busses are described through nodes of their master bus controller.
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-amd-mp2-pci.c | 218 i2c_common = privdata->busses[bus_id]; in amd_mp2_irq_isr() 262 if (privdata->busses[i2c_common->bus_id]) { in amd_mp2_register_cb() 268 privdata->busses[i2c_common->bus_id] = i2c_common; in amd_mp2_register_cb() 278 privdata->busses[i2c_common->bus_id] = NULL; in amd_mp2_unregister_cb() 393 i2c_common = privdata->busses[bus_id]; in amd_mp2_pci_suspend() 426 i2c_common = privdata->busses[bus_id]; in amd_mp2_pci_resume()
|
D | i2c-amd-mp2.h | 172 * @busses: MP2 devices may have up to two busses, 181 struct amd_i2c_common *busses[2]; member
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | mipi-dsi-bus.txt | 1 MIPI DSI (Display Serial Interface) busses 35 supporting such a configuration generally requires the data on both the busses 76 busses. Each DSI bus/channel drives some portion of the pixel data (generally 78 The graph bindings should be used to represent the multiple DSI busses that are
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | msi.txt | 8 used with other busses, and hence a mechanism is required to relate devices on 9 those busses to the MSI controllers which they are capable of using, 73 When #msi-cells is non-zero, busses with an msi-parent will require
|
D | aspeed,ast2xxx-scu-ic.txt | 10 fires new interrupts for child busses
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | pci.h | 13 * The following structure is used to manage multiple PCI busses. 19 /* A controller. Used to manage multiple PCI busses. */
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | pci.h | 13 ** Newer platforms number the busses across PCI bus adapters *sparsely*. 148 * But legacy platforms also need to renumber the busses below a Host 156 * the busses rather than treat each Dino as a separate PCI domain.
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | pmac_low_i2c.h | 37 /* multibus : device node holds multiple busses, bus number is 43 /* i2c busses in the system */
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 53 a device is partitioned into multiple data busses, e.g. 16-bit input port 54 divided into two separate ITU-R BT.656 8-bit busses. In such case bus-width 473 - bus-width: number of data lines actively used, valid for the parallel busses. 474 - data-shift: on the parallel data busses, if bus-width is used to specify the 496 serial busses only (e.g. MIPI CSI-2). 501 serial busses only (e.g. MIPI CSI-2). Note that for the MIPI CSI-2 bus this 513 as 0 (normal). This property is valid for serial busses only.
|
D | samsung-s5c73m3.txt | 5 data busses. The I2C bus is the main control bus and additionally the SPI bus 60 For more details see description of the SPI busses bindings
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 12 * powermac that covers the various types of i2c busses used in Apple machines. 14 * banging busses found on older chipsets in earlier machines if we ever need 598 /* Probe keywest-i2c busses */ in kw_i2c_probe() 610 * nodes) might cause us to not create some busses that are in kw_i2c_probe() 612 * want to work around that by creating busses without a node in kw_i2c_probe() 912 * type as older device trees mix i2c busses and other things in smu_i2c_probe() 1447 * Initialize us: probe all i2c busses on the machine, instantiate 1448 * busses and platform functions as needed. 1459 /* Probe keywest-i2c busses */ in pmac_i2c_init() 1463 /* Probe PMU i2c busses */ in pmac_i2c_init() [all …]
|
/Linux-v5.10/Documentation/driver-api/ |
D | eisa.rst | 11 status as other much more mainstream busses such as PCI or USB. This 13 abstractions to manage busses, devices and drivers. 208 care must be taken when ripping out the EISA code, so other busses
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | mdio-mux.txt | 3 An MDIO bus multiplexer/switch will have several child busses that are 34 pair of GPIO lines. Child busses 2 and 3 populated with 4
|
/Linux-v5.10/arch/powerpc/boot/dts/ |
D | currituck.dts | 144 /* This drives busses 0 to 0xf */ 181 /* This drives busses 0 to 0xf */ 218 /* This drives busses 0 to 0xf */
|
/Linux-v5.10/sound/aoa/soundbus/ |
D | Kconfig | 15 This option enables support for Apple I2S busses.
|
/Linux-v5.10/drivers/fpga/ |
D | Kconfig | 113 isolate one region of the FPGA from the busses while that 123 region of the FPGA from the busses while that region is
|
/Linux-v5.10/Documentation/x86/x86_64/ |
D | boot-options.rst | 224 pci=assign-busses 225 Assign busses 229 Scan up to NUMBER busses, no matter what the mptable says.
|
/Linux-v5.10/include/linux/spi/ |
D | spi_gpio.h | 11 * Use spi_board_info with these busses in the usual way.
|
/Linux-v5.10/Documentation/devicetree/bindings/i3c/ |
D | i3c.txt | 1 Generic device tree bindings for I3C busses 5 busses in a device tree.
|