Home
last modified time | relevance | path

Searched refs:kcalloc (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Dpanel.c78 pcmds->cmds = kcalloc(cnt, sizeof(struct cmd_desc), GFP_KERNEL); in dsi_panel_parse_cmds()
116 rk628->panel->on_cmds = kcalloc(1, sizeof(struct panel_cmds), GFP_KERNEL); in dsi_panel_get_cmds()
130 rk628->panel->off_cmds = kcalloc(1, sizeof(struct panel_cmds), GFP_KERNEL); in dsi_panel_get_cmds()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h68 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c400 nand->bbt.cache = kcalloc(nwords, sizeof(*nand->bbt.cache), in nanddev_bbt_init()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap.c33 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c983 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()
/rk3399_rockchip-uboot/common/
H A Dedid.c7086 new = kcalloc(valid_extensions + 1, HDMI_EDID_BLOCK_SIZE, GFP_KERNEL); in drm_do_get_edid()