/kernel/linux/linux-6.6/rust/kernel/init/ |
H A D | __internal.rs | 131 /// If `self.is_init` is true, then `self.value` is initialized. 136 is_init: bool, 142 if self.is_init { in drop() 143 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is in drop() 159 is_init: false, in uninit() 170 if this.is_init { in init() 171 this.is_init = false; in init() 172 // SAFETY: `this.is_init` was true and therefore `this.value` is initialized. in init() 178 this.is_init = true; in init()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/trng/ |
H A D | trng.c | 47 bool is_init; member 267 if (!trng_devices.is_init) { in hisi_trng_probe() 270 trng_devices.is_init = true; in hisi_trng_probe()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 377 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module_32.c | 75 int is_init) in get_plt_size() 86 != is_init) in get_plt_size() 72 get_plt_size(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, const char *secstrings, int is_init) get_plt_size() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module_32.c | 76 int is_init) in get_plt_size() 87 != is_init) in get_plt_size() 73 get_plt_size(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, const char *secstrings, int is_init) get_plt_size() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 547 static int is_init; variable 667 is_init = 1; in gc2235_s_power() 748 if (is_init == 0) { in startup() 764 is_init = 0; in startup()
|
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 58 static int dcon_hw_init(struct dcon_priv *dcon, int is_init) in dcon_hw_init() argument 70 if (is_init) { in dcon_hw_init() 94 if (is_init) { in dcon_hw_init()
|
/kernel/linux/linux-6.6/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 59 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx7-media-csi.c | 190 bool is_init; member 408 if (csi->is_init) in imx7_csi_init() 418 csi->is_init = true; in imx7_csi_init() 425 if (!csi->is_init) in imx7_csi_deinit() 433 csi->is_init = false; in imx7_csi_deinit()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | main.c | 1504 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 7854 u8 *o_buf, u8 is_init) in bnx2x_8726_read_sfp_module_eeprom() 7943 u8 *o_buf, u8 is_init) in bnx2x_warpcore_read_sfp_module_eeprom() 7960 if ((!is_init) && (cnt == I2C_WA_PWR_ITER)) { in bnx2x_warpcore_read_sfp_module_eeprom() 7983 u8 *o_buf, u8 is_init) in bnx2x_8727_read_sfp_module_eeprom() 7851 bnx2x_8726_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_8726_read_sfp_module_eeprom() argument 7939 bnx2x_warpcore_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_warpcore_read_sfp_module_eeprom() argument 7980 bnx2x_8727_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_8727_read_sfp_module_eeprom() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 7856 u8 *o_buf, u8 is_init) in bnx2x_8726_read_sfp_module_eeprom() 7945 u8 *o_buf, u8 is_init) in bnx2x_warpcore_read_sfp_module_eeprom() 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() 7853 bnx2x_8726_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_8726_read_sfp_module_eeprom() argument 7941 bnx2x_warpcore_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_warpcore_read_sfp_module_eeprom() argument 7982 bnx2x_8727_read_sfp_module_eeprom(struct bnx2x_phy *phy, struct link_params *params, u8 dev_addr, u16 addr, u8 byte_cnt, u8 *o_buf, u8 is_init) bnx2x_8727_read_sfp_module_eeprom() argument
|