/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | priv.h | 27 } pcie; member 39 /* pcie functions */
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | Makefile | 33 pcie.o \
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_protocol.h | 110 * @pcie: Pointer to struct iosm_pcie 121 struct iosm_pcie *pcie; member
|
H A D | iosm_ipc_devlink.h | 156 * @pcie: Pointer to PCIe component 167 struct iosm_pcie *pcie; member
|
H A D | iosm_ipc_devlink.c | 256 ipc_devlink->pcie = ipc_imem->pcie; in ipc_devlink_init()
|
H A D | iosm_ipc_mux.h | 316 * @pcie: Pointer to iosm_pcie struct 350 struct iosm_pcie *pcie; member
|
/kernel/linux/linux-6.6/drivers/phy/mediatek/ |
H A D | Makefile | 7 obj-$(CONFIG_PHY_MTK_PCIE) += phy-mtk-pcie.o
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | Makefile | 33 pcie.o \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | priv.h | 27 } pcie; member 39 /* pcie functions */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | pci.h | 30 } pcie; member 54 /* pcie functions */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1024 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS() 1040 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS() 1061 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1068 MLX5E_READ_CTR32_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1074 MLX5E_READ_CTR64_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1080 MLX5E_READ_CTR32_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1085 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1087 struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1780 MLX5E_DEFINE_STATS_GRP(pcie, 0); 1799 &MLX5E_STATS_GRP(pcie), [all...] |
H A D | en_stats.h | 408 struct mlx5e_pcie_stats pcie; member 423 extern MLX5E_DECLARE_STATS_GRP(pcie);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | power_state.h | 157 struct PP_StatePcieBlock pcie; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | power_state.h | 158 struct PP_StatePcieBlock pcie; member
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pci-dra7xx.c | 3 * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs 32 #include "pcie-designware.h" 103 static inline u32 dra7xx_pcie_readl(struct dra7xx_pcie *pcie, u32 offset) in dra7xx_pcie_readl() argument 105 return readl(pcie->base + offset); in dra7xx_pcie_readl() 108 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset, in dra7xx_pcie_writel() argument 111 writel(value, pcie->base + offset); in dra7xx_pcie_writel() 724 .compatible = "ti,dra7-pcie", 728 .compatible = "ti,dra7-pcie-ep", 732 .compatible = "ti,dra746-pcie-rc", 736 .compatible = "ti,dra726-pcie [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pci-dra7xx.c | 3 * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs 33 #include "pcie-designware.h" 105 static inline u32 dra7xx_pcie_readl(struct dra7xx_pcie *pcie, u32 offset) in dra7xx_pcie_readl() argument 107 return readl(pcie->base + offset); in dra7xx_pcie_readl() 110 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset, in dra7xx_pcie_writel() argument 113 writel(value, pcie->base + offset); in dra7xx_pcie_writel() 587 .compatible = "ti,dra7-pcie", 591 .compatible = "ti,dra7-pcie-ep", 595 .compatible = "ti,dra746-pcie-rc", 599 .compatible = "ti,dra726-pcie [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1480 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS() 1496 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS() 1517 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1524 MLX5E_READ_CTR32_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1530 MLX5E_READ_CTR64_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1536 MLX5E_READ_CTR32_BE(&priv->stats.pcie.pcie_perf_counters, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 1541 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(pcie) in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1543 struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 2472 MLX5E_DEFINE_STATS_GRP(pcie, 0); 2493 &MLX5E_STATS_GRP(pcie), [all...] |
H A D | en_stats.h | 487 struct mlx5e_pcie_stats pcie; member 513 extern MLX5E_DECLARE_STATS_GRP(pcie);
|
/kernel/linux/linux-5.10/arch/arm/mach-dove/ |
H A D | pcie.c | 2 * arch/arm/mach-dove/pcie.c 19 #include <plat/pcie.h> 195 struct clk *clk = clk_get_sys("pcie", (index ? "1" : "0")); in add_pcie_port()
|
/kernel/linux/linux-6.6/arch/arm/mach-dove/ |
H A D | pcie.c | 3 * arch/arm/mach-dove/pcie.c 16 #include <plat/pcie.h> 198 struct clk *clk = clk_get_sys("pcie", (index ? "1" : "0")); in add_pcie_port()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bus.h | 140 struct brcmf_pciedev *pcie; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bus.h | 169 struct brcmf_pciedev *pcie; member
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rockchip-ep.c | 20 #include "pcie-rockchip.h" 266 struct rockchip_pcie *pcie = &ep->rockchip; in rockchip_pcie_ep_map_addr() local 279 rockchip_pcie_prog_ep_ob_atu(pcie, fn, r, AXI_WRAPPER_MEM_WRITE, addr, in rockchip_pcie_ep_map_addr() 539 { .compatible = "rockchip,rk3399-pcie-ep"}, 629 .name = "rockchip-pcie-ep",
|
/kernel/linux/linux-5.10/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-pro5.c | 907 UNIPHIER_PINCTRL_GROUP(pcie), 942 static const char * const pcie_groups[] = {"pcie"}; 974 UNIPHIER_PINMUX_FUNCTION(pcie),
|
/kernel/linux/linux-6.6/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-pro5.c | 907 UNIPHIER_PINCTRL_GROUP(pcie), 942 static const char * const pcie_groups[] = {"pcie"}; 974 UNIPHIER_PINMUX_FUNCTION(pcie),
|