Home
last modified time | relevance | path

Searched refs:has_init (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dmodpost.h102 bool has_init; member
H A Dmodpost.c659 mod->has_init = true; in handle_symbol()
1848 if (mod->has_init) in add_header()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c111 if (m->has_init) in print_mmc_devices()
H A Dmmc.c2625 if (mmc->has_init) in mmc_get_op_cond()
2726 mmc->has_init = 0; in mmc_start_init()
2752 mmc->has_init = 0; in mmc_complete_init()
2754 mmc->has_init = 1; in mmc_complete_init()
2767 if (mmc->has_init) in mmc_init()
2790 if (!mmc->has_init) in mmc_deinit()
H A Dmmc-uclass.c271 if (m->has_init) in print_mmc_devices()
/openbmc/u-boot/cmd/
H A Dmmc.c108 mmc->has_init = 0; in init_mmc_device()
841 mmc->has_init = 0; in do_mmc_setdsr()
/openbmc/u-boot/include/
H A Dmmc.h577 uint has_init; member