| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,pmic-mpp.txt | 10 "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 D | marvell,mvebu-pinctrl.txt | 1 * 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 D | marvell,orion-pinctrl.txt | 1 * 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 D | marvell,armada-375-pinctrl.txt | 1 * 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 D | marvell,dove-pinctrl.txt | 1 * 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 D | marvell,armada-xp-pinctrl.txt | 1 * 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 D | marvell,armada-370-pinctrl.txt | 1 * 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 D | marvell,armada-39x-pinctrl.txt | 1 * 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 D | marvell,armada-38x-pinctrl.txt | 1 * 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 D | marvell,armada-98dx3236-pinctrl.txt | 1 * Marvell 98dx3236 pinctrl driver for mpp
|
| H A D | marvell,kirkwood-pinctrl.txt | 1 * 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 D | mv_armv7_machdep.c | 155 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 D | qcom-pm8841.dtsi | 14 compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
|
| H A D | qcom-pma8084.dtsi | 41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
|
| H A D | qcom-pm8941.dtsi | 78 compatible = "qcom,pm8941-mpp", "qcom,spmi-mpp";
|
| H A D | qcom-mdm9615.dtsi | 303 pmicmpp: mpp@50 { 304 compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp";
|
| H A D | qcom-msm8660.dtsi | 305 compatible = "qcom,pm8058-mpp", 306 "qcom,ssbi-mpp";
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | mmp.c | 221 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 D | pm8994.dtsi | 68 compatible = "qcom,pm8994-mpp";
|
| H A D | pm8916.dtsi | 55 compatible = "qcom,pm8916-mpp";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | ap80x-system-controller.txt | 45 Available mpp pins/groups and functions: 46 Note: brackets (x) are not part of the mpp name for marvell,function and given
|
| H A D | cp110-system-controller.txt | 85 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 D | vfs_mountroot.c | 250 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 D | vfs_vnops.c | 1832 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 D | ip_fil_freebsd.c | 692 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;
|