Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch19 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 Dstate.h173 #define SANDBOX_STATE_IO(_name, _compat, _read, _write) \ argument
176 .read = _read, \
/openbmc/u-boot/include/
H A Di2c.h650 #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 Dspi_flash.h169 return mtd->_read(mtd, offset, len, &retlen, buf); in spi_flash_read()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h110 (msg_port_##type##_read(port, reg) \
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_mtd.c107 sf_mtd_info._read = spi_flash_mtd_read; in spi_flash_mtd_register()
H A Dsf_probe.c102 return log_ret(mtd->_read(mtd, offset, len, &retlen, buf)); in spi_flash_std_read()
H A Dspi-nor-tiny.c747 mtd->_read = spi_nor_read; in spi_nor_scan()
H A Dspi-nor-core.c2838 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 D0001-smem-fix-support-for-source-option-python3.patch42 def _read(self, f):
/openbmc/u-boot/drivers/mtd/
H A Dcfi_mtd.c231 mtd->_read = cfi_mtd_read; in cfi_mtd_init()
H A Dmtdpart.c296 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 Dmtdcore.c963 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 Daltera_qspi.c325 mtd->_read = altera_qspi_read; in altera_qspi_probe()
H A Dmtdconcat.c813 concat->mtd._read = concat_read; in mtd_concat_create()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h243 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len, member