HomeSort by relevance Sort by last modified time
    Searched refs:loadfs (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
xilinx.h 50 int (*loadfs)(xilinx_desc *, const void *, size_t, fpga_fs_info *); member in struct:xilinx_fpga_op
  /external/u-boot/drivers/fpga/
xilinx.c 165 if (!desc->operations || !desc->operations->loadfs) {
166 printf("%s: Missing loadfs operation\n", __func__);
170 return desc->operations->loadfs(desc, buf, bsize, fpga_fsinfo);
zynqpl.c 497 .loadfs = zynq_loadfs,

Completed in 90 milliseconds