Searched refs:_write (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | state.h | 139 #define SANDBOX_STATE_IO(_name, _compat, _read, _write) \ argument 143 .write = _write, \
|
| /rk3399_rockchip-uboot/include/ |
| H A D | i2c.h | 611 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument 617 .write = _write, \ 626 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument 629 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
|
| H A D | spi_flash.h | 162 return mtd->_write(mtd, offset, len, &retlen, buf); in spi_flash_write()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/ |
| H A D | msg_port.h | 110 msg_port_##type##_write(port, reg, \
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sf_mtd.c | 109 sf_mtd_info._write = spi_flash_mtd_write; in spi_flash_mtd_register()
|
| H A D | sf_probe.c | 118 return mtd->_write(mtd, offset, len, &retlen, buf); in spi_flash_std_write()
|
| H A D | spi-nor-tiny.c | 748 mtd->_write = spi_nor_write; in spi_nor_scan()
|
| H A D | spi-nor-core.c | 2629 mtd->_write = sst_write; in spi_nor_scan() 2632 mtd->_write = spi_nor_write; in spi_nor_scan()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdcore.c | 992 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write() 998 if (!mtd->_write) { in mtd_write() 1010 return mtd->_write(mtd, to, len, retlen, buf); in mtd_write() 1118 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob() 1124 return mtd->_write(mtd, to, ops->len, &ops->retlen, in mtd_write_oob()
|
| H A D | cfi_mtd.c | 233 mtd->_write = cfi_mtd_write; in cfi_mtd_init()
|
| H A D | mtdpart.c | 399 return mtd->parent->_write(mtd->parent, to + mtd->offset, len, in part_write() 612 if (master->_write) in allocate_partition() 613 slave->_write = part_write; in allocate_partition()
|
| H A D | altera_qspi.c | 327 mtd->_write = altera_qspi_write; in altera_qspi_probe()
|
| H A D | mtdconcat.c | 815 concat->mtd._write = concat_write; in mtd_concat_create()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | mtd.h | 250 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len, member
|