/linux/drivers/clk/meson/ |
H A D | Kconfig | 69 want peripherals and CPU frequency scaling to work. 85 Say Y if you want peripherals and CPU frequency scaling to work. 100 Say Y if you want peripherals and CPU frequency scaling to work. 149 of most peripherals. 152 tristate "Amlogic C3 peripherals clock controller" 162 C308L devices, AKA C3. Say Y if you want the peripherals clock to 181 devices, aka g12a. Say Y if you want peripherals to work. 194 most peripherals. 197 tristate "S4 SoC peripherals clock controllers support" 205 Support for the peripherals cloc [all...] |
H A D | Makefile | 22 obj-$(CONFIG_COMMON_CLK_A1_PERIPHERALS) += a1-peripherals.o 24 obj-$(CONFIG_COMMON_CLK_C3_PERIPHERALS) += c3-peripherals.o 29 obj-$(CONFIG_COMMON_CLK_S4_PERIPHERALS) += s4-peripherals.o
|
/linux/sound/soc/ |
H A D | soc-acpi.c | 134 struct sdw_peripherals *peripherals) in snd_soc_acpi_sdw_link_slaves_found() argument 148 for (j = 0; j < peripherals->num_peripherals; j++) { in snd_soc_acpi_sdw_link_slaves_found() 149 struct sdw_slave *peripheral = peripherals->array[j]; in snd_soc_acpi_sdw_link_slaves_found() 159 for (j = 0; j < peripherals->num_peripherals; j++) { in snd_soc_acpi_sdw_link_slaves_found() 160 struct sdw_slave *peripheral = peripherals->array[j]; in snd_soc_acpi_sdw_link_slaves_found() 194 if (j == peripherals->num_peripherals) { in snd_soc_acpi_sdw_link_slaves_found()
|
/linux/drivers/soundwire/ |
H A D | amd_init.c | 181 kfree(ctx->peripherals); in sdw_amd_exit() 208 ctx->peripherals = kmalloc(struct_size(ctx->peripherals, array, num_slaves), in sdw_amd_get_slave_info() 210 if (!ctx->peripherals) in sdw_amd_get_slave_info() 212 ctx->peripherals->num_peripherals = num_slaves; in sdw_amd_get_slave_info() 220 ctx->peripherals->array[i] = slave; in sdw_amd_get_slave_info()
|
H A D | intel_init.c | 256 ctx->peripherals = kmalloc(struct_size(ctx->peripherals, array, num_slaves), in sdw_intel_probe_controller() 258 if (!ctx->peripherals) in sdw_intel_probe_controller() 260 ctx->peripherals->num_peripherals = num_slaves; in sdw_intel_probe_controller() 265 ctx->peripherals->array[i] = slave; in sdw_intel_probe_controller() 374 kfree(ctx->peripherals); in sdw_intel_exit()
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | mipi-dsi-bus.txt | 5 communication between a host and up to four peripherals. This document will 13 peripherals on that bus. 26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so 45 Peripherals with the DSI bus as the primary control bus, or peripherals with 48 DSI peripherals, but individual bindings may want to define additional, 55 Some DSI peripherals respond to more than a single virtual channel. In that 67 There are peripherals that have I2C/SPI (or some other non-DSI bus) as the 69 path). Connections between such peripherals and a DSI host can be represented
|
/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-sdca-quirks.c | 30 for (i = 0; i < ctx->peripherals->num_peripherals; i++) { in snd_soc_acpi_intel_sdca_is_device_rt712_vb() 31 if (sdca_device_quirk_match(ctx->peripherals->array[i], in snd_soc_acpi_intel_sdca_is_device_rt712_vb()
|
/linux/drivers/pinctrl/starfive/ |
H A D | Kconfig | 17 peripherals supporting inputs, outputs, configuring pull-up/pull-down 38 peripherals supporting inputs, outputs, configuring pull-up/pull-down 50 peripherals supporting inputs, outputs, configuring pull-up/pull-down
|
/linux/arch/arm/include/debug/ |
H A D | at91.S | 14 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ System peripherals (phys address) 15 ldr \rv, =CONFIG_DEBUG_UART_VIRT @ System peripherals (virt address)
|
/linux/drivers/usb/ |
H A D | Kconfig | 53 traditional PC serial port. The bus supplies power to peripherals 54 and allows for hot swapping. Up to 127 USB peripherals can be 57 The USB host is the root of the tree, the peripherals are the 59 Most PCs now have USB host ports, used to connect peripherals 74 After choosing your HCD, then select drivers for the USB peripherals
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65.dtsi | 57 <0x00 0x01000000 0x00 0x01000000 0x00 0x0af02400>, /* Most peripherals */ 98 /* WKUP Basic peripherals */ 105 /* Now include the peripherals for each bus segments */
|
/linux/Documentation/devicetree/bindings/x86/ |
H A D | ce4100.txt | 4 The CE4100 SoC uses for in core peripherals the following compatible 44 This node describes the in-core peripherals. Required property:
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | ts-nbus.txt | 3 The NBUS is a bus used to interface with peripherals in the Technologic 20 The NBUS node can contain zero or more child nodes representing peripherals
|
/linux/drivers/pnp/ |
H A D | Kconfig | 11 Plug and Play (PnP) is a standard for peripherals which allows those 12 peripherals to be configured by software, e.g. assign IRQ's or other
|
/linux/arch/arc/boot/dts/ |
H A D | axc003.dtsi | 94 * Mark DMA peripherals connected via IOC port as dma-coherent. We do 95 * it via overlay because peripherals defined in axs10x_mb.dtsi are 97 * only AXS103 board has HW-coherent DMA peripherals)
|
H A D | axc003_idu.dtsi | 101 * Mark DMA peripherals connected via IOC port as dma-coherent. We do 102 * it via overlay because peripherals defined in axs10x_mb.dtsi are 104 * only AXS103 board has HW-coherent DMA peripherals)
|
/linux/Documentation/devicetree/ |
H A D | overlay-notes.rst | 33 /* On chip peripherals */ 35 /* peripherals that are always instantiated */ 67 /* On chip peripherals */ 69 /* peripherals that are always instantiated */
|
/linux/sound/soc/apple/ |
H A D | Kconfig | 8 This option enables an ASoC platform driver for MCA peripherals found
|
/linux/Documentation/devicetree/bindings/dma/ |
H A D | st_fdma.txt | 15 - reg-names : Must contain "slimcore", "dmem", "peripherals", "imem" entries 31 reg-names = "slimcore", "dmem", "peripherals", "imem";
|
/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,omap5-dss.txt | 56 - RFBI controlled peripherals 74 - DSI controlled peripherals
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2835-rpi-common.dtsi | 3 * This include file covers the common peripherals and configuration between
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-href-tvk1281618-r2.dtsi | 100 * shared with other peripherals. The should be defined for 121 * shared with other peripherals. The should be defined for 158 * shared with other peripherals. The should be defined for
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-overo-summit-common.dtsi | 10 #include "omap3-overo-common-peripherals.dtsi"
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp43x.dtsi | 5 * peripherals over the 42x series.
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti-keystone-devctrl.txt | 4 the status of its peripherals. This node is intended to allow access to
|