Home
last modified time | relevance | path

Searched full:storm (Results 1 – 25 of 123) sorted by relevance

12345

/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dstorm.txt1 * Sound complex for Storm boards
3 Models a soundcard for Storm boards with the Qualcomm Technologies IPQ806x SOC
8 - compatible : "google,storm-audio"
19 compatible = "google,storm-audio";
20 qcom,model = "ipq806x-storm";
/Linux-v5.15/Documentation/devicetree/bindings/arm/
Dgemini.yaml12 later renamed Storm Semiconductor. The chip product name is Storlink SL3516.
13 It was derived from earlier products from Storm named SL3316 (Centroid) and
16 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was
32 as Storm Semiconductor SL93512R_BRD
35 - const: storm,sl93512r
/Linux-v5.15/sound/soc/qcom/
Dstorm.c5 * storm.c -- ALSA SoC machine driver for QTi ipq806x-based Storm board
126 { .compatible = "google,storm-audio" },
134 .name = "storm-audio",
142 MODULE_DESCRIPTION("QTi IPQ806x-based Storm Machine Driver");
DMakefile18 snd-soc-storm-objs := storm.o
26 obj-$(CONFIG_SND_SOC_STORM) += snd-soc-storm.o
DKconfig40 tristate "ASoC I2S support for Storm boards"
45 Qualcomm Technologies IPQ806X-based Storm board.
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_hotplug.c45 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes
61 * The hotplug interrupt storm detection and mitigation code keeps track of the
68 * Current implementation expects that hotplug interrupt storm will not be
111 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin
124 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED.
137 * Return true if an IRQ storm was detected on @pin.
147 bool storm = false; in intel_hpd_irq_storm_detect() local
162 "HPD interrupt storm detected on PIN %d\n", pin); in intel_hpd_irq_storm_detect()
163 storm = true; in intel_hpd_irq_storm_detect()
171 return storm; in intel_hpd_irq_storm_detect()
[all …]
/Linux-v5.15/include/linux/qed/
Dfcoe_common.h16 /* The fcoe storm task context protection-information of Ystorm */
35 /* The fcoe storm task context protection-information of Ystorm */
129 /* The fcoe storm task context of Ystorm */
308 /* FW read- write (modifyable) part The fcoe task storm context of Tstorm */
338 /* FW read only part The fcoe task storm context of Tstorm */
349 /** The fcoe task storm context of Tstorm */
411 /* The fcoe task storm context of Mstorm */
Discsi_common.h192 /* The iscsi storm task context of Ystorm */
211 /* The iscsi storm task context of Ystorm */
710 /* The iscsi storm task context of Ystorm */
882 /* The iscsi storm task context of Mstorm */
908 /* The iscsi storm task context of Ustorm */
/Linux-v5.15/arch/arm64/boot/dts/apm/
Dapm-mustang.dts10 /include/ "apm-storm.dtsi"
14 compatible = "apm,mustang", "apm,xgene-storm";
Dapm-storm.dtsi3 * dts file for AppliedMicro (APM) X-Gene Storm SOC
9 compatible = "apm,xgene-storm";
613 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
639 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
665 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
691 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
717 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
1083 compatible = "apm,xgene-storm-dma";
/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dintel.c45 * CMCI storm detection backoff counter
47 * During storm, we reset this counter to INITIAL_CHECK_INTERVAL in case we've
49 * the CMCI storm when it reaches 0.
137 * during the storm. in mce_intel_cmci_poll()
194 pr_notice("CMCI storm subsided: switching to interrupt mode\n"); in cmci_intel_adjust_timer()
244 pr_notice("CMCI storm detected: switching to poll mode\n"); in cmci_storm_detect()
/Linux-v5.15/arch/arm/boot/dts/
Dgemini-sl93512r.dts3 * Device Tree file for the Storm Semiconductor SL93512R_BRD
5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor.
15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD";
16 compatible = "storlink,gemini324", "storm,sl93512r", "cortina,gemini";
Domap3-overo-storm-tobi.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-tobiduo.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-alto35.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-summit.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-chestnut43.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-gallop43.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-palo35.dts12 #include "omap3-overo-storm.dtsi"
Domap3-overo-storm-palo43.dts12 #include "omap3-overo-storm.dtsi"
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c203 DBG_BUS_FRAME_MODE_4ST = 0, /* 4 Storm dwords (no HW) */
204 DBG_BUS_FRAME_MODE_2ST_2HW = 1, /* 2 Storm dwords, 2 HW dwords */
205 DBG_BUS_FRAME_MODE_1ST_3HW = 2, /* 1 Storm dwords, 3 HW dwords */
231 /* Storm constant definitions.
257 /* Storm Mode definitions */
473 /* Storm constant definitions array */
966 /* Reads the FW info structure for the specified Storm from the chip,
973 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_storm_fw_info() local
981 * The address is located in the last line of the Storm RAM. in qed_read_storm_fw_info()
983 addr = storm->sem_fast_mem_addr + SEM_FAST_REG_INT_RAM + in qed_read_storm_fw_info()
[all …]
Dqed_hsi.h377 /* The core storm context for the Ystorm */
382 /* The core storm context for the Pstorm */
387 /* Core Slowpath Connection storm context of Xstorm */
833 /* The core storm context for the Mstorm */
838 /* The core storm context for the Ustorm */
843 /* The core storm context for the Tstorm */
2323 /* Debug Bus Storm EID range filter params */
2329 /* Debug Bus Storm EID mask filter params */
2335 /* Debug Bus Storm EID filter params */
2341 /* Debug Bus Storm data */
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-proximity-as39356 Get the current distance in meters of storm (1km steps)
/Linux-v5.15/drivers/net/ethernet/sfc/
Dworkarounds.h21 /* Legacy interrupt storm when interrupt fifo fills */
/Linux-v5.15/Documentation/devicetree/bindings/dma/
Dapm-xgene-dma.txt34 compatible = "apm,xgene-storm-dma";

12345