Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 15 of 15) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/
A Ddebugfs.h50 int close(int fd);
51 int read(int fd, void *buf, int n);
52 int write(int fd, void *buf, int n);
53 int seek(int fd, long off, int whence);
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddev.c55 static chan_t *fd_to_channel(int fd) in fd_to_channel() argument
57 if ((fd < 0) || (fd >= NR_CHANS) || (fdset[fd].index == NODEV)) { in fd_to_channel()
61 return &fdset[fd]; in fd_to_channel()
496 int close(int fd) in close() argument
500 channel = fd_to_channel(fd); in close()
608 int read(int fd, void *buf, int n) in read() argument
616 channel = fd_to_channel(fd); in read()
633 int write(int fd, void *buf, int n) in write() argument
641 channel = fd_to_channel(fd); in write()
657 int seek(int fd, long off, int whence) in seek() argument
[all …]
/tf-a-ffa_el3_spmc/tools/fiptool/
A Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() argument
138 return _fstat(fd, buffer); in fstat()
/tf-a-ffa_el3_spmc/lib/zlib/
A Dzutil.h140 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
167 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
172 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
178 # define fdopen(fd,type) _fdopen(fd,type) argument
A Dzlib.h1340 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
/tf-a-ffa_el3_spmc/tools/amlogic/
A Ddoimage.c25 static inline int fdwrite(int fd, uint8_t *data, size_t len) in fdwrite() argument
32 nr = write(fd, data + l, len - l); in fdwrite()
/tf-a-ffa_el3_spmc/include/drivers/nxp/i2c/
A Di2c.h37 unsigned char fd; /* I2c Bus Frequency Dividor Register */ member
/tf-a-ffa_el3_spmc/docs/plat/
A Dqemu.rst27 ``QEMU_EFI.fd`` can be downloaded from
28 …ponents/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-KERNEL-AARCH64/RELEASE_GCC5/QEMU_EFI.fd
44 Then, you will get ``Build/ArmVirtQemuKernel-AARCH64/DEBUG_GCC5/FV/QEMU_EFI.fd``
72 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
101 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
A Dsynquacer.rst93 SPI_NOR_IMAGE.fd for the serial flasher.
114 - Alternatively you can install SPI_NOR_IMAGE.fd using the `board recovery method`_.
A Dqemu-sbsa.rst39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip
A Dhikey960.rst76 ln -sf ${EDK2_OUTPUT_DIR}/FV/BL33_AP_UEFI.fd
/tf-a-ffa_el3_spmc/docs/components/
A Ddebugfs-design.rst49 int close(int fd);
50 int read(int fd, void *buf, int n);
51 int write(int fd, void *buf, int n);
52 int seek(int fd, long off, int whence);
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/
A Dfvp_tb_fw_config.dts55 bl32_extra2_uuid = "8ea87bb1-cfa2-3f4d-85fd-e7bba50220d9";
/tf-a-ffa_el3_spmc/drivers/nxp/i2c/
A Di2c.c27 i2c_out(&ccsr_i2c->fd, I2C_FD_CONSERV); in i2c_init()
/tf-a-ffa_el3_spmc/
A DPROTOTYPE_README54 - EDK2 binary (FVP_AARCH64_EFI.fd)
84 export BL33_BIN=$PREBUILTS_PATH/FVP_AARCH64_EFI.fd

Completed in 18 milliseconds