Searched refs:io_op (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | mtd.c | 222 struct mtd_oob_ops *io_op, in mtd_special_write_oob() argument 232 io_op->retlen = mtd->writesize; in mtd_special_write_oob() 235 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob() 245 struct mtd_oob_ops io_op = {}; in do_mtd_io() local 325 io_op.ooblen = woob ? mtd->oobsize : 0; in do_mtd_io() 326 io_op.datbuf = buf; in do_mtd_io() 327 io_op.oobbuf = woob ? &buf[len] : NULL; in do_mtd_io() 355 off += io_op.retlen; in do_mtd_io() 356 remaining -= io_op.retlen; in do_mtd_io() 357 io_op.datbuf += io_op.retlen; in do_mtd_io() [all …]
|
/openbmc/openbmc/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)
|