Home
last modified time | relevance | path

Searched refs:init_in_progress (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c2304 mmc->init_in_progress = 1;
2314 mmc->init_in_progress = 0;
2341 if (!mmc->init_in_progress)
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h603 char init_in_progress; /* 1 if we have done mmc_start_init() */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c740 if (pi->init_in_progress) in wlc_phy_init()
743 pi->init_in_progress = true; in wlc_phy_init()
785 pi->init_in_progress = false; in wlc_phy_init()
H A Dphy_int.h555 bool init_in_progress; member