Home
last modified time | relevance | path

Searched refs:GFP_KERNEL (Results 1 – 25 of 85) sorted by relevance

1234

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bch.c134 nbc = kzalloc(sizeof(*nbc), GFP_KERNEL); in nand_bch_init()
191 nbc->eccmask = kmalloc(eccbytes, GFP_KERNEL); in nand_bch_init()
192 nbc->errloc = kmalloc(t*sizeof(*nbc->errloc), GFP_KERNEL); in nand_bch_init()
198 erased_page = kmalloc(eccsize, GFP_KERNEL); in nand_bch_init()
H A Drockchip_nand_spl_v9.c388 g_rk_nand->databuf = kzalloc(nand_page_size, GFP_KERNEL); in rockchip_nandc_probe()
495 g_rk_nand = kzalloc(sizeof(*g_rk_nand), GFP_KERNEL); in board_nand_init()
497 g_rk_nand->databuf = kzalloc(nand_page_size, GFP_KERNEL); in board_nand_init()
H A Drockchip_nand_spl.c388 g_rk_nand->databuf = kzalloc(nand_page_size, GFP_KERNEL); in rockchip_nandc_probe()
495 g_rk_nand = kzalloc(sizeof(*g_rk_nand), GFP_KERNEL); in board_nand_init()
497 g_rk_nand->databuf = kzalloc(nand_page_size, GFP_KERNEL); in board_nand_init()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Dpanel.c49 buf = kmemdup(data, blen, GFP_KERNEL); in dsi_panel_parse_cmds()
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()
163 panel = devm_kzalloc(dev, sizeof(struct rk628_panel_simple), GFP_KERNEL); in rk628_panel_info_get()
/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A Di2c-mux-gpio.c81 GFP_KERNEL); in i2c_mux_gpio_probe()
103 GFP_KERNEL); in i2c_mux_gpio_probe()
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c130 data_buf = kzalloc(bbt_page_num * mtd->writesize, GFP_KERNEL); in nanddev_read_bbt()
133 oob_buf = kzalloc(bbt_page_num * mtd->oobsize, GFP_KERNEL); in nanddev_read_bbt()
187 u8 *temp_buf = kzalloc(bbt_page_num * mtd->writesize, GFP_KERNEL); in nanddev_read_bbt()
244 data_buf = kzalloc(bbt_page_num * mtd->writesize, GFP_KERNEL); in nanddev_write_bbt()
247 oob_buf = kzalloc(bbt_page_num * mtd->oobsize, GFP_KERNEL); in nanddev_write_bbt()
401 GFP_KERNEL); in nanddev_bbt_init()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dattach.c130 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list()
162 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_corrupted()
278 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_volume()
368 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in ubi_compare_lebs()
570 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in ubi_add_to_av()
674 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in early_erase_peb()
1233 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all()
1237 vidh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_all()
1303 ai = kzalloc(sizeof(struct ubi_attach_info), GFP_KERNEL); in alloc_ai()
1342 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_fast()
[all …]
H A Dfastmap.c33 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
117 new = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in new_fm_vhdr()
148 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb()
203 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
312 GFP_KERNEL); in update_vol()
469 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
473 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_pool()
536 GFP_KERNEL); in scan_pool()
893 fmsb = kmalloc(sizeof(*fmsb), GFP_KERNEL); in ubi_scan_fastmap()
899 fm = kzalloc(sizeof(*fm), GFP_KERNEL); in ubi_scan_fastmap()
[all …]
H A Dvtbl.c305 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL);
542 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
621 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
H A Deba.c1303 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1307 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1319 GFP_KERNEL); in self_check_eba()
1326 GFP_KERNEL); in self_check_eba()
1410 GFP_KERNEL); in ubi_eba_init()
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dhost.c43 rdrv = devm_kzalloc(cdns->dev, sizeof(*rdrv), GFP_KERNEL); in cdns3_host_init()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-generic.c90 GFP_KERNEL); in ohci_usb_probe()
117 GFP_KERNEL); in ohci_usb_probe()
H A Dehci-generic.c90 GFP_KERNEL); in ehci_usb_probe()
121 GFP_KERNEL); in ehci_usb_probe()
H A Dohci-da8xx.c103 GFP_KERNEL); in ohci_da8xx_probe()
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h71 #define ll_alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand_compat.c11 clk = devm_kzalloc(dev, sizeof(*clk), GFP_KERNEL); in devm_clk_get()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c54 dsim_ddi = kzalloc(sizeof(struct mipi_dsim_ddi), GFP_KERNEL); in exynos_mipi_dsi_register_lcd_device()
180 dsim = kzalloc(sizeof(struct mipi_dsim_device), GFP_KERNEL); in exynos_mipi_dsi_init()
/rk3399_rockchip-uboot/lib/
H A Dlist_sort.c223 elts = kmalloc(sizeof(void *) * TEST_LIST_LEN, GFP_KERNEL); in list_sort_test()
231 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dreplay.c362 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_node()
409 r = kzalloc(sizeof(struct replay_entry), GFP_KERNEL); in insert_dent()
413 nbuf = kmalloc(nlen + 1, GFP_KERNEL); in insert_dent()
747 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud()
751 b = kmalloc(sizeof(struct bud_entry), GFP_KERNEL); in add_replay_bud()
H A Dsb.c157 sup = kzalloc(tmp, GFP_KERNEL); in create_default_filesystem()
203 mst = kzalloc(c->mst_node_alsz, GFP_KERNEL); in create_default_filesystem()
266 idx = kzalloc(ALIGN(tmp, c->min_io_size), GFP_KERNEL); in create_default_filesystem()
290 ino = kzalloc(tmp, GFP_KERNEL); in create_default_filesystem()
326 cs = kzalloc(tmp, GFP_KERNEL); in create_default_filesystem()
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c345 sizeof(*grp->pins), GFP_KERNEL); in armada_37xx_fill_group()
397 GFP_KERNEL); in armada_37xx_fill_func()
593 sizeof(struct armada_37xx_pmx_func), GFP_KERNEL); in armada_37xx_pinctrl_probe()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c120 GFP_KERNEL); in dwc3_alloc_one_event_buffer()
245 DWC3_SCRATCHBUF_SIZE, GFP_KERNEL); in dwc3_alloc_scratch_buffers()
706 sizeof(*dwc) + DWC3_ALIGN_MASK, GFP_KERNEL); in dwc3_uboot_init()
902 GFP_KERNEL); in dwc3_setup_phy()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdconcat.c183 vecs_copy = kmemdup(vecs, sizeof(struct kvec) * count, GFP_KERNEL); in concat_writev()
437 erase = kmalloc(sizeof (struct erase_info), GFP_KERNEL); in concat_erase()
708 concat = kzalloc(size, GFP_KERNEL); in mtd_concat_create()
883 sizeof (struct mtd_erase_region_info), GFP_KERNEL); in mtd_concat_create()
/rk3399_rockchip-uboot/drivers/reset/
H A Dreset-uclass.c95 GFP_KERNEL); in reset_get_bulk()
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-mem.c273 tmpbuf = kzalloc(tmpbufsize, GFP_KERNEL | GFP_DMA); in spi_mem_exec_op()
469 mem = devm_kzalloc(&spi->dev, sizeof(*mem), GFP_KERNEL); in spi_mem_probe()

1234