/linux-4.4.14/fs/ext4/ |
D | mmp.c | 10 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum() argument 16 csum = ext4_chksum(sbi, sbi->s_csum_seed, (char *)mmp, offset); in ext4_mmp_csum() 21 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_verify() argument 26 return mmp->mmp_checksum == ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_verify() 29 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_set() argument 34 mmp->mmp_checksum = ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_set() 43 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block() local 50 ext4_mmp_csum_set(sb, mmp); in write_mmp_block() 71 struct mmp_struct *mmp; in read_mmp_block() local 100 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block() [all …]
|
D | Makefile | 10 mmp.o indirect.o extents_status.o xattr.o xattr_user.o \
|
D | ext4.h | 1745 EXT4_FEATURE_INCOMPAT_FUNCS(mmp, MMP) in EXT4_FEATURE_COMPAT_FUNCS() 2608 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp, 2641 #define dump_mmp_msg(sb, mmp, msg) \ argument 2642 __dump_mmp_msg(sb, mmp, __func__, __LINE__, msg) 2684 #define dump_mmp_msg(sb, mmp, msg) \ argument 2685 __dump_mmp_msg(sb, mmp, "", 0, "")
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | pxa168.dtsi | 37 compatible = "mrvl,mmp-intc"; 54 compatible = "mrvl,mmp-timer"; 60 compatible = "mrvl,mmp-uart"; 69 compatible = "mrvl,mmp-uart"; 78 compatible = "mrvl,mmp-uart"; 87 compatible = "marvell,mmp-gpio"; 119 compatible = "mrvl,mmp-twsi"; 129 compatible = "mrvl,mmp-twsi"; 138 compatible = "mrvl,mmp-rtc";
|
D | pxa910.dtsi | 42 compatible = "mrvl,mmp-intc"; 59 compatible = "mrvl,mmp-timer"; 65 compatible = "mrvl,mmp-timer"; 72 compatible = "mrvl,mmp-uart"; 81 compatible = "mrvl,mmp-uart"; 90 compatible = "mrvl,mmp-uart"; 99 compatible = "marvell,mmp-gpio"; 131 compatible = "mrvl,mmp-twsi"; 143 compatible = "mrvl,mmp-twsi"; 154 compatible = "mrvl,mmp-rtc";
|
D | mmp2.dtsi | 130 compatible = "mrvl,mmp-timer"; 136 compatible = "mrvl,mmp-uart"; 145 compatible = "mrvl,mmp-uart"; 154 compatible = "mrvl,mmp-uart"; 163 compatible = "mrvl,mmp-uart"; 212 compatible = "mrvl,mmp-twsi"; 224 compatible = "mrvl,mmp-twsi"; 233 compatible = "mrvl,mmp-rtc";
|
/linux-4.4.14/drivers/video/fbdev/mmp/ |
D | Kconfig | 8 source "drivers/video/fbdev/mmp/hw/Kconfig" 9 source "drivers/video/fbdev/mmp/panel/Kconfig" 10 source "drivers/video/fbdev/mmp/fb/Kconfig"
|
/linux-4.4.14/sound/soc/pxa/ |
D | Makefile | 6 snd-soc-mmp-objs := mmp-pcm.o 7 snd-soc-mmp-sspa-objs := mmp-sspa.o 13 obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o 14 obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa.txt | 6 - compatible : should be "mrvl,mmp-twsi" where mmp is the name of a 23 compatible = "mrvl,mmp-twsi"; 30 compatible = "mrvl,mmp-twsi";
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/mrvl/ |
D | timer.txt | 4 - compatible : Should be "mrvl,mmp-timer". 10 compatible = "mrvl,mmp-timer";
|
/linux-4.4.14/drivers/video/fbdev/mmp/hw/ |
D | Kconfig | 4 bool "mmp display controller hw support" 13 bool "mmp display controller spi port"
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | mrvl-gpio.txt | 6 "marvell,pxa93x-gpio", "marvell,mmp-gpio", 11 gpio1 and gpio_mux. There're only one gpio interrupt in arch-mmp, 25 compatible = "marvell,mmp-gpio";
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | mrvl-serial.txt | 4 - compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".
|
/linux-4.4.14/drivers/media/platform/marvell-ccic/ |
D | Makefile | 5 mmp_camera-y := mmp-driver.o mcam-core.o
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | sa1100-rtc.txt | 13 compatible = "mrvl,mmp-rtc";
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | Makefile | 33 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | mrvl,intc.txt | 4 - compatible : Should be "mrvl,mmp-intc", "mrvl,mmp2-intc" or
|
/linux-4.4.14/drivers/clk/ |
D | Makefile | 60 obj-$(CONFIG_ARCH_MMP) += mmp/
|
/linux-4.4.14/drivers/irqchip/ |
D | Makefile | 7 obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Makefile | 91 obj-$(CONFIG_MMP_DISP) += mmp/
|
D | Kconfig | 2451 source "drivers/video/fbdev/mmp/Kconfig"
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 233 Linux kernel mach directory: arch/arm/mach-mmp 273 * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 185 machine-$(CONFIG_ARCH_MMP) += mmp
|
D | Kconfig | 890 source "arch/arm/mach-mmp/Kconfig"
|
/linux-4.4.14/drivers/dma/ |
D | Kconfig | 313 It needs sram driver under mach-mmp.
|
/linux-4.4.14/ |
D | MAINTAINERS | 8661 F: arch/arm/mach-mmp/
|