Searched refs:io_op (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mtd.c | 207 struct mtd_oob_ops *io_op, in mtd_special_write_oob() argument 216 if (!write_empty_pages && mtd_oob_write_is_empty(io_op)) { in mtd_special_write_oob() 217 io_op->retlen = mtd->writesize; in mtd_special_write_oob() 218 io_op->oobretlen = woob ? mtd->oobsize : 0; in mtd_special_write_oob() 220 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob() 275 struct mtd_oob_ops io_op = {}; in do_mtd() local 336 io_op.mode = raw ? MTD_OPS_RAW : MTD_OPS_AUTO_OOB; in do_mtd() 337 io_op.len = has_pages ? mtd->writesize : len; in do_mtd() 338 io_op.ooblen = woob ? mtd->oobsize : 0; in do_mtd() 339 io_op.datbuf = buf; in do_mtd() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshyacc.py | 38 io_type, io_op, io_file = io_target 39 return IORedirect(io_op, io_file, io_number) 41 io_type, io_op, io_name, io_content = io_target 42 return HereDocument(io_op, io_name, io_content, io_number)
|