Searched refs:get_symbol (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | debug.c | 34 static const char *get_symbol(unsigned long val, const struct trace_print_flags *symbol_array) in get_symbol() function 48 return get_symbol(id, hif_msg_print_map); in wfx_get_hif_name() 53 return get_symbol(id, hif_mib_print_map); in wfx_get_mib_name() 58 return get_symbol(id, wfx_reg_print_map); in wfx_get_reg_name()
|
/linux-6.12.1/lib/ |
D | codetag.c | 128 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol() function 152 get_symbol(mod, "__start_", section), in get_section_range() 153 get_symbol(mod, "__stop_", section), in get_section_range()
|