new_compat 128 arch/arm/mach-mvebu/board-v7.c struct property *new_compat; new_compat 130 arch/arm/mach-mvebu/board-v7.c new_compat = kzalloc(sizeof(*new_compat), GFP_KERNEL); new_compat 132 arch/arm/mach-mvebu/board-v7.c new_compat->name = kstrdup("compatible", GFP_KERNEL); new_compat 133 arch/arm/mach-mvebu/board-v7.c new_compat->length = sizeof("marvell,mv78230-a0-i2c"); new_compat 134 arch/arm/mach-mvebu/board-v7.c new_compat->value = kstrdup("marvell,mv78230-a0-i2c", new_compat 137 arch/arm/mach-mvebu/board-v7.c of_update_property(np, new_compat); new_compat 83 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c char *new_compat; new_compat 102 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c new_compat = kmalloc(new_len, GFP_KERNEL); new_compat 104 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c omapdss_prefix_strcpy(new_compat, new_len, prop->value, prop->length); new_compat 106 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c omapdss_update_prop(node, new_compat, new_len); new_compat 83 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c char *new_compat; new_compat 102 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c new_compat = kmalloc(new_len, GFP_KERNEL); new_compat 103 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c if (!new_compat) new_compat 106 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c omapdss_prefix_strcpy(new_compat, new_len, prop->value, prop->length); new_compat 108 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c omapdss_update_prop(node, new_compat, new_len);