Home
last modified time | relevance | path

Searched refs:is_init (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/rust/kernel/init/
H A D__internal.rs136 is_init: bool, field
142 if self.is_init { in drop()
159 is_init: false, in uninit()
170 if this.is_init { in init()
171 this.is_init = false; in init()
178 this.is_init = true; in init()
/openbmc/u-boot/cmd/aspeed/
H A Dpeci.c43 static bool is_init = false; in ast2500_peci_init() local
46 if (is_init) in ast2500_peci_init()
70 is_init = true; in ast2500_peci_init()
77 static bool is_init = false; in ast2600_peci_init() local
80 if (is_init) in ast2600_peci_init()
103 is_init = true; in ast2600_peci_init()
/openbmc/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c47 bool is_init; member
267 if (!trng_devices.is_init) { in hisi_trng_probe()
270 trng_devices.is_init = true; in hisi_trng_probe()
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c377 static int is_init; variable
499 is_init = 1; in gc2235_s_power()
510 if (is_init == 0) { in startup()
527 is_init = 0; in startup()
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c76 int is_init) in get_plt_size() argument
87 != is_init) in get_plt_size()
/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c59 static int dcon_hw_init(struct dcon_priv *dcon, int is_init) in dcon_hw_init() argument
71 if (is_init) { in dcon_hw_init()
95 if (is_init) { in dcon_hw_init()
/openbmc/linux/kernel/module/
H A Dmain.c1504 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections() argument
1536 enum mod_mem_type type = is_init ? init_m_to_mem_type[m] : core_m_to_mem_type[m]; in __layout_sections()
1545 || is_init != module_init_layout_section(sname)) in __layout_sections()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7856 u8 *o_buf, u8 is_init) in bnx2x_8726_read_sfp_module_eeprom() argument
7945 u8 *o_buf, u8 is_init) in bnx2x_warpcore_read_sfp_module_eeprom() argument
7962 if ((!is_init) && (cnt == I2C_WA_PWR_ITER)) { in bnx2x_warpcore_read_sfp_module_eeprom()
7985 u8 *o_buf, u8 is_init) in bnx2x_8727_read_sfp_module_eeprom() argument