Searched refs:free (Results 276 - 300 of 520) sorted by relevance

<<11121314151617181920>>

/u-boot/lib/efi_loader/
H A Defi_boottime.c231 free(hitem);
237 free(handle);
518 * efi_free_pool_ext() - free memory from pool
627 free(handler);
1058 free(hitem);
1061 free(item);
1154 free(item);
1197 free(handler);
1264 * The allocated buffer has to be freed with free().
1364 free(driver_handle_buffe
[all...]
/u-boot/fs/ubifs/
H A Dubifs.h1039 * LPROPS_DIRTY: dirty > free, dirty >= @c->dead_wm, not index
1040 * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index
1041 * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
1044 * LPROPS_FREEABLE: free + dirty == leb_size, not index, not taken
1045 * LPROPS_FRDI_IDX: free + dirty == leb_size and index, may be taken
1066 * @free: amount of free space in bytes
1074 int free; member in struct:ubifs_lprops
1086 * @free: amount of free spac
1092 int free; member in struct:ubifs_lpt_lprops
[all...]
H A Ddebug.c596 long long available, outstanding, free; local
649 free = ubifs_get_free_space_nolock(c);
651 pr_err("\tavailable: %lld, outstanding %lld, free %lld\n",
652 available, outstanding, free);
670 spc = lp->free + lp->dirty;
677 pr_err("LEB %-7d free %-8d dirty %-8d used %-8d free + dirty %-8d flags %#x (",
678 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc,
681 pr_err("LEB %-7d free %-8d dirty %-8d used %-8d free
1063 long long free; local
[all...]
/u-boot/drivers/gpio/
H A Dgpio-uclass.c403 free(str);
494 free(uc_priv->name[offset]);
1413 free(uc_priv->name);
1427 free(uc_priv->name[i]);
1429 free(uc_priv->claimed);
1430 free(uc_priv->name);
1488 free(propname);
/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c125 free(host->pmecc_partial_syn);
126 free(host->pmecc_si);
127 free(host->pmecc_lmu);
128 free(host->pmecc_smu);
129 free(host->pmecc_mu);
130 free(host->pmecc_dmu);
131 free(host->pmecc_delta);
H A Dtegra_nand.c517 struct nand_oobfree *free = chip->ecc.layout->oobfree; local
554 memcpy(tag_ptr, chip->oob_poi + free->offset,
634 memcpy(chip->oob_poi + free->offset,
733 struct nand_oobfree *free = chip->ecc.layout->oobfree; local
813 (u8 *)(chip->oob_poi + free->offset),
H A Dnand_util.c504 free(vops.datbuf);
545 free(verbuf);
903 free(buf);
/u-boot/cmd/
H A Dmtdparts.c479 free(part);
491 * Delete all partitions from parts head list, free memory.
500 /* clean tmp_list and free allocated memory */
505 free(part_tmp);
732 * Delete all mtd devices from a supplied devices list, free memory allocated for
747 free(dev_tmp);
765 free(dev);
1595 free(dev);
1629 free(id_tmp);
1701 /* clean mtdids list and free allocate
[all...]
/u-boot/drivers/usb/host/
H A Dehci-hcd.c714 free(qtd);
718 free(qtd);
1437 free(result->tds);
1439 free(result->first);
1440 free(result);
1485 /* Do not free buffers associated with QHs, they're owned by someone else */
1526 free(queue->tds);
1527 free(queue->first);
1528 free(queue);
1681 * free hea
[all...]
/u-boot/drivers/usb/gadget/
H A Df_rockusb.c208 free(f_rkusb->out_req->buf);
213 free(f_rkusb->in_req->buf);
218 free(f_rkusb->buf_head);
311 free(f_rkusb->buf_head);
312 free(f_rkusb);
/u-boot/drivers/net/
H A Dsh_eth.c315 free(port_info->rx_desc_alloc);
327 free(port_info->tx_desc_alloc);
337 free(port_info->rx_desc_alloc);
342 free(port_info->rx_buf_alloc);
720 free(port_info->phydev);
H A Dmvgbe.c621 * free these descriptors and point next in the ring
685 free(dmvgbe->p_aligned_txbuf);
687 free(dmvgbe->p_rxbuf);
689 free(dmvgbe->p_rxdesc);
/u-boot/tools/
H A Dkwbimage.c8 * <thomas.petazzoni@free-electrons.com>
1104 free(image);
1560 free(image);
1951 free(image_cfg);
1972 free(image_cfg);
1978 free(image_cfg);
1982 free(image_cfg);
1992 free(image);
2200 free(image_cfg);
2220 free(image_cf
[all...]
H A Dmtk_image.c180 free(buf);
187 free(buf);
209 free(buf);
H A Dmkeficapsule.c110 * A caller should free @data.
325 * free(cert.data);
326 * free(key.data);
369 free(sig_path);
374 * free_sig_data - free out signature data
571 free(data);
572 free(new_data);
/u-boot/drivers/mtd/ubi/
H A Dubi.h164 * @u.rb: link in the corresponding (free/used) RB-tree
473 * @free: RB-tree of free physical eraseblocks
474 * @free_count: Contains the number of elements in @free
479 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
584 struct rb_root free; member in struct:ubi_device
703 * @free: list of free physical eraseblocks
732 struct list_head free; member in struct:ubi_attach_info
763 * not zero, the worker has to free th
[all...]
/u-boot/drivers/qe/
H A Dqe.c258 free(addr);
271 free(addr);
304 free(addr);
/u-boot/common/
H A Dusb_hub.c471 free(usb_scan);
495 free(usb_scan);
565 free(usb_scan);
/u-boot/disk/
H A Dpart.c442 free(dup_str);
655 free(dup_str);
742 free(dup_str);
/u-boot/drivers/dfu/
H A Ddfu.c179 free(env_bkp);
189 free(dfu_buf);
574 free(t);
637 /* We will free "dfu" in dfu_free_entities() */
/u-boot/drivers/firmware/arm-ffa/
H A Darm-ffa-uclass.c66 "BUSY: RX buffer of the caller is not free",
322 * ffa_free_rxtx_buffers() - free the RX/TX buffers
334 free(uc_priv->pair.rxbuf);
339 free(uc_priv->pair.txbuf);
384 free(uc_priv->pair.rxbuf);
/u-boot/drivers/spi/
H A Dfsl_espi.c160 free(buf);
288 free(buffer);
407 free(fsl);
/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c429 free(cpsw_mdio);
467 free(cpsw_mdio);
483 free(mdio);
/u-boot/drivers/remoteproc/
H A Drproc-uclass.c960 free(rsc_table);
986 free(uc_pdata->fw_name);
1064 free(addr);
/u-boot/drivers/i2c/
H A Di2c-uclass.c210 free(buf);
329 free(str);
460 free(dev_name);

Completed in 198 milliseconds

<<11121314151617181920>>