Home
last modified time | relevance | path

Searched refs:mpp (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,mvebu-pinctrl.txt1 * Marvell SoC pinctrl core driver for mpp
4 (mpp) to a specific function. For each SoC family there is a SoC specific
13 mpp pins or group of pins and a mpp function common to all pins.
20 - marvell,pins: string array of mpp pins or group of pins to be muxed.
Dqcom,pmic-mpp.txt10 "qcom,pm8841-mpp",
11 "qcom,pm8916-mpp",
12 "qcom,pm8941-mpp",
13 "qcom,pma8084-mpp",
128 sources are defined in <dt-bindings/pinctrl/qcom,pmic-mpp.h>
141 defined in <dt-bindings/pinctrl/qcom,pmic-mpp.h>
147 compatible = "qcom,pm8841-mpp";
Dmarvell,orion-pinctrl.txt1 * Marvell Orion SoC pinctrl driver for mpp
14 Available mpp pins/groups and functions:
15 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,armada-375-pinctrl.txt1 * Marvell Armada 375 SoC pinctrl driver for mpp
10 Available mpp pins/groups and functions:
11 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,armada-39x-pinctrl.txt1 * Marvell Armada 39x SoC pinctrl driver for mpp
11 Available mpp pins/groups and functions:
12 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,armada-xp-pinctrl.txt1 * Marvell Armada XP SoC pinctrl driver for mpp
13 Available mpp pins/groups and functions:
14 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,dove-pinctrl.txt1 * Marvell Dove SoC pinctrl driver for mpp
11 Available mpp pins/groups and functions:
12 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,armada-370-pinctrl.txt1 * Marvell Armada 370 SoC pinctrl driver for mpp
10 Available mpp pins/groups and functions:
11 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,armada-38x-pinctrl.txt1 * Marvell Armada 380/385 SoC pinctrl driver for mpp
12 Available mpp pins/groups and functions:
13 Note: brackets (x) are not part of the mpp name for marvell,function and given
Dmarvell,kirkwood-pinctrl.txt1 * Marvell Kirkwood SoC pinctrl driver for mpp
16 Available mpp pins/groups and functions:
17 Note: brackets (x) are not part of the mpp name for marvell,function and given
/linux-4.1.27/arch/arm/mach-dove/
DMakefile2 obj-$(CONFIG_DOVE_LEGACY) += irq.o mpp.o
/linux-4.1.27/arch/arm/plat-orion/
DMakefile7 obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
/linux-4.1.27/arch/arm/mach-mv78xx0/
DMakefile1 obj-y += common.o mpp.o irq.o pcie.o
/linux-4.1.27/drivers/pinctrl/qcom/
DMakefile10 obj-$(CONFIG_PINCTRL_QCOM_SPMI_PMIC) += pinctrl-spmi-mpp.o
/linux-4.1.27/arch/arm/mach-orion5x/
DMakefile1 obj-y += common.o pci.o irq.o mpp.o
/linux-4.1.27/net/mac80211/
Dmesh.h107 u8 mpp[ETH_ALEN]; /* used for MPP or MAP */ member
270 const u8 *dst, const u8 *mpp);
Dmesh_pathtbl.c661 const u8 *dst, const u8 *mpp) in mpp_path_add() argument
691 memcpy(new_mpath->mpp, mpp, ETH_ALEN); in mpp_path_add()
Dcfg.c1573 static void mpp_set_pinfo(struct mesh_path *mpath, u8 *mpp, in mpp_set_pinfo() argument
1577 memcpy(mpp, mpath->mpp, ETH_ALEN); in mpp_set_pinfo()
1583 u8 *dst, u8 *mpp, struct mpath_info *pinfo) in ieee80211_get_mpp() argument
1598 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_get_mpp()
1604 int idx, u8 *dst, u8 *mpp, in ieee80211_dump_mpp() argument
1619 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_dump_mpp()
Dtx.c2103 !(mppath && !ether_addr_equal(mppath->mpp, skb->data))) { in ieee80211_build_hdr()
2118 mesh_da = mppath->mpp; in ieee80211_build_hdr()
Drx.c2288 if (!ether_addr_equal(mppath->mpp, mpp_addr)) in ieee80211_rx_h_mesh_fwding()
2289 memcpy(mppath->mpp, mpp_addr, ETH_ALEN); in ieee80211_rx_h_mesh_fwding()
/linux-4.1.27/arch/powerpc/boot/dts/
Dprpmc2800.dts211 mpp@f000 {
212 compatible = "marvell,mv64360-mpp";
Dc2k.dts222 mpp@f000 {
223 compatible = "marvell,mv64360-mpp";
/linux-4.1.27/net/wireless/
Drdev-ops.h269 struct net_device *dev, u8 *dst, u8 *mpp, in rdev_get_mpp() argument
274 trace_rdev_get_mpp(&rdev->wiphy, dev, dst, mpp); in rdev_get_mpp()
275 ret = rdev->ops->get_mpp(&rdev->wiphy, dev, dst, mpp, pinfo); in rdev_get_mpp()
295 u8 *mpp, struct mpath_info *pinfo) in rdev_dump_mpp() argument
300 trace_rdev_dump_mpp(&rdev->wiphy, dev, idx, dst, mpp); in rdev_dump_mpp()
301 ret = rdev->ops->dump_mpp(&rdev->wiphy, dev, idx, dst, mpp, pinfo); in rdev_dump_mpp()
Dtrace.h841 u8 *dst, u8 *mpp),
842 TP_ARGS(wiphy, netdev, dst, mpp),
847 MAC_ENTRY(mpp)
853 MAC_ASSIGN(mpp, mpp);
857 MAC_PR_ARG(dst), MAC_PR_ARG(mpp))
862 u8 *dst, u8 *mpp),
863 TP_ARGS(wiphy, netdev, idx, mpp, dst),
868 MAC_ENTRY(mpp)
875 MAC_ASSIGN(mpp, mpp);
881 MAC_PR_ARG(mpp))
Dnl80211.c4757 u8 mpp[ETH_ALEN]; in nl80211_get_mpp() local
4772 err = rdev_get_mpp(rdev, dev, dst, mpp, &pinfo); in nl80211_get_mpp()
4781 dev, dst, mpp, &pinfo) < 0) { in nl80211_get_mpp()
4796 u8 mpp[ETH_ALEN]; in nl80211_dump_mpp() local
4816 mpp, &pinfo); in nl80211_dump_mpp()
4824 wdev->netdev, dst, mpp, in nl80211_dump_mpp()
/linux-4.1.27/Documentation/devicetree/bindings/
Dmarvell.txt361 - compatible : "marvell,mv64360-mpp"
365 mpp@f000 {
366 compatible = "marvell,mv64360-mpp";
/linux-4.1.27/fs/jfs/
Djfs_imap.c2452 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) in diNewIAG() argument
2645 *mpp = mp; in diNewIAG()
2675 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) in diIAGRead() argument
2684 *mpp = read_metapage(ipimap, blkno, PSIZE, 0); in diIAGRead()
2685 if (*mpp == NULL) { in diIAGRead()
/linux-4.1.27/include/net/
Dcfg80211.h2518 u8 *dst, u8 *mpp, struct mpath_info *pinfo);
2520 int idx, u8 *dst, u8 *mpp,