/linux/scripts/mod/ |
H A D | file2alias.c | 48 module_alias_printf(struct module *mod, bool append_wildcard, in module_alias_printf() 185 unsigned char max, struct module *mod) in do_usb_entry() 287 static void do_usb_entry_multi(struct module *mod, void *symval) in do_usb_entry_multi() 352 static void do_of_entry(struct module *mod, void *symval) in do_of_entry() 379 static void do_hid_entry(struct module *mod, void *symval) in do_hid_entry() 397 static void do_ieee1394_entry(struct module *mod, void *symval) in do_ieee1394_entry() 420 static void do_pci_entry(struct module *mod, void *symval) in do_pci_entry() 475 static void do_ccw_entry(struct module *mod, void *symval) in do_ccw_entry() 498 static void do_ap_entry(struct module *mod, void *symval) in do_ap_entry() 506 static void do_css_entry(struct module *mod, void *symval) in do_css_entry() [all …]
|
H A D | modpost.c | 164 struct module *mod; in find_module() local 176 struct module *mod; in new_module() local 239 sym_add_unresolved(const char * name,struct module * mod,bool weak) sym_add_unresolved() argument 249 sym_find_with_module(const char * name,struct module * mod) sym_find_with_module() argument 337 sym_add_exported(const char * name,struct module * mod,bool gpl_only,const char * namespace) sym_add_exported() argument 599 handle_symbol(struct module * mod,struct elf_info * info,const Elf_Sym * sym,const char * symname) handle_symbol() argument 1052 check_export_symbol(struct module * mod,struct elf_info * elf,Elf_Addr faddr,const char * secname,Elf_Sym * sym) check_export_symbol() argument 1122 check_section_mismatch(struct module * mod,struct elf_info * elf,Elf_Sym * sym,unsigned int fsecndx,const char * fromsec,Elf_Addr faddr,Elf_Addr taddr) check_section_mismatch() argument 1317 section_rela(struct module * mod,struct elf_info * elf,unsigned int fsecndx,const char * fromsec,const Elf_Rela * start,const Elf_Rela * stop) section_rela() argument 1359 section_rel(struct module * mod,struct elf_info * elf,unsigned int fsecndx,const char * fromsec,const Elf_Rel * start,const Elf_Rel * stop) section_rel() argument 1408 check_sec_ref(struct module * mod,struct elf_info * elf) check_sec_ref() argument 1457 extract_crcs_for_object(const char * object,struct module * mod) extract_crcs_for_object() argument 1525 mod_set_crcs(struct module * mod) mod_set_crcs() argument 1557 struct module *mod; read_symbols() local 1681 check_exports(struct module * mod) check_exports() argument 1747 keep_no_trim_symbols(struct module * mod) keep_no_trim_symbols() argument 1764 check_modname_len(struct module * mod) check_modname_len() argument 1780 add_header(struct buffer * b,struct module * mod) add_header() argument 1810 add_exported_symbols(struct buffer * buf,struct module * mod) add_exported_symbols() argument 1848 add_extended_versions(struct buffer * b,struct module * mod) add_extended_versions() argument 1891 add_versions(struct buffer * b,struct module * mod) add_versions() argument 1927 add_depends(struct buffer * b,struct module * mod) add_depends() argument 1960 add_srcversion(struct buffer * b,struct module * mod) add_srcversion() argument 2026 write_vmlinux_export_c_file(struct module * mod) write_vmlinux_export_c_file() argument 2039 write_mod_c_file(struct module * mod) write_mod_c_file() argument 2090 struct module *mod; read_dump() local 2138 struct module *mod; write_dump() local 2160 struct module *mod; write_namespace_deps_files() local 2207 struct module *mod; main() local [all...] |
/linux/kernel/module/ |
H A D | sysfs.c | 65 static int add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs() argument 122 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs() argument 151 static int add_notes_attrs(struct module *mod, cons argument 211 remove_notes_attrs(struct module * mod) remove_notes_attrs() argument 226 add_sect_attrs(struct module * mod,const struct load_info * info) add_sect_attrs() argument 230 remove_sect_attrs(struct module * mod) remove_sect_attrs() argument 231 add_notes_attrs(struct module * mod,const struct load_info * info) add_notes_attrs() argument 235 remove_notes_attrs(struct module * mod) remove_notes_attrs() argument 238 del_usage_links(struct module * mod) del_usage_links() argument 250 add_usage_links(struct module * mod) add_usage_links() argument 270 module_remove_modinfo_attrs(struct module * mod,int end) module_remove_modinfo_attrs() argument 288 module_add_modinfo_attrs(struct module * mod) module_add_modinfo_attrs() argument 324 mod_kobject_put(struct module * mod) mod_kobject_put() argument 333 mod_sysfs_init(struct module * mod) mod_sysfs_init() argument 365 mod_sysfs_setup(struct module * mod,const struct load_info * info,struct kernel_param * kparam,unsigned int num_params) mod_sysfs_setup() argument 420 mod_sysfs_fini(struct module * mod) mod_sysfs_fini() argument 427 mod_sysfs_teardown(struct module * mod) mod_sysfs_teardown() argument 437 init_param_lock(struct module * mod) init_param_lock() argument [all...] |
H A D | kallsyms.c | 25 const struct module *mod) in is_exported() argument 113 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab() argument 170 add_kallsyms(struct module * mod,const struct load_info * info) add_kallsyms() argument 228 init_build_id(struct module * mod,const struct load_info * info) init_build_id() argument 242 init_build_id(struct module * mod,const struct load_info * info) init_build_id() argument 256 find_kallsyms_symbol(struct module * mod,unsigned long addr,unsigned long * size,unsigned long * offset) find_kallsyms_symbol() argument 314 dereference_module_function_descriptor(struct module * mod,void * ptr) dereference_module_function_descriptor() argument 332 struct module *mod; module_address_lookup() local 361 struct module *mod; lookup_module_symbol_name() local 387 struct module *mod; module_get_kallsym() local 414 __find_kallsyms_symbol_value(struct module * mod,const char * name) __find_kallsyms_symbol_value() argument 431 struct module *mod; __module_kallsyms_lookup_name() local 466 find_kallsyms_symbol_value(struct module * mod,const char * name) find_kallsyms_symbol_value() argument 480 struct module *mod; module_kallsyms_on_each_symbol() local [all...] |
H A D | strict_rwx.c | 14 static int module_set_memory(const struct module *mod, enum mod_mem_type type, in module_set_memory() 32 int module_enable_text_rox(const struct module *mod) in module_enable_text_rox() 50 int module_enable_rodata_ro(const struct module *mod) in module_enable_rodata_ro() 67 int module_enable_rodata_ro_after_init(const struct module *mod) in module_enable_rodata_ro_after_init() 75 int module_enable_data_nx(const struct module *mod) in module_enable_data_nx() 90 char *secstrings, struct module *mod) in module_enforce_rwx_sections()
|
H A D | procfs.c | 16 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 41 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 65 static unsigned int module_total_size(struct module *mod) in module_total_size() 76 struct module *mod = list_entry(p, struct module, list); in m_show() local
|
H A D | tree_lookup.c | 78 void mod_tree_insert(struct module *mod) in mod_tree_insert() 87 void mod_tree_remove_init(struct module *mod) in mod_tree_remove_init() 95 void mod_tree_remove(struct module *mod) in mod_tree_remove()
|
/linux/drivers/net/can/ |
H A D | janz-ican3.c | 292 static inline void ican3_set_page(struct ican3_dev *mod, unsigned int page) in ican3_set_page() 309 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg() 354 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg() 391 static void ican3_init_new_host_interface(struct ican3_dev *mod) in ican3_init_new_host_interface() 470 static void ican3_init_fast_host_interface(struct ican3_dev *mod) in ican3_init_fast_host_interface() 558 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg() 589 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg() 621 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg() 637 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg() 657 static int ican3_msg_connect(struct ican3_dev *mod) in ican3_msg_connect() [all …]
|
/linux/sound/soc/renesas/rcar/ |
H A D | ssi.c | 82 struct rsnd_mod mod; member 116 #define rsnd_ssi_is_multi_secondary(mod, io) \ argument 118 #define rsnd_ssi_is_run_mods(mod, io) \ argument 120 #define rsnd_ssi_can_output_clk(mod) (!__rsnd_ssi_is_pin_sharing(mod)) argument 124 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local 139 static void rsnd_ssi_status_clear(struct rsnd_mod *mod) in rsnd_ssi_status_clear() 144 static u32 rsnd_ssi_status_get(struct rsnd_mod *mod) in rsnd_ssi_status_get() 149 static void rsnd_ssi_status_check(struct rsnd_mod *mod, in rsnd_ssi_status_check() 179 struct rsnd_mod *mod = rsnd_io_to_mod(io, types[i]); in rsnd_ssi_multi_secondaries() local 266 static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod, in rsnd_ssi_master_clk_start() [all …]
|
H A D | src.c | 34 struct rsnd_mod mod; member 46 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val) argument 68 static void rsnd_src_activation(struct rsnd_mod *mod) in rsnd_src_activation() 74 static void rsnd_src_halt(struct rsnd_mod *mod) in rsnd_src_halt() 81 struct rsnd_mod *mod) in rsnd_src_dma_req() 92 struct rsnd_mod *mod) in rsnd_src_convert_rate() 203 struct rsnd_mod *mod) in rsnd_src_set_convert_rate() 263 struct rsnd_mod *mod) in rsnd_src_init_convert_rate() 409 static int rsnd_src_irq(struct rsnd_mod *mod, in rsnd_src_irq() 448 static void rsnd_src_status_clear(struct rsnd_mod *mod) in rsnd_src_status_clear() [all …]
|
H A D | core.c | 116 void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type) in rsnd_mod_make_sure() 128 struct rsnd_mod *mod) in rsnd_mod_dma_req() 138 char *rsnd_mod_name(struct rsnd_mod *mod) in rsnd_mod_name() 167 u32 *rsnd_mod_get_status(struct rsnd_mod *mod, in rsnd_mod_get_status() 174 int rsnd_mod_id_raw(struct rsnd_mod *mod) in rsnd_mod_id_raw() 179 int rsnd_mod_id(struct rsnd_mod *mod) in rsnd_mod_id() 187 int rsnd_mod_id_sub(struct rsnd_mod *mod) in rsnd_mod_id_sub() 196 struct rsnd_mod *mod, in rsnd_mod_init() 216 void rsnd_mod_quit(struct rsnd_mod *mod) in rsnd_mod_quit() 222 void rsnd_mod_interrupt(struct rsnd_mod *mod, in rsnd_mod_interrupt() [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | module.c | 47 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none() 60 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32() 67 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64() 74 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel() 80 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute() 86 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup() 105 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, in apply_r_larch_sop_push_plt_pcrel() 120 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop() 166 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field() 257 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub() [all …]
|
/linux/lib/ |
H A D | codetag.c | 24 struct module *mod; member 128 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol() 148 static struct codetag_range get_section_range(struct module *mod, in get_section_range() 157 static const char *get_mod_name(__maybe_unused struct module *mod) in get_mod_name() 166 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init() 213 bool codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section() 241 void *codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section() 266 void codetag_free_module_sections(struct module *mod) in codetag_free_module_sections() 282 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() 298 void codetag_load_module(struct module *mod) in codetag_load_module() [all …]
|
H A D | bug.c | 69 struct module *mod; in module_find_bug() local 89 struct module *mod) in module_bug_finalize() 117 void module_bug_cleanup(struct module *mod) in module_bug_cleanup() 236 struct module *mod; in generic_bug_clear_once() local
|
H A D | once.c | 25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump() 61 unsigned long *flags, struct module *mod) in __do_once_done() 91 struct module *mod) in __do_once_sleepable_done()
|
/linux/sound/soc/intel/avs/ |
H A D | path.c | 33 struct avs_path_module *mod; in avs_path_find_module() local 145 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create() 265 static struct avs_control_data *avs_get_module_control(struct avs_path_module *mod) in avs_get_module_control() 288 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create() 324 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create() 346 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create() 363 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create() 383 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create() 402 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create() 420 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create() [all …]
|
/linux/kernel/printk/ |
H A D | index.c | 20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos) in pi_get_entry() 45 const struct module *mod = s->file->f_inode->i_private; in pi_next() local 128 static const char *pi_get_module_name(struct module *mod) in pi_get_module_name() 133 static const char *pi_get_module_name(struct module *mod) in pi_get_module_name() 139 static void pi_create_file(struct module *mod) in pi_create_file() 146 static void pi_remove_file(struct module *mod) in pi_remove_file() 154 struct module *mod = data; in pi_module_notify() local
|
/linux/include/linux/ |
H A D | kmod.h | 25 #define request_module(mod...) __request_module(true, mod) argument 26 #define request_module_nowait(mod...) __request_module(false, mod) argument 27 #define try_then_request_module(x, mod...) \ argument 32 #define try_then_request_module(x, mod...) (x) argument
|
H A D | module.h | 47 struct module *mod; member 329 struct module *mod; member 616 static inline bool module_is_live(struct module *mod) in module_is_live() 621 static inline bool module_is_coming(struct module *mod) in module_is_coming() 634 const struct module *mod, in within_module_mem_type() 645 const struct module *mod) in within_module_core() 655 const struct module *mod) in within_module_init() 664 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() 745 #define module_name(mod) \ argument 764 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module() [all …]
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_panel.c | 40 struct panel_module *mod; member 86 struct panel_module *mod) in panel_encoder_create() 123 struct panel_module *mod; member 187 struct panel_module *mod, struct drm_encoder *encoder) in panel_connector_create() 225 static int panel_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in panel_modeset_init() 309 struct tilcdc_module *mod; in panel_probe() local 373 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in panel_remove() local
|
/linux/drivers/gpio/ |
H A D | gpio-janz-ttl.c | 59 struct ttl_module *mod = dev_get_drvdata(gpio->parent); in ttl_get_value() local 81 struct ttl_module *mod = dev_get_drvdata(gpio->parent); in ttl_set_value() local 108 static void ttl_write_reg(struct ttl_module *mod, u8 reg, u16 val) in ttl_write_reg() 114 static void ttl_setup_device(struct ttl_module *mod) in ttl_setup_device() 143 struct ttl_module *mod; in ttl_probe() local
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | topology.c | 167 struct audioreach_module *mod; in audioreach_tplg_alloc_module() local 424 struct audioreach_module *mod = NULL; in audioreach_parse_common_tokens() local 578 struct audioreach_module *mod; in audioreach_widget_load_module_common() local 605 struct audioreach_module *mod; in audioreach_widget_load_enc_dec_cnv() local 640 static int audioreach_widget_log_module_load(struct audioreach_module *mod, in audioreach_widget_log_module_load() 670 static int audioreach_widget_dma_module_load(struct audioreach_module *mod, in audioreach_widget_dma_module_load() 699 static int audioreach_widget_i2s_module_load(struct audioreach_module *mod, in audioreach_widget_i2s_module_load() 734 static int audioreach_widget_dp_module_load(struct audioreach_module *mod, in audioreach_widget_dp_module_load() 762 struct audioreach_module *mod; in audioreach_widget_load_buffer() local 846 struct audioreach_module *mod = w->dobj.private; in audioreach_pga_event() local [all …]
|
/linux/net/ethtool/ |
H A D | netlink.h | 75 bool *mod) in ethnl_update_u32() 101 bool *mod) in ethnl_update_u8() 127 bool *mod) in ethnl_update_bool32() 153 bool *mod) in ethnl_update_bool() 180 const struct nlattr *attr, bool *mod) in ethnl_update_binary() 204 bool *mod) in ethnl_update_bitfield32()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod.c | 65 void usbhs_mod_register(struct usbhs_priv *priv, struct usbhs_mod *mod, int id) in usbhs_mod_register() 90 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_mod_is_host() local 109 struct usbhs_mod *mod = NULL; in usbhs_mod_change() local 194 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_status_get_each_irq() local 303 void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod) in usbhs_irq_callback_update()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.c | 82 enum hinic_mod_type mod, in hinic_register_mgmt_msg_cb() 102 enum hinic_mod_type mod) in hinic_unregister_mgmt_msg_cb() 127 u16 msg_len, enum hinic_mod_type mod, in prepare_header() 201 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt() 246 enum hinic_mod_type mod, u8 cmd, in msg_to_mgmt_sync() 320 enum hinic_mod_type mod, u8 cmd, in msg_to_mgmt_async() 351 enum hinic_mod_type mod, u8 cmd, in hinic_msg_to_mgmt()
|