/tf-a-ffa_el3_spmc/include/lib/ |
A D | debugfs.h | 50 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 D | dev.c | 55 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 D | win_posix.h | 136 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 D | zutil.h | 140 # 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 D | zlib.h | 1340 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
|
/tf-a-ffa_el3_spmc/tools/amlogic/ |
A D | doimage.c | 25 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 D | i2c.h | 37 unsigned char fd; /* I2c Bus Frequency Dividor Register */ member
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | qemu.rst | 27 ``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 D | synquacer.rst | 93 SPI_NOR_IMAGE.fd for the serial flasher. 114 - Alternatively you can install SPI_NOR_IMAGE.fd using the `board recovery method`_.
|
A D | qemu-sbsa.rst | 39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip
|
A D | hikey960.rst | 76 ln -sf ${EDK2_OUTPUT_DIR}/FV/BL33_AP_UEFI.fd
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | debugfs-design.rst | 49 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 D | fvp_tb_fw_config.dts | 55 bl32_extra2_uuid = "8ea87bb1-cfa2-3f4d-85fd-e7bba50220d9";
|
/tf-a-ffa_el3_spmc/drivers/nxp/i2c/ |
A D | i2c.c | 27 i2c_out(&ccsr_i2c->fd, I2C_FD_CONSERV); in i2c_init()
|
/tf-a-ffa_el3_spmc/ |
A D | PROTOTYPE_README | 54 - EDK2 binary (FVP_AARCH64_EFI.fd) 84 export BL33_BIN=$PREBUILTS_PATH/FVP_AARCH64_EFI.fd
|