Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c367 static int is_init; variable
489 is_init = 1; in gc2235_s_power()
500 if (is_init == 0) { in startup()
517 is_init = 0; in startup()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_32.c76 int is_init) in get_plt_size() argument
87 != is_init) in get_plt_size()
/linux-6.15/lib/kunit/
H A Ddebugfs.c206 if (!suite->is_init) { in kunit_debugfs_create_suite()
H A Dexecutor.c332 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-6.15/rust/kernel/
H A Dkunit.rs278 is_init: false,
/linux-6.15/kernel/module/
H A Dmain.c1561 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections() argument
1593 enum mod_mem_type type = is_init ? init_m_to_mem_type[m] : core_m_to_mem_type[m]; in __layout_sections()
1602 || is_init != module_init_layout_section(sname)) in __layout_sections()
/linux-6.15/include/kunit/
H A Dtest.h257 bool is_init; member
/linux-6.15/Documentation/dev-tools/kunit/
H A Drunning_tips.rst443 ``is_init``
/linux-6.15/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