Searched refs:kcalloc (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | panel.c | 78 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 D | compat.h | 68 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/ |
| H A D | bbt.c | 400 nand->bbt.cache = kcalloc(nwords, sizeof(*nand->bbt.cache), in nanddev_bbt_init()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | fastmap.c | 33 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 983 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 7086 new = kcalloc(valid_extensions + 1, HDMI_EDID_BLOCK_SIZE, GFP_KERNEL); in drm_do_get_edid()
|