| /linux/scripts/mod/ |
| H A D | file2alias.c | 48 module_alias_printf(struct module *mod, bool append_wildcard, in module_alias_printf() 186 unsigned char max, struct module *mod) in do_usb_entry() 288 static void do_usb_entry_multi(struct module *mod, void *symval) in do_usb_entry_multi() 353 static void do_of_entry(struct module *mod, void *symval) in do_of_entry() 380 static void do_hid_entry(struct module *mod, void *symval) in do_hid_entry() 398 static void do_ieee1394_entry(struct module *mod, void *symval) in do_ieee1394_entry() 421 static void do_pci_entry(struct module *mod, void *symval) in do_pci_entry() 476 static void do_ccw_entry(struct module *mod, void *symval) in do_ccw_entry() 499 static void do_ap_entry(struct module *mod, void *symval) in do_ap_entry() 507 static void do_css_entry(struct module *mod, void *symval) in do_css_entry() [all …]
|
| H A D | modpost.c | 178 struct module *mod; in find_module() local 190 struct module *mod; in new_module() local 253 sym_add_unresolved(const char * name,struct module * mod,bool weak) sym_add_unresolved() argument 263 sym_find_with_module(const char * name,struct module * mod) sym_find_with_module() argument 351 sym_add_exported(const char * name,struct module * mod,bool gpl_only,const char * namespace) sym_add_exported() argument 622 handle_symbol(struct module * mod,struct elf_info * info,const Elf_Sym * sym,const char * symname) handle_symbol() argument 1075 check_export_symbol(struct module * mod,struct elf_info * elf,Elf_Addr faddr,const char * secname,Elf_Sym * sym) check_export_symbol() argument 1145 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 1340 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 1382 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 1431 check_sec_ref(struct module * mod,struct elf_info * elf) check_sec_ref() argument 1480 extract_crcs_for_object(const char * object,struct module * mod) extract_crcs_for_object() argument 1542 mod_set_crcs(struct module * mod) mod_set_crcs() argument 1574 struct module *mod; read_symbols() local 1741 check_exports(struct module * mod) check_exports() argument 1804 keep_no_trim_symbols(struct module * mod) keep_no_trim_symbols() argument 1821 check_modname_len(struct module * mod) check_modname_len() argument 1834 add_header(struct buffer * b,struct module * mod) add_header() argument 1864 add_exported_symbols(struct buffer * buf,struct module * mod) add_exported_symbols() argument 1902 add_extended_versions(struct buffer * b,struct module * mod) add_extended_versions() argument 1945 add_versions(struct buffer * b,struct module * mod) add_versions() argument 1981 add_depends(struct buffer * b,struct module * mod) add_depends() argument 2010 add_srcversion(struct buffer * b,struct module * mod) add_srcversion() argument 2076 write_vmlinux_export_c_file(struct module * mod) write_vmlinux_export_c_file() argument 2104 write_mod_c_file(struct module * mod) write_mod_c_file() argument 2155 struct module *mod; read_dump() local 2203 struct module *mod; write_dump() local 2225 struct module *mod; write_namespace_deps_files() local 2272 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() 122 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs() 151 static int add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs() 210 static void remove_notes_attrs(struct module *mod) in remove_notes_attrs() 225 static inline int add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs() 229 static inline void remove_sect_attrs(struct module *mod) { } in remove_sect_attrs() 230 static inline int add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs() 234 static inline void remove_notes_attrs(struct module *mod) { } in remove_notes_attrs() 237 static void del_usage_links(struct module *mod) in del_usage_links() 249 static int add_usage_links(struct module *mod) in add_usage_links() [all …]
|
| H A D | main.c | 118 mod_update_bounds(struct module * mod) mod_update_bounds() argument 182 strong_try_module_get(struct module * mod) strong_try_module_get() argument 193 add_taint_module(struct module * mod,unsigned flag,enum lockdep_ok lockdep_ok) add_taint_module() argument 228 __module_put_and_kthread_exit(struct module * mod,long code) __module_put_and_kthread_exit() argument 397 struct module *mod; find_symbol() local 433 struct module *mod; find_module_all() local 452 mod_percpu(struct module * mod) mod_percpu() argument 457 percpu_modalloc(struct module * mod,struct load_info * info) percpu_modalloc() argument 481 percpu_modfree(struct module * mod) percpu_modfree() argument 491 percpu_modcopy(struct module * mod,const void * from,unsigned long size) percpu_modcopy() argument 502 struct module *mod; __is_module_percpu_address() local 544 mod_percpu(struct module * mod) mod_percpu() argument 548 percpu_modalloc(struct module * mod,struct load_info * info) percpu_modalloc() argument 555 percpu_modfree(struct module * mod) percpu_modfree() argument 562 percpu_modcopy(struct module * mod,const void * from,unsigned long size) percpu_modcopy() argument 623 module_unload_init(struct module * mod) module_unload_init() argument 698 module_unload_free(struct module * mod) module_unload_free() argument 730 try_release_module_ref(struct module * mod) try_release_module_ref() argument 744 try_stop_module(struct module * mod,int flags,int * forced) try_stop_module() argument 767 module_refcount(struct module * mod) module_refcount() argument 779 struct module *mod; SYSCALL_DEFINE2() local 936 module_unload_free(struct module * mod) module_unload_free() argument 945 module_unload_init(struct module * mod) module_unload_init() argument 1078 try_to_force_load(struct module * mod,const char * reason) try_to_force_load() argument 1182 verify_namespace_is_imported(const struct load_info * info,const struct kernel_symbol * sym,struct module * mod) verify_namespace_is_imported() argument 1211 inherit_taint(struct module * mod,struct module * owner,const char * name) inherit_taint() argument 1231 resolve_symbol(struct module * mod,const struct load_info * info,const char * name,char ownername[]) resolve_symbol() argument 1287 resolve_symbol_wait(struct module * mod,const struct load_info * info,const char * name) resolve_symbol_wait() argument 1304 module_arch_cleanup(struct module * mod) module_arch_cleanup() argument 1308 module_arch_freeing_init(struct module * mod) module_arch_freeing_init() argument 1312 module_memory_alloc(struct module * mod,enum mod_mem_type type) module_memory_alloc() argument 1351 module_memory_restore_rox(struct module * mod) module_memory_restore_rox() argument 1361 module_memory_free(struct module * mod,enum mod_mem_type type) module_memory_free() argument 1368 free_mod_mem(struct module * mod) free_mod_mem() argument 1388 free_module(struct module * mod) free_module() argument 1467 verify_exported_symbols(struct module * mod) verify_exported_symbols() argument 1513 simplify_symbols(struct module * mod,const struct load_info * info) simplify_symbols() argument 1591 apply_relocations(struct module * mod,const struct load_info * info) apply_relocations() argument 1633 arch_mod_section_prepend(struct module * mod,unsigned int section) arch_mod_section_prepend() argument 1640 module_get_offset_and_type(struct module * mod,enum mod_mem_type type,Elf_Shdr * sechdr,unsigned int section) module_get_offset_and_type() argument 1663 __layout_sections(struct module * mod,struct load_info * info,bool is_init) __layout_sections() argument 1735 layout_sections(struct module * mod,struct load_info * info) layout_sections() argument 1749 module_license_taint_check(struct module * mod,const char * license) module_license_taint_check() argument 1763 setup_modinfo(struct module * mod,struct load_info * info) setup_modinfo() argument 1789 free_modinfo(struct module * mod) free_modinfo() argument 2414 check_modinfo_livepatch(struct module * mod,struct load_info * info) check_modinfo_livepatch() argument 2428 check_modinfo_retpoline(struct module * mod,struct load_info * info) check_modinfo_retpoline() argument 2517 module_augment_kernel_taints(struct module * mod,struct load_info * info) module_augment_kernel_taints() argument 2580 check_modinfo(struct module * mod,struct load_info * info,int flags) check_modinfo() argument 2606 find_module_sections(struct module * mod,struct load_info * info) find_module_sections() argument 2731 move_module(struct module * mod,struct load_info * info) move_module() argument 2820 check_export_symbol_versions(struct module * mod) check_export_symbol_versions() argument 2832 flush_module_icache(const struct module * mod) flush_module_icache() argument 2857 module_frob_arch_sections(Elf_Ehdr * hdr,Elf_Shdr * sechdrs,char * secstrings,struct module * mod) module_frob_arch_sections() argument 2885 struct module *mod; layout_and_allocate() local 2931 module_deallocate(struct module * mod,struct load_info * info) module_deallocate() argument 2947 post_relocation(struct module * mod,const struct load_info * info) post_relocation() argument 2964 do_mod_ctors(struct module * mod) do_mod_ctors() argument 3017 do_init_module(struct module * mod) do_init_module() argument 3159 struct module *mod; finished_loading() local 3222 add_unformed_module(struct module * mod) add_unformed_module() argument 3243 complete_formation(struct module * mod,struct load_info * info) complete_formation() argument 3284 prepare_coming_module(struct module * mod) prepare_coming_module() argument 3305 struct module *mod = arg; unknown_module_param_cb() local 3361 struct module *mod; load_module() local 3755 module_flags(struct module * mod,char * buf,bool show_state) module_flags() argument 3784 struct module *mod; search_module_extables() local 3825 struct module *mod; __module_address() local 3861 module_for_each_mod(int (* func)(struct module * mod,void * data),void * data) module_for_each_mod() argument 3863 struct module *mod; module_for_each_mod() local 3883 struct module *mod = __module_address(addr); __module_text_address() local 3896 struct module *mod; print_modules() local [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 | internal.h | 67 struct module *mod; global() member 88 unsigned int mod; global() member 150 copy_module_elf(struct module * mod,struct load_info * info) copy_module_elf() argument 155 free_module_elf(struct module * mod) free_module_elf() argument 158 set_livepatch_module(struct module * mod) set_livepatch_module() argument 268 try_add_tainted_module(struct module * mod) try_add_tainted_module() argument 314 mod_tree_insert(struct module * mod) mod_tree_insert() argument 315 mod_tree_remove_init(struct module * mod) mod_tree_remove_init() argument 316 mod_tree_remove(struct module * mod) mod_tree_remove() argument 319 struct module *mod; mod_find() local 353 kmemleak_load_module(const struct module * mod,const struct load_info * info) kmemleak_load_module() argument 367 init_build_id(struct module * mod,const struct load_info * info) init_build_id() argument 368 layout_symtab(struct module * mod,struct load_info * info) layout_symtab() argument 369 add_kallsyms(struct module * mod,const struct load_info * info) add_kallsyms() argument 378 mod_sysfs_setup(struct module * mod,const struct load_info * info,struct kernel_param * kparam,unsigned int num_params) mod_sysfs_setup() argument 386 mod_sysfs_teardown(struct module * mod) mod_sysfs_teardown() argument 387 init_param_lock(struct module * mod) init_param_lock() argument 409 check_version(const struct load_info * info,const char * symname,struct module * mod,const u32 * crc) check_version() argument 416 check_modstruct_version(const struct load_info * info,struct module * mod) check_modstruct_version() argument [all...] |
| 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
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | ctu.c | 73 struct rsnd_mod mod; member 95 static void rsnd_ctu_activation(struct rsnd_mod *mod) in rsnd_ctu_activation() 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() [all …]
|
| H A D | ssiu.c | 12 struct rsnd_mod mod; member 50 #define rsnd_ssiu_busif_err_irq_enable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 1) argument 51 #define rsnd_ssiu_busif_err_irq_disable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 0) argument 52 static void rsnd_ssiu_busif_err_irq_ctrl(struct rsnd_mod *mod, int enable) in rsnd_ssiu_busif_err_irq_ctrl() 88 bool rsnd_ssiu_busif_err_status_clear(struct rsnd_mod *mod) in rsnd_ssiu_busif_err_status_clear() 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() 333 static int rsnd_ssiu_start_gen2(struct rsnd_mod *mod, in rsnd_ssiu_start_gen2() [all …]
|
| H A D | dvc.c | 37 struct rsnd_mod mod; member 57 static void rsnd_dvc_activation(struct rsnd_mod *mod) in rsnd_dvc_activation() 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() [all …]
|
| H A D | mix.c | 39 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 D | dma.c | 34 struct rsnd_mod mod; member 82 static int rsnd_dmaen_stop(struct rsnd_mod *mod, in rsnd_dmaen_stop() 89 static int rsnd_dmaen_cleanup(struct rsnd_mod *mod, in rsnd_dmaen_cleanup() 109 static int rsnd_dmaen_prepare(struct rsnd_mod *mod, in rsnd_dmaen_prepare() 138 static int rsnd_dmaen_start(struct rsnd_mod *mod, in rsnd_dmaen_start() 192 struct rsnd_mod *mod, char *x) in rsnd_dma_request_channel() 255 static int rsnd_dmaen_pointer(struct rsnd_mod *mod, in rsnd_dmaen_pointer() 317 struct rsnd_mod *mod) in rsnd_dmapp_get_id() 369 struct rsnd_mod *mod = rsnd_mod_get(dma); in rsnd_dmapp_write() local 381 struct rsnd_mod *mod = rsnd_mod_get(dma); in rsnd_dmapp_read() local [all …]
|
| H A D | core.c | 116 rsnd_mod_make_sure(struct rsnd_mod * mod,enum rsnd_mod_type type) rsnd_mod_make_sure() argument 128 rsnd_mod_dma_req(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_mod_dma_req() argument 138 rsnd_mod_name(struct rsnd_mod * mod) rsnd_mod_name() argument 167 rsnd_mod_get_status(struct rsnd_mod * mod,struct rsnd_dai_stream * io,enum rsnd_mod_type type) rsnd_mod_get_status() argument 174 rsnd_mod_id_raw(struct rsnd_mod * mod) rsnd_mod_id_raw() argument 179 rsnd_mod_id(struct rsnd_mod * mod) rsnd_mod_id() argument 187 rsnd_mod_id_sub(struct rsnd_mod * mod) rsnd_mod_id_sub() argument 196 rsnd_mod_init(struct rsnd_priv * priv,struct rsnd_mod * mod,struct rsnd_mod_ops * ops,struct clk * clk,enum rsnd_mod_type type,int id) rsnd_mod_init() argument 216 rsnd_mod_quit(struct rsnd_mod * mod) rsnd_mod_quit() argument 222 rsnd_mod_interrupt(struct rsnd_mod * mod,void (* callback)(struct rsnd_mod * mod,struct rsnd_dai_stream * io)) rsnd_mod_interrupt() argument 223 rsnd_mod_interrupt(struct rsnd_mod * mod,void (* callback)(struct rsnd_mod * mod,struct rsnd_dai_stream * io)) rsnd_mod_interrupt() argument 349 rsnd_get_adinr_bit(struct rsnd_mod * mod,struct rsnd_dai_stream * io) rsnd_get_adinr_bit() argument 372 rsnd_get_dalign(struct rsnd_mod * mod,struct rsnd_dai_stream * io) rsnd_get_dalign() argument 429 rsnd_get_busif_shift(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_get_busif_shift() argument 488 struct rsnd_mod *mod = rsnd_io_to_mod(io, type); rsnd_mod_next() local 532 rsnd_status_update(struct rsnd_dai_stream * io,struct rsnd_mod * mod,enum rsnd_mod_type type,int shift,int add,int timing) rsnd_status_update() argument 577 rsnd_dai_connect(struct rsnd_mod * mod,struct rsnd_dai_stream * io,enum rsnd_mod_type type) rsnd_dai_connect() argument 605 rsnd_dai_disconnect(struct rsnd_mod * mod,struct rsnd_dai_stream * io,enum rsnd_mod_type type) rsnd_dai_disconnect() argument 1156 struct rsnd_mod *mod; rsnd_parse_connect_common() local 1798 rsnd_kctrl_new(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct snd_soc_pcm_runtime * rtd,const unsigned char * name,int (* accept)(struct rsnd_dai_stream * io),void (* update)(struct rsnd_dai_stream * io,struct rsnd_mod * mod),struct rsnd_kctrl_cfg * cfg,const char * const * texts,int size,u32 max) rsnd_kctrl_new() argument 1804 rsnd_kctrl_new(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct snd_soc_pcm_runtime * rtd,const unsigned char * name,int (* accept)(struct rsnd_dai_stream * io),void (* update)(struct rsnd_dai_stream * io,struct rsnd_mod * mod),struct rsnd_kctrl_cfg * cfg,const char * const * texts,int size,u32 max) rsnd_kctrl_new() argument 1878 struct rsnd_mod *mod; rsnd_rdai_continuance_probe() local [all...] |
| /linux/arch/loongarch/kernel/ |
| H A D | module.c | 60 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none() 73 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32() 83 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64() 91 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel() 97 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute() 103 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup() 122 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, in apply_r_larch_sop_push_plt_pcrel() 137 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop() 183 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field() 274 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 | 30 struct module *mod; member 138 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol() 158 static struct codetag_range get_section_range(struct module *mod, in get_section_range() 167 static const char *get_mod_name(__maybe_unused struct module *mod) in get_mod_name() 176 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init() 234 bool codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section() 262 void *codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section() 287 void codetag_free_module_sections(struct module *mod) in codetag_free_module_sections() 303 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() 319 int codetag_load_module(struct module *mod) in codetag_load_module() [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/sound/soc/intel/avs/ |
| H A D | path.c | 33 struct avs_path_module *mod; in avs_path_find_module() local 405 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create() 439 static int avs_whm_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_whm_create() 474 static struct soc_mixer_control *avs_get_module_control(struct avs_path_module *mod, in avs_get_module_control() 498 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_volume() 534 int avs_peakvol_set_mute(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_mute() 570 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create() 613 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create() 635 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create() 652 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create() [all …]
|
| /linux/include/linux/ |
| H A D | kmod.h | 22 #define request_module(mod...) __request_module(true, mod) argument 23 #define request_module_nowait(mod...) __request_module(false, mod) argument 24 #define try_then_request_module(x, mod...) \ argument 29 #define try_then_request_module(x, mod...) (x) argument
|
| H A D | codetag.h | 102 codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section() 105 codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section() 108 static inline void codetag_free_module_sections(struct module *mod) {} in codetag_free_module_sections() 109 static inline void codetag_module_replaced(struct module *mod, struct module *new_mod) {} in codetag_module_replaced() 110 static inline int codetag_load_module(struct module *mod) { return 0; } in codetag_load_module() 111 static inline void codetag_unload_module(struct module *mod) {} in codetag_unload_module()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_panel.c | |
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | topology.c | 167 struct audioreach_module *mod; in audioreach_tplg_alloc_module() local 452 struct audioreach_module *mod = NULL; audioreach_parse_common_tokens() local 598 struct audioreach_module *mod; audioreach_widget_load_module_common() local 627 struct audioreach_module *mod; audioreach_widget_load_enc_dec_cnv() local 662 audioreach_widget_log_module_load(struct audioreach_module * mod,const struct snd_soc_tplg_vendor_array * mod_array) audioreach_widget_log_module_load() argument 692 audioreach_widget_dma_module_load(struct audioreach_module * mod,const struct snd_soc_tplg_vendor_array * mod_array) audioreach_widget_dma_module_load() argument 721 audioreach_widget_i2s_module_load(struct audioreach_module * mod,const struct snd_soc_tplg_vendor_array * mod_array) audioreach_widget_i2s_module_load() argument 756 audioreach_widget_dp_module_load(struct audioreach_module * mod,const struct snd_soc_tplg_vendor_array * mod_array) audioreach_widget_dp_module_load() argument 784 struct audioreach_module *mod; audioreach_widget_load_buffer() local 868 struct audioreach_module *mod = w->dobj.private; audioreach_pga_event() local 891 struct audioreach_module *mod; audioreach_widget_load_pga() local 953 struct audioreach_module *mod; audioreach_widget_unload() local 1188 struct audioreach_module *mod = dw->dobj.private; audioreach_get_vol_ctrl_audio_mixer() local 1199 struct audioreach_module *mod = dw->dobj.private; audioreach_put_vol_ctrl_audio_mixer() local [all...] |
| /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 110 static void ttl_write_reg(struct ttl_module *mod, u8 reg, u16 val) in ttl_write_reg() 116 static void ttl_setup_device(struct ttl_module *mod) in ttl_setup_device() 145 struct ttl_module *mod; in ttl_probe() local
|
| /linux/net/ethtool/ |
| H A D | netlink.h | 78 bool *mod) in ethnl_update_u32() argument 104 bool *mod) in ethnl_update_u8() argument 130 ethnl_update_bool32(u32 * dst,const struct nlattr * attr,bool * mod) ethnl_update_bool32() argument 156 ethnl_update_bool(bool * dst,const struct nlattr * attr,bool * mod) ethnl_update_bool() argument 183 ethnl_update_binary(void * dst,unsigned int len,const struct nlattr * attr,bool * mod) ethnl_update_binary() argument 207 ethnl_update_bitfield32(u32 * dst,const struct nlattr * attr,bool * mod) ethnl_update_bitfield32() argument [all...] |
| /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/net/can/ |
| H A D | gw.c | 174 static void mod_and_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_fddata() 182 static void mod_or_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_fddata() 190 static void mod_xor_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_fddata() 198 static void mod_set_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_fddata() 238 static void mod_and_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_ccdlc() 245 static void mod_or_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_ccdlc() 252 static void mod_xor_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_ccdlc() 259 static void mod_set_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_ccdlc() 464 struct cf_mod *mod; in can_can_gw_rcv() local 638 struct cf_mod *mod; in cgw_put_job() local [all …]
|