Home
last modified time | relevance | path

Searched refs:ai (Results 1 – 12 of 12) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Dattach.c1213 kfree(ai); in destroy_ai()
1257 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count); in scan_all()
1307 if (!ai) in alloc_ai()
1308 return ai; in alloc_ai()
1319 kfree(ai); in alloc_ai()
1320 ai = NULL; in alloc_ai()
1323 return ai; in alloc_ai()
1377 if (!*ai) in scan_fast()
1406 if (!ai) in ubi_attach()
1424 if (!ai) in ubi_attach()
[all …]
A Dvtbl.c313 new_aeb = ubi_early_get_peb(ubi, ai);
373 struct ubi_attach_info *ai, argument
496 struct ubi_attach_info *ai) argument
532 const struct ubi_attach_info *ai, argument
595 av = ubi_find_av(ai, i);
716 struct ubi_attach_info *ai) argument
731 ai->highest_vol_id);
738 av = ubi_find_av(ai, i);
742 ubi_remove_av(ai, av);
760 ubi_remove_av(ai, av);
[all …]
A Dfastmap.c162 ai->ec_sum += aeb->ec; in add_aeb()
163 ai->ec_count++; in add_aeb()
165 if (ai->max_ec < aeb->ec) in add_aeb()
166 ai->max_ec = aeb->ec; in add_aeb()
168 if (ai->min_ec > aeb->ec) in add_aeb()
169 ai->min_ec = aeb->ec; in add_aeb()
526 unmap_peb(ai, pnum); in scan_pool()
704 add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
737 add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
741 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count); in ubi_attach_fastmap()
[all …]
A Dubi.h789 int ubi_add_to_av(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum,
791 struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai,
793 void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av);
795 struct ubi_attach_info *ai);
797 void ubi_destroy_ai(struct ubi_attach_info *ai);
804 int ubi_read_volume_table(struct ubi_device *ubi, struct ubi_attach_info *ai);
864 int ubi_eba_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
875 int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
929 int ubi_scan_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai,
A Deba.c1261 struct ubi_attach_info *ai) in print_rsvd_warning() argument
1267 if (ai->max_sqnum > (1 << 18)) { in print_rsvd_warning()
1387 int ubi_eba_init(struct ubi_device *ubi, struct ubi_attach_info *ai) in ubi_eba_init() argument
1401 ubi->global_sqnum = ai->max_sqnum + 1; in ubi_eba_init()
1421 av = ubi_find_av(ai, idx2vol_id(ubi, i)); in ubi_eba_init()
1431 ubi_move_aeb_to_list(av, aeb, &ai->erase); in ubi_eba_init()
1455 print_rsvd_warning(ubi, ai); in ubi_eba_init()
A Dwl.c1529 int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai) argument
1541 ubi->max_ec = ai->max_ec;
1556 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) {
1574 list_for_each_entry(aeb, &ai->free, u.list) {
1593 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
/u-boot/board/edgeble/neural-compute-module-6/
A DMAINTAINERS2 M: Jagan Teki <jagan@edgeble.ai>
/u-boot/board/edgeble/neural-compute-module-2/
A DMAINTAINERS2 M: Jagan Teki <jagan@edgeble.ai>
/u-boot/drivers/mtd/ubispl/
A Dubispl.c476 struct ubi_attach_info *ai, in ubi_attach_fastmap() argument
672 if (WARN_ON(count_fastmap_pebs(ai) != ubi->peb_count - in ubi_attach_fastmap()
673 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
686 struct ubi_attach_info *ai, in ubi_scan_fastmap() argument
832 ret = ubi_attach_fastmap(ubi, ai, fm); in ubi_scan_fastmap()
/u-boot/include/
A Dfsl_sec.h104 u32 ai; /* AI_VERSION */ member
/u-boot/doc/board/sipeed/
A Dmaix.rst9 peripherals to accelerate neural network processing and other "ai" tasks. This
/u-boot/common/
A Ddlmalloc.src3210 H.J. Lu (hjl@gnu.ai.mit.edu)

Completed in 38 milliseconds