Searched refs:iter (Results 1 – 6 of 6) sorted by relevance
| /include/linux/mtd/ |
| A D | nand.h | 622 iter->req.dataoffs = nanddev_offs_to_pos(nand, offs, &iter->req.pos); in nanddev_io_iter_init() 630 iter->dataleft); in nanddev_io_iter_init() 633 iter->oobbytes_per_page - iter->req.ooboffs, in nanddev_io_iter_init() 634 iter->oobleft); in nanddev_io_iter_init() 648 iter->dataleft -= iter->req.datalen; in nanddev_io_iter_next_page() 649 iter->req.databuf.in += iter->req.datalen; in nanddev_io_iter_next_page() 650 iter->oobleft -= iter->req.ooblen; in nanddev_io_iter_next_page() 651 iter->req.oobbuf.in += iter->req.ooblen; in nanddev_io_iter_next_page() 656 iter->req.ooblen = min_t(unsigned int, iter->oobbytes_per_page, in nanddev_io_iter_next_page() 657 iter->oobleft); in nanddev_io_iter_next_page() [all …]
|
| /include/ |
| A D | bootflow.h | 304 void bootflow_iter_init(struct bootflow_iter *iter, int flags); 311 void bootflow_iter_uninit(struct bootflow_iter *iter); 322 int bootflow_iter_drop_bootmeth(struct bootflow_iter *iter, 343 struct bootflow_iter *iter, int flags, 357 int bootflow_scan_next(struct bootflow_iter *iter, struct bootflow *bflow); 420 int bootflow_run_boot(struct bootflow_iter *iter, struct bootflow *bflow); 449 int bootflow_iter_check_blk(const struct bootflow_iter *iter); 458 int bootflow_iter_check_mmc(const struct bootflow_iter *iter); 467 int bootflow_iter_check_sf(const struct bootflow_iter *iter); 477 int bootflow_iter_check_net(const struct bootflow_iter *iter); [all …]
|
| A D | cpu_func.h | 31 #define for_each_cpu(iter, cpu, num_cpus, mask) \ argument 32 for (iter = 0, cpu = cpumask_next(-1, mask); \ 33 iter < num_cpus; \ 34 iter++, cpu = cpumask_next(cpu, mask)) \
|
| A D | bootdev.h | 135 int (*get_bootflow)(struct udevice *dev, struct bootflow_iter *iter, 151 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, 177 struct bootflow_iter *iter, struct bootflow *bflow); 259 int bootdev_setup_iter(struct bootflow_iter *iter, const char *label, 336 int bootdev_next_label(struct bootflow_iter *iter, struct udevice **devp, 351 int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp);
|
| A D | bootmeth.h | 82 int (*check)(struct udevice *dev, struct bootflow_iter *iter); 211 int bootmeth_check(struct udevice *dev, struct bootflow_iter *iter); 297 int bootmeth_setup_iter_order(struct bootflow_iter *iter, bool include_global);
|
| A D | qfw.h | 283 struct fw_cfg_file_iter *iter); 297 struct fw_file *qfw_file_iter_next(struct fw_cfg_file_iter *iter); 309 bool qfw_file_iter_end(struct fw_cfg_file_iter *iter);
|
Completed in 16 milliseconds