/Linux-v5.4/fs/ext4/ |
D | mmp.c | 11 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum() argument 17 csum = ext4_chksum(sbi, sbi->s_csum_seed, (char *)mmp, offset); in ext4_mmp_csum() 22 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_verify() argument 27 return mmp->mmp_checksum == ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_verify() 30 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_set() argument 35 mmp->mmp_checksum = ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_set() 44 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block() local 51 ext4_mmp_csum_set(sb, mmp); in write_mmp_block() 71 struct mmp_struct *mmp; in read_mmp_block() local 97 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block() [all …]
|
D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
D | ext4.h | 1804 EXT4_FEATURE_INCOMPAT_FUNCS(mmp, MMP) in EXT4_FEATURE_COMPAT_FUNCS() 2711 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp, 2744 #define dump_mmp_msg(sb, mmp, msg) \ argument 2745 __dump_mmp_msg(sb, mmp, __func__, __LINE__, msg) 2787 #define dump_mmp_msg(sb, mmp, msg) \ argument 2788 __dump_mmp_msg(sb, mmp, "", 0, "")
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | pxa910.dtsi | 41 compatible = "mrvl,mmp-intc"; 58 compatible = "mrvl,mmp-timer"; 64 compatible = "mrvl,mmp-timer"; 71 compatible = "mrvl,mmp-uart"; 80 compatible = "mrvl,mmp-uart"; 89 compatible = "mrvl,mmp-uart"; 98 compatible = "marvell,mmp-gpio"; 130 compatible = "mrvl,mmp-twsi"; 142 compatible = "mrvl,mmp-twsi"; 153 compatible = "mrvl,mmp-rtc";
|
D | pxa168.dtsi | 36 compatible = "mrvl,mmp-intc"; 53 compatible = "mrvl,mmp-timer"; 59 compatible = "mrvl,mmp-uart"; 68 compatible = "mrvl,mmp-uart"; 77 compatible = "mrvl,mmp-uart"; 86 compatible = "marvell,mmp-gpio"; 118 compatible = "mrvl,mmp-twsi"; 128 compatible = "mrvl,mmp-twsi"; 137 compatible = "mrvl,mmp-rtc";
|
D | mmp2.dtsi | 205 compatible = "mrvl,mmp-timer"; 212 compatible = "mrvl,mmp-uart"; 222 compatible = "mrvl,mmp-uart"; 232 compatible = "mrvl,mmp-uart"; 242 compatible = "mrvl,mmp-uart"; 292 compatible = "mrvl,mmp-twsi"; 304 compatible = "mrvl,mmp-twsi"; 316 compatible = "mrvl,mmp-twsi"; 328 compatible = "mrvl,mmp-twsi"; 341 compatible = "mrvl,mmp-twsi"; [all …]
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | mmp.rst | 44 - mmp\_magic 48 - mmp\_seq 52 - mmp\_time 56 - mmp\_nodename 60 - mmp\_bdevname 64 - mmp\_check\_interval 68 - mmp\_pad1 72 - mmp\_pad2 76 - mmp\_checksum
|
D | globals.rst | 12 .. include:: mmp.rst
|
/Linux-v5.4/sound/soc/pxa/ |
D | Makefile | 7 snd-soc-mmp-objs := mmp-pcm.o 8 snd-soc-mmp-sspa-objs := mmp-sspa.o 14 obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o 15 obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o
|
/Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa.txt | 6 - compatible : should be "mrvl,mmp-twsi" where mmp is the name of a 21 compatible = "mrvl,mmp-twsi"; 28 compatible = "mrvl,mmp-twsi";
|
/Linux-v5.4/drivers/video/fbdev/mmp/ |
D | Kconfig | 9 source "drivers/video/fbdev/mmp/hw/Kconfig" 10 source "drivers/video/fbdev/mmp/panel/Kconfig" 11 source "drivers/video/fbdev/mmp/fb/Kconfig"
|
/Linux-v5.4/Documentation/devicetree/bindings/timer/ |
D | mrvl,mmp-timer.txt | 4 - compatible : Should be "mrvl,mmp-timer". 13 compatible = "mrvl,mmp-timer";
|
/Linux-v5.4/drivers/video/fbdev/mmp/hw/ |
D | Kconfig | 5 bool "mmp display controller hw support" 13 bool "mmp display controller spi port"
|
/Linux-v5.4/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, 27 compatible = "marvell,mmp-gpio";
|
/Linux-v5.4/Documentation/devicetree/bindings/serial/ |
D | mrvl-serial.txt | 4 - compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".
|
/Linux-v5.4/drivers/media/platform/marvell-ccic/ |
D | Makefile | 6 mmp_camera-y := mmp-driver.o
|
/Linux-v5.4/Documentation/devicetree/bindings/rtc/ |
D | sa1100-rtc.txt | 13 compatible = "mrvl,mmp-rtc";
|
/Linux-v5.4/arch/arm/mach-mmp/ |
D | Makefile | 35 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
|
/Linux-v5.4/net/rds/ |
D | message.c | 403 struct mmpin *mmp; in rds_message_zcopy_from_user() local 408 mmp = &rm->data.op_mmp_znotifier->z_mmp; in rds_message_zcopy_from_user() 409 mm_unaccount_pinned_pages(mmp); in rds_message_zcopy_from_user()
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | mrvl,intc.txt | 4 - compatible : Should be "mrvl,mmp-intc", "mrvl,mmp2-intc" or
|
/Linux-v5.4/net/core/ |
D | skbuff.c | 1055 int mm_account_pinned_pages(struct mmpin *mmp, size_t size) in mm_account_pinned_pages() argument 1065 user = mmp->user ? : current_user(); in mm_account_pinned_pages() 1075 if (!mmp->user) { in mm_account_pinned_pages() 1076 mmp->user = get_uid(user); in mm_account_pinned_pages() 1077 mmp->num_pg = num_pg; in mm_account_pinned_pages() 1079 mmp->num_pg += num_pg; in mm_account_pinned_pages() 1086 void mm_unaccount_pinned_pages(struct mmpin *mmp) in mm_unaccount_pinned_pages() argument 1088 if (mmp->user) { in mm_unaccount_pinned_pages() 1089 atomic_long_sub(mmp->num_pg, &mmp->user->locked_vm); in mm_unaccount_pinned_pages() 1090 free_uid(mmp->user); in mm_unaccount_pinned_pages() [all …]
|
/Linux-v5.4/drivers/clk/ |
D | Makefile | 90 obj-$(CONFIG_ARCH_MMP) += mmp/
|
/Linux-v5.4/drivers/video/fbdev/ |
D | Makefile | 87 obj-$(CONFIG_MMP_DISP) += mmp/
|
/Linux-v5.4/drivers/irqchip/ |
D | Makefile | 16 obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
|
/Linux-v5.4/arch/arm/ |
D | Makefile | 190 machine-$(CONFIG_ARCH_MMP) += mmp
|