| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 19 File "/usr/lib/python3.10/pty.py", line 132, in _read 35 @@ -178,7 +178,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | state.h | 173 #define SANDBOX_STATE_IO(_name, _compat, _read, _write) \ argument 176 .read = _read, \
|
| /openbmc/u-boot/include/ |
| H A D | i2c.h | 650 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument 655 .read = _read, \ 665 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument 668 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
|
| H A D | spi_flash.h | 169 return mtd->_read(mtd, offset, len, &retlen, buf); in spi_flash_read()
|
| /openbmc/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | msg_port.h | 110 (msg_port_##type##_read(port, reg) \
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | sf_mtd.c | 107 sf_mtd_info._read = spi_flash_mtd_read; in spi_flash_mtd_register()
|
| H A D | sf_probe.c | 102 return log_ret(mtd->_read(mtd, offset, len, &retlen, buf)); in spi_flash_std_read()
|
| H A D | spi-nor-tiny.c | 747 mtd->_read = spi_nor_read; in spi_nor_scan()
|
| H A D | spi-nor-core.c | 2838 mtd->_read = spi_nor_read; in spi_nor_scan()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/ |
| H A D | 0001-smem-fix-support-for-source-option-python3.patch | 42 def _read(self, f):
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_mtd.c | 231 mtd->_read = cfi_mtd_read; in cfi_mtd_init()
|
| H A D | mtdpart.c | 296 res = mtd->parent->_read(mtd->parent, from + mtd->offset, len, in part_read() 609 if (master->_read) in allocate_partition() 610 slave->_read = part_read; in allocate_partition()
|
| H A D | mtdcore.c | 963 if (mtd->_read) { in mtd_read() 964 ret_code = mtd->_read(mtd, from, len, retlen, buf); in mtd_read() 1079 if (!mtd->_read_oob && (!mtd->_read || ops->oobbuf)) in mtd_read_oob() 1085 ret_code = mtd->_read(mtd, from, ops->len, &ops->retlen, in mtd_read_oob()
|
| H A D | altera_qspi.c | 325 mtd->_read = altera_qspi_read; in altera_qspi_probe()
|
| H A D | mtdconcat.c | 813 concat->mtd._read = concat_read; in mtd_concat_create()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 243 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len, member
|