/u-boot/drivers/clk/ |
A D | clk_sandbox_ccf.c | 64 pll = kzalloc(sizeof(*pll), GFP_KERNEL); in sandbox_clk_pllv3() 127 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in sandbox_clk_register_gate2() 179 mux = kzalloc(sizeof(*mux), GFP_KERNEL); in sandbox_clk_composite() 190 div = kzalloc(sizeof(*div), GFP_KERNEL); in sandbox_clk_composite() 199 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in sandbox_clk_composite()
|
A D | clk-fixed-factor.c | 44 fix = kzalloc(sizeof(*fix), GFP_KERNEL); in clk_hw_register_fixed_factor()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_bch.c | 136 nbc = kzalloc(sizeof(*nbc), GFP_KERNEL); in nand_bch_init() 193 nbc->eccmask = kmalloc(eccbytes, GFP_KERNEL); in nand_bch_init() 194 nbc->errloc = kmalloc(t*sizeof(*nbc->errloc), GFP_KERNEL); in nand_bch_init() 200 erased_page = kmalloc(eccsize, GFP_KERNEL); in nand_bch_init()
|
/u-boot/lib/crypto/ |
A D | x509_public_key.c | 63 sig->s = kmemdup(cert->raw_sig, cert->raw_sig_size, GFP_KERNEL); in x509_get_sig_params() 107 sig->digest = kmalloc(sig->digest_size, GFP_KERNEL); in x509_get_sig_params() 111 desc = kzalloc(desc_size, GFP_KERNEL); in x509_get_sig_params() 248 desc = kmalloc(sulen + 2 + srlen * 2 + 1, GFP_KERNEL); in x509_key_preparse() 258 kids = kmalloc(sizeof(struct asymmetric_key_ids), GFP_KERNEL); in x509_key_preparse()
|
A D | x509_cert_parser.c | 82 cert = kzalloc(sizeof(struct x509_certificate), GFP_KERNEL); in x509_cert_parse() 85 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse() 88 cert->sig = kzalloc(sizeof(struct public_key_signature), GFP_KERNEL); in x509_cert_parse() 91 ctx = kzalloc(sizeof(struct x509_parse_context), GFP_KERNEL); in x509_cert_parse() 116 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse() 122 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse() 352 buffer = kmalloc(1, GFP_KERNEL); in x509_fabricate_name() 375 GFP_KERNEL); in x509_fabricate_name() 400 buffer = kmalloc(namesize + 1, GFP_KERNEL); in x509_fabricate_name()
|
A D | pkcs7_parser.c | 133 ctx = kzalloc(sizeof(struct pkcs7_parse_context), GFP_KERNEL); in pkcs7_parse_message() 136 ctx->msg = kzalloc(sizeof(struct pkcs7_message), GFP_KERNEL); in pkcs7_parse_message() 139 ctx->sinfo = kzalloc(sizeof(struct pkcs7_signed_info), GFP_KERNEL); in pkcs7_parse_message() 143 GFP_KERNEL); in pkcs7_parse_message() 647 ctx->sinfo->sig->s = kmemdup(value, vlen, GFP_KERNEL); 691 ctx->sinfo = kzalloc(sizeof(struct pkcs7_signed_info), GFP_KERNEL); 695 GFP_KERNEL);
|
A D | public_key.c | 221 GFP_KERNEL); in software_key_query() 285 req = akcipher_request_alloc(tfm, GFP_KERNEL); in software_key_eds_op() 290 GFP_KERNEL); in software_key_eds_op() 376 req = akcipher_request_alloc(tfm, GFP_KERNEL); in public_key_verify_signature() 381 GFP_KERNEL); in public_key_verify_signature()
|
A D | asymmetric_type.c | 85 p = req = kmalloc(2 + 1 + len * 2 + 1, GFP_KERNEL); in find_asymmetric_key() 161 GFP_KERNEL); in asymmetric_key_generate_id() 252 GFP_KERNEL); in asymmetric_key_hex_to_key_id() 478 kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in asymmetric_restriction_alloc() 509 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
|
/u-boot/drivers/clk/imx/ |
A D | clk-composite-8m.c | 130 mux = kzalloc(sizeof(*mux), GFP_KERNEL); in imx8m_clk_composite_flags() 141 div = kzalloc(sizeof(*div), GFP_KERNEL); in imx8m_clk_composite_flags() 150 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in imx8m_clk_composite_flags()
|
A D | clk-pfd.c | 90 pfd = kzalloc(sizeof(*pfd), GFP_KERNEL); in imx_clk_pfd()
|
/u-boot/drivers/i2c/muxes/ |
A D | i2c-mux-gpio.c | 84 GFP_KERNEL); in i2c_mux_gpio_probe() 106 GFP_KERNEL); in i2c_mux_gpio_probe()
|
/u-boot/drivers/clk/at91/ |
A D | clk-main.c | 117 main_rc = kzalloc(sizeof(*main_rc), GFP_KERNEL); in at91_clk_main_rc() 203 main = kzalloc(sizeof(*main), GFP_KERNEL); in at91_clk_main_osc() 269 main = kzalloc(sizeof(*main), GFP_KERNEL); in at91_clk_rm9200_main() 360 main = kzalloc(sizeof(*main), GFP_KERNEL); in at91_clk_sam9x5_main()
|
A D | clk-utmi.c | 139 utmi = kzalloc(sizeof(*utmi), GFP_KERNEL); in at91_clk_register_utmi() 212 utmi = kzalloc(sizeof(*utmi), GFP_KERNEL); in at91_clk_sama7g5_register_utmi()
|
A D | sckc.c | 85 GFP_KERNEL); in at91_sam9x60_clk_register_td_slck() 91 strlen(parent_names[i]) + 1, GFP_KERNEL); in at91_sam9x60_clk_register_td_slck()
|
A D | sam9x60.c | 368 (_dst) = kzalloc(sizeof(*(_dst)) * (_num), GFP_KERNEL); \ 404 GFP_KERNEL); in sam9x60_clk_probe() 418 GFP_KERNEL); in sam9x60_clk_probe() 428 GFP_KERNEL); in sam9x60_clk_probe() 438 GFP_KERNEL); in sam9x60_clk_probe()
|
A D | clk-system.c | 89 sys = kzalloc(sizeof(*sys), GFP_KERNEL); in at91_clk_register_system()
|
/u-boot/drivers/usb/cdns3/ |
A D | host.c | 44 rdrv = devm_kzalloc(cdns->dev, sizeof(*rdrv), GFP_KERNEL); in cdns3_host_init()
|
/u-boot/arch/arm/mach-imx/ |
A D | cmd_nandbcb.c | 342 u8 *ecc_buf = kzalloc(ecc_buf_size, GFP_KERNEL); in encode_bch_ecc() 343 u8 *tmp_buf = kzalloc(blocksize * numblocks, GFP_KERNEL); in encode_bch_ecc() 585 GFP_KERNEL); in write_fcb() 840 buf = kzalloc(length, GFP_KERNEL); in nandbcb_write_bs_skip_bad() 1008 fcb = kzalloc(sizeof(*fcb), GFP_KERNEL); in nandbcb_init() 1019 dbbt_page = kzalloc(mtd->writesize, GFP_KERNEL); in nandbcb_init() 1026 dbbt_data_page = kzalloc(mtd->writesize, GFP_KERNEL); in nandbcb_init() 1114 fcb = kzalloc(sizeof(*fcb), GFP_KERNEL); in do_nandbcb_bcbonly() 1127 dbbt_page = kzalloc(mtd->writesize, GFP_KERNEL); in do_nandbcb_bcbonly() 1134 dbbt_data_page = kzalloc(mtd->writesize, GFP_KERNEL); in do_nandbcb_bcbonly() [all …]
|
/u-boot/drivers/mtd/ubi/ |
A D | attach.c | 133 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list() 165 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_corrupted() 281 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_volume() 371 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in ubi_compare_lebs() 573 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in ubi_add_to_av() 677 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in early_erase_peb() 1236 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all() 1240 vidh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_all() 1345 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_fast() 1349 vidh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_fast() [all …]
|
A D | fastmap.c | 121 new = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in new_fm_vhdr() 316 GFP_KERNEL); in update_vol() 473 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool() 477 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_pool() 540 GFP_KERNEL); in scan_pool() 897 fmsb = kmalloc(sizeof(*fmsb), GFP_KERNEL); in ubi_scan_fastmap() 903 fm = kzalloc(sizeof(*fm), GFP_KERNEL); in ubi_scan_fastmap() 946 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap() 952 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in ubi_scan_fastmap() 1430 fm = kzalloc(sizeof(*fm), GFP_KERNEL); in invalidate_fastmap() [all …]
|
/u-boot/arch/arm/include/asm/proc-armv/ |
A D | processor.h | 71 #define ll_alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))
|
/u-boot/drivers/usb/host/ |
A D | ehci-generic.c | 92 GFP_KERNEL); in ehci_usb_probe() 123 GFP_KERNEL); in ehci_usb_probe()
|
A D | ohci-generic.c | 92 GFP_KERNEL); in ohci_usb_probe() 120 GFP_KERNEL); in ohci_usb_probe()
|
/u-boot/drivers/clk/kendryte/ |
A D | bypass.c | 220 kcalloc(child_count, sizeof(struct clk *), GFP_KERNEL); in k210_bypass_set_children() 255 bypass = kzalloc(sizeof(*bypass), GFP_KERNEL); in k210_register_bypass()
|
/u-boot/drivers/mtd/nand/ |
A D | bbt.c | 35 nand->bbt.cache = kzalloc(nwords, GFP_KERNEL); in nanddev_bbt_init()
|