/linux-6.6.21/kernel/module/ |
D | sysfs.c | 72 static void add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs() 125 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs() 172 static void add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs() 230 static void remove_notes_attrs(struct module *mod) in remove_notes_attrs() 237 static inline void add_sect_attrs(struct module *mod, const struct load_info *info) { } in add_sect_attrs() 238 static inline void remove_sect_attrs(struct module *mod) { } in remove_sect_attrs() 239 static inline void add_notes_attrs(struct module *mod, const struct load_info *info) { } in add_notes_attrs() 240 static inline 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() [all …]
|
D | main.c | 116 static void mod_update_bounds(struct module *mod) in mod_update_bounds() 152 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get() 163 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module() 174 void __noreturn __module_put_and_kthread_exit(struct module *mod, long code) in __module_put_and_kthread_exit() 311 struct module *mod; in find_symbol() local 349 struct module *mod; in find_module_all() local 370 static inline void __percpu *mod_percpu(struct module *mod) in mod_percpu() 375 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc() 399 static void percpu_modfree(struct module *mod) in percpu_modfree() 409 static void percpu_modcopy(struct module *mod, in percpu_modcopy() [all …]
|
D | kallsyms.c | 25 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() 314 void * __weak dereference_module_function_descriptor(struct module *mod, in dereference_module_function_descriptor() 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 [all …]
|
D | internal.h | 64 struct module *mod; member 83 unsigned int sym, str, mod, vers, info, pcpu; member 144 static inline int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf() 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() 262 static inline int try_add_tainted_module(struct module *mod) in try_add_tainted_module() 308 static inline void mod_tree_insert(struct module *mod) { } in mod_tree_insert() 309 static inline void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init() 310 static inline void mod_tree_remove(struct module *mod) { } in mod_tree_remove() 313 struct module *mod; in mod_find() local [all …]
|
D | strict_rwx.c | 14 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()
|
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-6.6.21/drivers/net/can/ |
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-6.6.21/sound/soc/sh/rcar/ |
D | ssi.c | 80 struct rsnd_mod mod; member 114 #define rsnd_ssi_is_multi_secondary(mod, io) \ argument 116 #define rsnd_ssi_is_run_mods(mod, io) \ argument 118 #define rsnd_ssi_can_output_clk(mod) (!__rsnd_ssi_is_pin_sharing(mod)) argument 122 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local 137 static void rsnd_ssi_status_clear(struct rsnd_mod *mod) in rsnd_ssi_status_clear() 142 static u32 rsnd_ssi_status_get(struct rsnd_mod *mod) in rsnd_ssi_status_get() 147 static void rsnd_ssi_status_check(struct rsnd_mod *mod, in rsnd_ssi_status_check() 177 struct rsnd_mod *mod = rsnd_io_to_mod(io, types[i]); in rsnd_ssi_multi_secondaries() local 264 static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod, in rsnd_ssi_master_clk_start() [all …]
|
D | src.c | 33 struct rsnd_mod mod; member 44 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val) argument 66 static void rsnd_src_activation(struct rsnd_mod *mod) in rsnd_src_activation() 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() 395 static void rsnd_src_status_clear(struct rsnd_mod *mod) in rsnd_src_status_clear() 403 static bool rsnd_src_error_occurred(struct rsnd_mod *mod) in rsnd_src_error_occurred() [all …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
D | dma.c | 35 struct rsnd_mod mod; member 69 static void __rsnd_dmaen_complete(struct rsnd_mod *mod, in __rsnd_dmaen_complete() 78 struct rsnd_mod *mod = data; in rsnd_dmaen_complete() local 97 static int rsnd_dmaen_stop(struct rsnd_mod *mod, in rsnd_dmaen_stop() 110 static int rsnd_dmaen_cleanup(struct rsnd_mod *mod, in rsnd_dmaen_cleanup() 130 static int rsnd_dmaen_prepare(struct rsnd_mod *mod, in rsnd_dmaen_prepare() 159 static int rsnd_dmaen_start(struct rsnd_mod *mod, in rsnd_dmaen_start() 241 struct rsnd_mod *mod, char *x) in rsnd_dma_request_channel() 306 static int rsnd_dmaen_pointer(struct rsnd_mod *mod, in rsnd_dmaen_pointer() 380 struct rsnd_mod *mod) in rsnd_dmapp_get_id() [all …]
|
D | cmd.c | 11 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
|
D | core.c | 115 void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type) in rsnd_mod_make_sure() 127 struct rsnd_mod *mod) in rsnd_mod_dma_req() 137 char *rsnd_mod_name(struct rsnd_mod *mod) in rsnd_mod_name() 166 u32 *rsnd_mod_get_status(struct rsnd_mod *mod, in rsnd_mod_get_status() 173 int rsnd_mod_id_raw(struct rsnd_mod *mod) in rsnd_mod_id_raw() 178 int rsnd_mod_id(struct rsnd_mod *mod) in rsnd_mod_id() 186 int rsnd_mod_id_sub(struct rsnd_mod *mod) in rsnd_mod_id_sub() 195 struct rsnd_mod *mod, in rsnd_mod_init() 215 void rsnd_mod_quit(struct rsnd_mod *mod) in rsnd_mod_quit() 221 void rsnd_mod_interrupt(struct rsnd_mod *mod, in rsnd_mod_interrupt() [all …]
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | module.c | 46 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() 73 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel() 79 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute() 85 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup() 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() 165 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field() 256 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub() [all …]
|
/linux-6.6.21/arch/ia64/kernel/ |
D | module.c | 156 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64() 168 apply_imm60 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm60() 185 apply_imm22 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm22() 200 apply_imm21b (struct module *mod, struct insn *insn, uint64_t val) in apply_imm21b() 235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() 285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() 310 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() [all …]
|
/linux-6.6.21/kernel/printk/ |
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-6.6.21/sound/soc/intel/avs/ |
D | path.c | 32 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() 268 static struct avs_control_data *avs_get_module_control(struct avs_path_module *mod) in avs_get_module_control() 291 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create() 327 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_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() 385 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create() 404 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create() 422 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create() [all …]
|
/linux-6.6.21/include/linux/ |
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
|
/linux-6.6.21/scripts/mod/ |
D | modpost.c | 174 struct module *mod; in find_module() local 185 struct module *mod; in new_module() local 269 static void sym_add_unresolved(const char *name, struct module *mod, bool weak) in sym_add_unresolved() 279 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() 370 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported() 622 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol() 1181 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol() 1251 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch() 1477 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela() 1519 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel() [all …]
|
/linux-6.6.21/net/ethtool/ |
D | netlink.h | 74 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()
|
/linux-6.6.21/drivers/gpu/drm/tilcdc/ |
D | tilcdc_panel.c | 41 struct panel_module *mod; member 87 struct panel_module *mod) in panel_encoder_create() 124 struct panel_module *mod; member 188 struct panel_module *mod, struct drm_encoder *encoder) in panel_connector_create() 226 static int panel_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in panel_modeset_init() 310 struct tilcdc_module *mod; in panel_probe() local 379 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in panel_remove() local
|
/linux-6.6.21/drivers/gpio/ |
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
|