Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.txt10 "qcom,pm8018-mpp",
11 "qcom,pm8038-mpp",
12 "qcom,pm8058-mpp",
13 "qcom,pm8821-mpp",
14 "qcom,pm8841-mpp",
15 "qcom,pm8916-mpp",
16 "qcom,pm8917-mpp",
17 "qcom,pm8921-mpp",
18 "qcom,pm8941-mpp",
24 And must contain either "qcom,spmi-mpp" or "qcom,ssbi-mpp"
[all …]
H A 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.
H A Dmarvell,orion-pinctrl.txt1 * Marvell Orion 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
H A 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
H A 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
H A 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
H A 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
H A Dmarvell,armada-39x-pinctrl.txt1 * Marvell Armada 39x 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
H A 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
H A Dmarvell,armada-98dx3236-pinctrl.txt1 * Marvell 98dx3236 pinctrl driver for mpp
H A 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
/f-stack/freebsd/arm/mv/
H A Dmv_armv7_machdep.c155 int mpp[MPP_PIN_MAX]; in platform_mpp_init() local
234 bzero(mpp, sizeof(mpp)); in platform_mpp_init()
239 mpp[mpp_pin] = mpp_function; in platform_mpp_init()
253 ctrl_val |= MPP_SEL(i + j, mpp[i + j]); in platform_mpp_init()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-pm8841.dtsi14 compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
H A Dqcom-pma8084.dtsi41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
H A Dqcom-pm8941.dtsi78 compatible = "qcom,pm8941-mpp", "qcom,spmi-mpp";
H A Dqcom-mdm9615.dtsi303 pmicmpp: mpp@50 {
304 compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp";
H A Dqcom-msm8660.dtsi305 compatible = "qcom,pm8058-mpp",
306 "qcom,ssbi-mpp";
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmmp.c221 mmp_thread_exit(mmp_thread_t *mmp, kthread_t **mpp, callb_cpr_t *cpr) in mmp_thread_exit() argument
223 ASSERT(*mpp != NULL); in mmp_thread_exit()
224 *mpp = NULL; in mmp_thread_exit()
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dpm8994.dtsi68 compatible = "qcom,pm8994-mpp";
H A Dpm8916.dtsi55 compatible = "qcom,pm8916-mpp";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/
H A Dap80x-system-controller.txt45 Available mpp pins/groups and functions:
46 Note: brackets (x) are not part of the mpp name for marvell,function and given
H A Dcp110-system-controller.txt85 Available mpp pins/groups and functions:
86 Note: brackets (x) are not part of the mpp name for marvell,function and given
/f-stack/freebsd/kern/
H A Dvfs_mountroot.c250 vfs_mountroot_devfs(struct thread *td, struct mount **mpp) in vfs_mountroot_devfs() argument
257 *mpp = NULL; in vfs_mountroot_devfs()
266 *mpp = rootdevmp; in vfs_mountroot_devfs()
293 *mpp = mp; in vfs_mountroot_devfs()
H A Dvfs_vnops.c1832 vn_start_write(struct vnode *vp, struct mount **mpp, int flags) in vn_start_write() argument
1837 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_write()
1846 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) { in vn_start_write()
1847 *mpp = NULL; in vn_start_write()
1853 if ((mp = *mpp) == NULL) in vn_start_write()
1877 vn_start_secondary_write(struct vnode *vp, struct mount **mpp, int flags) in vn_start_secondary_write() argument
1882 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_secondary_write()
1887 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) { in vn_start_secondary_write()
1888 *mpp = NULL; in vn_start_secondary_write()
1898 if ((mp = *mpp) == NULL) in vn_start_secondary_write()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c692 ipf_fastroute(m0, mpp, fin, fdp) in ipf_fastroute() argument
693 mb_t *m0, **mpp; in ipf_fastroute()
698 register struct mbuf *m = *mpp;
725 *mpp = m;

12