Home
last modified time | relevance | path

Searched defs:is_init (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c47 bool is_init; member
/linux/drivers/phy/st/
H A Dphy-stm32-combophy.c90 bool is_init; member
/linux/include/kunit/
H A Dtest.h257 bool is_init; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7856 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()
7985 u8 *o_buf, u8 is_init) in bnx2x_8727_read_sfp_module_eeprom()
/linux/kernel/module/
H A Dmain.c1629 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections()