Searched refs:free (Results 226 - 250 of 520) sorted by relevance

1234567891011>>

/u-boot/fs/jffs2/
H A Djffs2_1pass.c242 free(buf);
268 free(buf);
349 free(buf);
377 free(buf);
483 we shouldn't free it then. */
525 free( list->listMemBase );
656 free(pL->readbuf);
657 free(pL);
832 /* name is assumed slash free */
1549 free(bu
[all...]
/u-boot/drivers/net/fsl-mc/
H A Dmc.c1180 free(dflt_dpio);
1215 free(dflt_dpio);
1300 free(dflt_mc_io);
1335 free(dflt_mc_io);
1338 free(root_mc_io);
1436 free(dflt_dpbp);
1457 free(dflt_dpbp);
1533 free(dflt_dpni);
1554 free(dflt_dpni);
/u-boot/drivers/net/
H A De1000_spi.c361 free(buffer);
368 free(buffer);
385 free(buffer);
H A Dxilinx_axi_mrmac.c400 * axi_mrmac_free_pkt - MRMAC free packet function
407 * This is Rx free packet function of MRMAC. Prepare MRMAC for reception of
505 free(priv->tx_bd[0]);
506 free(priv->rx_bd[0]);
507 free(priv->txminframe);
H A Dfsl_enetc.c337 /* free should be able to handle NULL, just free all pointers */
338 free(priv->enetc_txbd);
339 free(priv->enetc_rxbd);
364 * - free up allocated memory
373 free(priv->enetc_txbd);
374 free(priv->enetc_rxbd);
678 /* free up the slot in the ring for HW */
/u-boot/drivers/usb/gadget/
H A Df_fastboot.c287 free(f_fb->out_req->buf);
292 free(f_fb->in_req->buf);
394 free(f_fb);
H A Df_acm.c275 free(f_acm);
457 free(f_acm->req_out->buf);
463 free(f_acm->req_in->buf);
553 free(f_acm);
/u-boot/test/
H A Dcompression.c464 free(buf->compare_buf);
465 free(buf->uncompressed_buf);
466 free(buf->compressed_buf);
/u-boot/tools/
H A Dmkexynosspl.c183 free(buffer);
H A Dfit_common.c181 free(buf);
/u-boot/scripts/kconfig/
H A Dmconf.c326 free(pos);
351 free(pos);
457 free(pos);
459 free(sym_arr);
/u-boot/common/
H A Dqfw.c63 free(file);
/u-boot/tools/env/
H A Dfw_env_main.c279 free(lockname);
/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c463 free(chip->programmed);
465 free(chip);
643 free(chip->programmed);
647 free(chip);
/u-boot/lib/efi_driver/
H A Defi_block_device.c140 free(name);
/u-boot/lib/efi_loader/
H A Defi_image_loader.c477 free(sorted);
513 free(regs);
755 free(regs);
757 free(new_efi);
/u-boot/drivers/spi/
H A Dspi-mem-nodm.c80 free(op_buf);
/u-boot/cmd/
H A Dbootefi.c110 free(loaded_image_info->load_options);
/u-boot/drivers/core/
H A Duclass.c101 free(uclass_get_priv(uc));
106 free(uc);
139 free(uclass_get_priv(uc));
140 free(uc);
/u-boot/drivers/sound/
H A Dsound-uclass.c120 free(data);
/u-boot/drivers/mtd/onenand/
H A Donenand_bbt.c12 * This program is free software; you can redistribute it and/or modify
221 free(bbm->bbt);
/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c141 free(plat->reg);
/u-boot/drivers/usb/musb-new/
H A Dux500.c153 free(host->host);
/u-boot/drivers/input/
H A Dkey_matrix.c169 free(plain_keycode);
/u-boot/drivers/mmc/
H A Datmel_sdhci.c39 free(host);

Completed in 232 milliseconds

1234567891011>>