Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/openbmc/linux/kernel/module/
H A Dsysfs.c125 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs()
230 static void remove_notes_attrs(struct module *mod) in remove_notes_attrs()
243 static void del_usage_links(struct module *mod) in del_usage_links()
255 static int add_usage_links(struct module *mod) in add_usage_links()
293 static int module_add_modinfo_attrs(struct module *mod) in module_add_modinfo_attrs()
329 static void mod_kobject_put(struct module *mod) in mod_kobject_put()
338 static int mod_sysfs_init(struct module *mod) in mod_sysfs_init()
370 int mod_sysfs_setup(struct module *mod, in mod_sysfs_setup()
416 static void mod_sysfs_fini(struct module *mod) in mod_sysfs_fini()
423 void mod_sysfs_teardown(struct module *mod) in mod_sysfs_teardown()
[all …]
H A Dmain.c311 struct module *mod; in find_symbol() local
349 struct module *mod; in find_module_all() local
420 struct module *mod; in __is_module_percpu_address() local
701 struct module *mod; in SYSCALL_DEFINE2() local
1064 struct module *mod) in verify_namespace_is_imported()
2365 struct module *mod; in layout_and_allocate() local
2642 struct module *mod; in finished_loading() local
2836 struct module *mod; in load_module() local
3227 struct module *mod; in search_module_extables() local
3277 struct module *mod; in __module_address() local
[all …]
H A Dkallsyms.c25 const struct module *mod) in is_exported()
113 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
170 void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
228 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
242 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
256 static const char *find_kallsyms_symbol(struct module *mod, in find_kallsyms_symbol()
332 struct module *mod; in module_address_lookup() local
361 struct module *mod; in lookup_module_symbol_name() local
387 struct module *mod; in module_get_kallsym() local
431 struct module *mod; in __module_kallsyms_lookup_name() local
[all …]
H A Dinternal.h64 struct module *mod; member
83 unsigned int sym, str, mod, vers, info, pcpu; member
149 static inline void free_module_elf(struct module *mod) { } in free_module_elf()
152 static inline bool set_livepatch_module(struct module *mod) in set_livepatch_module()
308 static inline void mod_tree_insert(struct module *mod) { } in mod_tree_insert()
310 static inline void mod_tree_remove(struct module *mod) { } in mod_tree_remove()
313 struct module *mod; in mod_find() local
368 static inline int mod_sysfs_setup(struct module *mod, in mod_sysfs_setup()
377 static inline void init_param_lock(struct module *mod) { } in init_param_lock()
390 struct module *mod, in check_version()
[all …]
H A Dstrict_rwx.c14 static void module_set_memory(const struct module *mod, enum mod_mem_type type, in module_set_memory()
29 void module_enable_x(const struct module *mod) in module_enable_x()
35 void module_enable_ro(const struct module *mod, bool after_init) in module_enable_ro()
53 void module_enable_nx(const struct module *mod) in module_enable_nx()
63 char *secstrings, struct module *mod) in module_enforce_rwx_sections()
H A Dprocfs.c16 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
/openbmc/linux/drivers/net/can/
H A Djanz-ican3.c657 static int ican3_msg_connect(struct ican3_dev *mod) in ican3_msg_connect()
1350 static bool ican3_txok(struct ican3_dev *mod) in ican3_txok()
1376 static int ican3_recv_skb(struct ican3_dev *mod) in ican3_recv_skb()
1496 struct ican3_dev *mod = dev_id; in ican3_irq() local
1639 struct ican3_dev *mod = netdev_priv(ndev); in ican3_open() local
1666 struct ican3_dev *mod = netdev_priv(ndev); in ican3_stop() local
1690 struct ican3_dev *mod = netdev_priv(ndev); in ican3_xmit() local
1781 struct ican3_dev *mod = netdev_priv(ndev); in ican3_set_mode() local
1806 struct ican3_dev *mod = netdev_priv(ndev); in ican3_get_berr_counter() local
1894 struct ican3_dev *mod; in ican3_probe() local
[all …]
/openbmc/linux/sound/soc/sh/rcar/
H A Dssi.c80 struct rsnd_mod mod; member
116 #define rsnd_ssi_is_run_mods(mod, io) \ argument
122 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local
470 static int rsnd_ssi_init(struct rsnd_mod *mod, in rsnd_ssi_init()
500 static int rsnd_ssi_quit(struct rsnd_mod *mod, in rsnd_ssi_quit()
582 static int rsnd_ssi_stop(struct rsnd_mod *mod, in rsnd_ssi_stop()
626 static int rsnd_ssi_irq(struct rsnd_mod *mod, in rsnd_ssi_irq()
716 struct rsnd_mod *mod = data; in rsnd_ssi_interrupt() local
1004 struct rsnd_mod *mod) in rsnd_ssi_dma_req()
1033 struct rsnd_mod *mod) in rsnd_ssi_debug_info()
[all …]
H A Dctu.c73 struct rsnd_mod mod; member
101 static void rsnd_ctu_halt(struct rsnd_mod *mod) in rsnd_ctu_halt()
107 static int rsnd_ctu_probe_(struct rsnd_mod *mod, in rsnd_ctu_probe_()
115 struct rsnd_mod *mod) in rsnd_ctu_value_init()
152 struct rsnd_mod *mod) in rsnd_ctu_value_reset()
170 static int rsnd_ctu_init(struct rsnd_mod *mod, in rsnd_ctu_init()
187 static int rsnd_ctu_quit(struct rsnd_mod *mod, in rsnd_ctu_quit()
198 static int rsnd_ctu_pcm_new(struct rsnd_mod *mod, in rsnd_ctu_pcm_new()
264 static int rsnd_ctu_id(struct rsnd_mod *mod) in rsnd_ctu_id()
273 static int rsnd_ctu_id_sub(struct rsnd_mod *mod) in rsnd_ctu_id_sub()
[all …]
H A Dsrc.c33 struct rsnd_mod mod; member
72 static void rsnd_src_halt(struct rsnd_mod *mod) in rsnd_src_halt()
79 struct rsnd_mod *mod) in rsnd_src_dma_req()
90 struct rsnd_mod *mod) in rsnd_src_convert_rate()
201 struct rsnd_mod *mod) in rsnd_src_set_convert_rate()
356 static int rsnd_src_irq(struct rsnd_mod *mod, in rsnd_src_irq()
452 static int rsnd_src_stop(struct rsnd_mod *mod, in rsnd_src_stop()
461 static int rsnd_src_init(struct rsnd_mod *mod, in rsnd_src_init()
484 static int rsnd_src_quit(struct rsnd_mod *mod, in rsnd_src_quit()
526 struct rsnd_mod *mod = data; in rsnd_src_interrupt() local
[all …]
H A Dssiu.c12 struct rsnd_mod mod; member
132 static u32 *rsnd_ssiu_get_status(struct rsnd_mod *mod, in rsnd_ssiu_get_status()
142 static int rsnd_ssiu_init(struct rsnd_mod *mod, in rsnd_ssiu_init()
226 static int rsnd_ssiu_quit(struct rsnd_mod *mod, in rsnd_ssiu_quit()
243 static int rsnd_ssiu_init_gen2(struct rsnd_mod *mod, in rsnd_ssiu_init_gen2()
371 static int rsnd_ssiu_id(struct rsnd_mod *mod) in rsnd_ssiu_id()
379 static int rsnd_ssiu_id_sub(struct rsnd_mod *mod) in rsnd_ssiu_id_sub()
388 struct rsnd_mod *mod) in rsnd_ssiu_dma_req()
414 struct rsnd_mod *mod) in rsnd_ssiu_debug_info()
458 struct rsnd_mod *mod = rsnd_mod_get(ssiu); in rsnd_parse_connect_ssiu_compatible() local
[all …]
H A Ddvc.c37 struct rsnd_mod mod; member
63 static void rsnd_dvc_halt(struct rsnd_mod *mod) in rsnd_dvc_halt()
74 struct rsnd_mod *mod) in rsnd_dvc_volume_parameter()
94 struct rsnd_mod *mod) in rsnd_dvc_volume_init()
144 struct rsnd_mod *mod) in rsnd_dvc_volume_update()
178 static int rsnd_dvc_probe_(struct rsnd_mod *mod, in rsnd_dvc_probe_()
185 static int rsnd_dvc_init(struct rsnd_mod *mod, in rsnd_dvc_init()
204 static int rsnd_dvc_quit(struct rsnd_mod *mod, in rsnd_dvc_quit()
215 static int rsnd_dvc_pcm_new(struct rsnd_mod *mod, in rsnd_dvc_pcm_new()
284 struct rsnd_mod *mod) in rsnd_dvc_dma_req()
[all …]
H A Dmix.c39 struct rsnd_mod mod; member
69 static void rsnd_mix_activation(struct rsnd_mod *mod) in rsnd_mix_activation()
75 static void rsnd_mix_halt(struct rsnd_mod *mod) in rsnd_mix_halt()
85 struct rsnd_mod *mod) in rsnd_mix_volume_parameter()
105 struct rsnd_mod *mod) in rsnd_mix_volume_init()
126 struct rsnd_mod *mod) in rsnd_mix_volume_update()
138 static int rsnd_mix_probe_(struct rsnd_mod *mod, in rsnd_mix_probe_()
145 static int rsnd_mix_init(struct rsnd_mod *mod, in rsnd_mix_init()
164 static int rsnd_mix_quit(struct rsnd_mod *mod, in rsnd_mix_quit()
175 static int rsnd_mix_pcm_new(struct rsnd_mod *mod, in rsnd_mix_pcm_new()
[all …]
H A Ddma.c35 struct rsnd_mod mod; member
78 struct rsnd_mod *mod = data; in rsnd_dmaen_complete() local
241 struct rsnd_mod *mod, char *x) in rsnd_dma_request_channel()
380 struct rsnd_mod *mod) in rsnd_dmapp_get_id()
432 struct rsnd_mod *mod = rsnd_mod_get(dma); in rsnd_dmapp_write() local
444 struct rsnd_mod *mod = rsnd_mod_get(dma); in rsnd_dmapp_read() local
453 struct rsnd_mod *mod = rsnd_mod_get(dma); in rsnd_dmapp_bset() local
520 struct rsnd_mod *mod) in rsnd_dmapp_debug_info()
583 struct rsnd_mod *mod, in rsnd_gen2_dma_addr()
687 struct rsnd_mod *mod, in rsnd_dma_addr()
[all …]
H A Dcmd.c11 struct rsnd_mod mod; member
23 static int rsnd_cmd_init(struct rsnd_mod *mod, in rsnd_cmd_init()
99 static int rsnd_cmd_start(struct rsnd_mod *mod, in rsnd_cmd_start()
108 static int rsnd_cmd_stop(struct rsnd_mod *mod, in rsnd_cmd_stop()
120 struct rsnd_mod *mod) in rsnd_cmd_debug_info()
149 struct rsnd_mod *mod = rsnd_cmd_mod_get(priv, id); in rsnd_cmd_attach() local
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c46 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
59 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
66 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
104 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, in apply_r_larch_sop_push_plt_pcrel()
119 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
278 static int apply_r_larch_b26(struct module *mod, in apply_r_larch_b26()
312 static int apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_pcala()
346 static int apply_r_larch_got_pc(struct module *mod, in apply_r_larch_got_pc()
423 struct module *mod) in apply_relocate_add()
499 const Elf_Shdr *sechdrs, struct module *mod) in module_init_ftrace_plt()
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c310 module_arch_freeing_init (struct module *mod) in module_arch_freeing_init()
424 struct module *mod) in module_frob_arch_sections()
489 in_init (const struct module *mod, uint64_t addr) in in_init()
495 in_core (const struct module *mod, uint64_t addr) in in_core()
501 is_internal (const struct module *mod, uint64_t value) in is_internal()
510 get_ltoff (struct module *mod, uint64_t value, int *okp) in get_ltoff()
532 gp_addressable (struct module *mod, uint64_t value) in gp_addressable()
585 get_fdesc (struct module *mod, uint64_t value, int *okp) in get_fdesc()
791 unsigned int relsec, struct module *mod) in apply_relocate_add()
851 register_unwind_table (struct module *mod) in register_unwind_table()
[all …]
/openbmc/linux/kernel/printk/
H A Dindex.c20 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
/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c32 struct avs_path_module *mod; in avs_path_find_module() local
144 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
349 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
366 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
386 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
405 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
423 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
562 struct avs_path_module *mod; in avs_path_module_create() local
665 struct avs_path_module *mod; in avs_path_pipeline_arm() local
698 struct avs_path_module *mod, *save; in avs_path_pipeline_free() local
[all …]
/openbmc/linux/include/linux/
H A Dkmod.h25 #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
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c169 int mod, rl, rh; in x86emuOp2_set_byte() local
293 int mod, rl, rh; in x86emuOp2_bt_R() local
356 int mod, rl, rh; in x86emuOp2_shld_IMM() local
427 int mod, rl, rh; in x86emuOp2_shld_CL() local
517 int mod, rl, rh; in x86emuOp2_bts_R() local
590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local
661 int mod, rl, rh; in x86emuOp2_shrd_CL() local
722 int mod, rl, rh; in x86emuOp2_imul_R_RM() local
814 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local
843 int mod, rl, rh; in x86emuOp2_btr_R() local
[all …]
H A Dops.c206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local
348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local
951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local
1075 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local
1271 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local
1352 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local
1464 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local
1543 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local
[all …]
/openbmc/u-boot/drivers/sound/
H A Dsamsung-i2s.c32 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_lr_framesize() local
63 unsigned int mod = readl(&i2s_reg->mod) & ~MOD_MASK; in i2s_txctrl() local
85 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_bitclk_framesize() local
132 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_sysclk_dir() local
154 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_fmt() local
231 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_samplesize() local
/openbmc/linux/scripts/mod/
H A Dmodpost.c173 struct module *mod; in find_module() local
184 struct module *mod; in new_module() local
1622 static void mod_set_crcs(struct module *mod) in mod_set_crcs()
1654 struct module *mod; in read_symbols() local
1770 static void check_exports(struct module *mod) in check_exports()
1831 static void check_modname_len(struct module *mod) in check_modname_len()
2081 static void write_mod_c_file(struct module *mod) in write_mod_c_file()
2123 struct module *mod; in read_dump() local
2171 struct module *mod; in write_dump() local
2193 struct module *mod; in write_namespace_deps_files() local
[all …]
/openbmc/linux/net/ethtool/
H A Dnetlink.h74 bool *mod) in ethnl_update_u32()
100 bool *mod) in ethnl_update_u8()
126 bool *mod) in ethnl_update_bool32()
152 bool *mod) in ethnl_update_bool()
179 const struct nlattr *attr, bool *mod) in ethnl_update_binary()
203 bool *mod) in ethnl_update_bitfield32()

12345678910>>...15