Searched +full:sc7180 +full:- +full:ipa (Results  1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/ | 
| H A D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/net/qcom,ipa.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm IP Accelerator (IPA)
 10   - Alex Elder <elder@kernel.org>
 13   This binding describes the Qualcomm IPA.  The IPA is capable of offloading
 17   The IPA sits between multiple independent "execution environments,"
 18   including the Application Processor (AP) and the modem.  The IPA presents
 20   The GSI is an integral part of the IPA, but it is logically isolated
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | sc7180-trogdor-lte-sku.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)9 	label = "proximity-wifi-lte";
 17 	firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn",
 18 			"qcom/sc7180-trogdor/modem/qdsp6sw.mbn";
 21 &ipa {
 27 	qcom,gsi-loader = "modem";
 
 | 
| /linux/drivers/net/ipa/ | 
| H A D | ipa_main.c | 1 // SPDX-License-Identifier: GPL-2.03 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 4  * Copyright (C) 2018-2024 Linaro Ltd.
 20 #include "ipa.h"
 39  * This driver supports the Qualcomm IP Accelerator (IPA), which is a
 40  * networking component found in many Qualcomm SoCs.  The IPA is connected
 44  * The IPA is the conduit between the AP and the modem that carries network
 48  * The IPA provides protocol checksum calculation, offloading this work
 49  * from the AP.  The IPA offers additional functionality, including routing,
 51  * currently supported.  Despite that, some resources--including routing
 [all …]
 
 | 
| /linux/drivers/clk/qcom/ | 
| H A D | clk-rpmh.c | 1 // SPDX-License-Identifier: GPL-2.03  * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
 6 #include <linux/clk-provider.h>
 13 #include <soc/qcom/cmd-db.h>
 17 #include <dt-bindings/clock/qcom,rpmh.h>
 23  * struct bcm_db - Auxiliary data pertaining to each Bus Clock Manager(BCM)
 37  * struct clk_rpmh - individual rpmh clock data structure
 38  * @hw:			handle between common and hardware-specific interfaces
 142 	return (c->last_sent_aggr_state & BIT(state))  in has_state_changed()
 143 		!= (c->aggr_state & BIT(state));  in has_state_changed()
 [all …]
 
 |