Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A D__internal.rs142 is_init: bool, field
148 if self.is_init { in drop()
165 is_init: false, in uninit()
176 if this.is_init { in init()
177 this.is_init = false; in init()
184 this.is_init = true; in init()
/linux/drivers/phy/st/
H A Dphy-stm32-combophy.c90 bool is_init; member
384 if (combophy->is_init) { in stm32_combophy_suspend_noirq()
404 if (combophy->is_init) { in stm32_combophy_resume_noirq()
423 combophy->is_init = false; in stm32_combophy_exit()
477 combophy->is_init = true; in stm32_combophy_init()
/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()
/linux/lib/kunit/
H A Dexecutor.c334 total_suite_start[i]->is_init = true; in kunit_merge_suite_sets()
H A Dattributes.c246 return ((void *) suite->is_init); in attr_is_init_get()
/linux/kernel/module/
H A Dmain.c1656 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections() argument
1687 enum mod_mem_type type = is_init ? init_m_to_mem_type[m] : core_m_to_mem_type[m]; in __layout_sections()
1696 || is_init != module_init_layout_section(sname)) in __layout_sections()
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst443 ``is_init``
/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