Searched refs:rescan (Results 1 - 12 of 12) sorted by path

/u-boot/arch/arm/mach-k3/
H A Dam642_init.c104 int ret, rescan; local
115 ret = fdtdec_resetup(&rescan);
116 if (!ret && rescan) {
H A Dj721e_init.c144 int ret, rescan, mmc_dev = -1; local
156 ret = fdtdec_resetup(&rescan);
157 if (!ret && rescan) {
H A Dj721s2_init.c241 int ret, rescan, mmc_dev = -1; local
252 ret = fdtdec_resetup(&rescan);
253 if (!ret && rescan) {
/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c181 int rescan; local
216 ret = fdtdec_resetup(&rescan);
217 if (!ret && rescan) {
/u-boot/board/aristainetos/
H A Daristainetos.c523 int rescan; local
526 fdtdec_resetup(&rescan);
/u-boot/board/ge/bx50v3/
H A Dbx50v3.c394 int ret, rescan; local
399 ret = fdtdec_resetup(&rescan);
400 if (!ret && rescan) {
/u-boot/cmd/
H A Dmmc.c1019 printf("set dsr %s\n", (!ret) ? "OK, force rescan" : "ERROR");
1211 U_BOOT_CMD_MKENT(rescan, 2, 1, do_mmc_rescan, "", ""),
1274 "mmc rescan [mode]\n"
/u-boot/drivers/usb/gadget/
H A Dat91_udc.c140 rescan:
193 goto rescan;
/u-boot/fs/btrfs/
H A Dctree.h1044 rescan, 64);
1053 struct btrfs_qgroup_status_item, rescan, 64);
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h1033 /* Is qgroup rescan running? */
1038 * configuration has changed in a way that makes a rescan necessary, or
1062 __le64 rescan; member in struct:btrfs_qgroup_status_item
/u-boot/include/
H A Dfdtdec.h1176 * If this functions signals that a rescan is necessary, the board code must
1177 * unbind all the drivers using dm_uninit() and then rescan the DT with
1180 * @param rescan Returns a flag indicating that fdt has changed and rescanning
1185 int fdtdec_resetup(int *rescan);
/u-boot/lib/
H A Dfdtdec.c1730 int fdtdec_resetup(int *rescan) argument
1746 * the DM and rescan the fdt.
1748 *rescan = 0;
1752 *rescan = 1;
1760 * to teard down DM and rescan the DT in this case.
1762 *rescan = 0;

Completed in 187 milliseconds