Home
last modified time | relevance | path

Searched refs:mmp (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/fs/ext4/
Dmmp.c10 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 …]
DMakefile10 mmp.o indirect.o extents_status.o xattr.o xattr_user.o \
Dext4.h2406 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,
2428 #define dump_mmp_msg(sb, mmp, msg) \ argument
2429 __dump_mmp_msg(sb, mmp, __func__, __LINE__, msg)
2466 #define dump_mmp_msg(sb, mmp, msg) \ argument
2467 __dump_mmp_msg(sb, mmp, "", 0, "")
/linux-4.1.27/arch/arm/boot/dts/
Dpxa168.dtsi37 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";
Dpxa910.dtsi42 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";
Dmmp2.dtsi130 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.1.27/drivers/video/fbdev/mmp/
DKconfig8 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.1.27/sound/soc/pxa/
DMakefile6 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.1.27/Documentation/devicetree/bindings/i2c/
Di2c-pxa.txt6 - 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.1.27/Documentation/devicetree/bindings/arm/mrvl/
Dtimer.txt4 - compatible : Should be "mrvl,mmp-timer".
10 compatible = "mrvl,mmp-timer";
Dintc.txt4 - compatible : Should be "mrvl,mmp-intc", "mrvl,mmp2-intc" or
/linux-4.1.27/drivers/video/fbdev/mmp/hw/
DKconfig4 bool "mmp display controller hw support"
13 bool "mmp display controller spi port"
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dmrvl-gpio.txt6 "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.1.27/Documentation/devicetree/bindings/serial/
Dmrvl-serial.txt4 - compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".
/linux-4.1.27/drivers/media/platform/marvell-ccic/
DMakefile5 mmp_camera-y := mmp-driver.o mcam-core.o
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Dsa1100-rtc.txt13 compatible = "mrvl,mmp-rtc";
/linux-4.1.27/arch/arm/mach-mmp/
DMakefile33 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
/linux-4.1.27/drivers/clk/
DMakefile55 obj-$(CONFIG_ARCH_MMP) += mmp/
/linux-4.1.27/drivers/irqchip/
DMakefile6 obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
/linux-4.1.27/drivers/video/fbdev/
DMakefile91 obj-$(CONFIG_MMP_DISP) += mmp/
DKconfig2456 source "drivers/video/fbdev/mmp/Kconfig"
/linux-4.1.27/Documentation/arm/Marvell/
DREADME233 Linux kernel mach directory: arch/arm/mach-mmp
273 * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa
/linux-4.1.27/arch/arm/
DMakefile180 machine-$(CONFIG_ARCH_MMP) += mmp
DKconfig906 source "arch/arm/mach-mmp/Kconfig"
/linux-4.1.27/drivers/dma/
DKconfig324 It needs sram driver under mach-mmp.
/linux-4.1.27/
DMAINTAINERS7990 F: arch/arm/mach-mmp/