Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v6.1/kernel/module/
Dsysfs.c72 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 …]
Dmain.c112 static void mod_update_bounds(struct module *mod) in mod_update_bounds()
148 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get()
159 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module()
170 void __noreturn __module_put_and_kthread_exit(struct module *mod, long code) in __module_put_and_kthread_exit()
307 struct module *mod; in find_symbol() local
345 struct module *mod; in find_module_all() local
366 static inline void __percpu *mod_percpu(struct module *mod) in mod_percpu()
371 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
395 static void percpu_modfree(struct module *mod) in percpu_modfree()
405 static void percpu_modcopy(struct module *mod, in percpu_modcopy()
[all …]
Dinternal.h60 struct module *mod; member
77 unsigned int sym, str, mod, vers, info, pcpu; member
133 static inline int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf()
138 static inline void free_module_elf(struct module *mod) { } in free_module_elf()
141 static inline bool set_livepatch_module(struct module *mod) in set_livepatch_module()
162 static inline int try_add_tainted_module(struct module *mod) in try_add_tainted_module()
205 static inline void mod_tree_insert(struct module *mod) { } in mod_tree_insert()
206 static inline void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init()
207 static inline void mod_tree_remove(struct module *mod) { } in mod_tree_remove()
210 struct module *mod; in mod_find() local
[all …]
Dkallsyms.c24 const struct module *mod) in is_exported()
110 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
166 void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
222 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
236 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
262 static const char *find_kallsyms_symbol(struct module *mod, in find_kallsyms_symbol()
317 void * __weak dereference_module_function_descriptor(struct module *mod, in dereference_module_function_descriptor()
335 struct module *mod; in module_address_lookup() local
364 struct module *mod; in lookup_module_symbol_name() local
390 struct module *mod; in lookup_module_symbol_attrs() local
[all …]
Dstrict_rwx.c72 bool module_check_misalignment(const struct module *mod) in module_check_misalignment()
82 void module_enable_x(const struct module *mod) in module_enable_x()
92 void module_enable_ro(const struct module *mod, bool after_init) in module_enable_ro()
113 void module_enable_nx(const struct module *mod) in module_enable_nx()
126 char *secstrings, struct module *mod) in module_enforce_rwx_sections()
/Linux-v6.1/drivers/net/can/
Djanz-ican3.c292 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-v6.1/sound/soc/sh/rcar/
Dssi.c80 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 …]
Dsrc.c33 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 …]
Dctu.c73 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 …]
Dssiu.c12 struct rsnd_mod mod; member
49 #define rsnd_ssiu_busif_err_irq_enable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 1) argument
50 #define rsnd_ssiu_busif_err_irq_disable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 0) argument
51 static void rsnd_ssiu_busif_err_irq_ctrl(struct rsnd_mod *mod, int enable) in rsnd_ssiu_busif_err_irq_ctrl()
87 bool rsnd_ssiu_busif_err_status_clear(struct rsnd_mod *mod) in rsnd_ssiu_busif_err_status_clear()
131 static u32 *rsnd_ssiu_get_status(struct rsnd_mod *mod, in rsnd_ssiu_get_status()
141 static int rsnd_ssiu_init(struct rsnd_mod *mod, in rsnd_ssiu_init()
220 static int rsnd_ssiu_quit(struct rsnd_mod *mod, in rsnd_ssiu_quit()
237 static int rsnd_ssiu_init_gen2(struct rsnd_mod *mod, in rsnd_ssiu_init_gen2()
327 static int rsnd_ssiu_start_gen2(struct rsnd_mod *mod, in rsnd_ssiu_start_gen2()
[all …]
Ddvc.c37 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 …]
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 …]
Ddma.c35 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 …]
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
Dcore.c114 void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type) in rsnd_mod_make_sure()
126 struct rsnd_mod *mod) in rsnd_mod_dma_req()
136 char *rsnd_mod_name(struct rsnd_mod *mod) in rsnd_mod_name()
165 u32 *rsnd_mod_get_status(struct rsnd_mod *mod, in rsnd_mod_get_status()
172 int rsnd_mod_id_raw(struct rsnd_mod *mod) in rsnd_mod_id_raw()
177 int rsnd_mod_id(struct rsnd_mod *mod) in rsnd_mod_id()
185 int rsnd_mod_id_sub(struct rsnd_mod *mod) in rsnd_mod_id_sub()
194 struct rsnd_mod *mod, in rsnd_mod_init()
214 void rsnd_mod_quit(struct rsnd_mod *mod) in rsnd_mod_quit()
220 void rsnd_mod_interrupt(struct rsnd_mod *mod, in rsnd_mod_interrupt()
[all …]
/Linux-v6.1/arch/ia64/kernel/
Dmodule.c156 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-v6.1/arch/loongarch/kernel/
Dmodule.c43 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
56 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
63 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
70 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel()
76 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute()
82 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup()
101 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_plt_pcrel()
115 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
161 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field()
252 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
[all …]
/Linux-v6.1/kernel/printk/
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
/Linux-v6.1/sound/soc/intel/avs/
Dpath.c31 struct avs_path_module *mod; in avs_path_find_module() local
143 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
267 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
289 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
306 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
325 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
344 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
362 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
379 static int avs_micsel_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_micsel_create()
396 static int avs_modbase_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_modbase_create()
[all …]
/Linux-v6.1/include/linux/
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
/Linux-v6.1/drivers/gpu/drm/tilcdc/
Dtilcdc_panel.c41 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-v6.1/drivers/gpio/
Dgpio-janz-ttl.c59 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-v6.1/drivers/usb/renesas_usbhs/
Dmod.c65 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-v6.1/lib/
Dbug.c68 struct module *mod; in module_find_bug() local
88 struct module *mod) in module_bug_finalize()
116 void module_bug_cleanup(struct module *mod) in module_bug_cleanup()
223 struct module *mod; in generic_bug_clear_once() local
/Linux-v6.1/sound/soc/qcom/qdsp6/
Dtopology.c162 struct audioreach_module *mod; in audioreach_tplg_alloc_module() local
416 struct audioreach_module *mod = NULL; in audioreach_parse_common_tokens() local
495 struct audioreach_module *mod; in audioreach_widget_load_module_common() local
522 struct audioreach_module *mod; in audioreach_widget_load_enc_dec_cnv() local
557 static int audioreach_widget_log_module_load(struct audioreach_module *mod, in audioreach_widget_log_module_load()
587 static int audioreach_widget_dma_module_load(struct audioreach_module *mod, in audioreach_widget_dma_module_load()
616 static int audioreach_widget_i2s_module_load(struct audioreach_module *mod, in audioreach_widget_i2s_module_load()
656 struct audioreach_module *mod; in audioreach_widget_load_buffer() local
730 struct audioreach_module *mod = w->dobj.private; in audioreach_pga_event() local
753 struct audioreach_module *mod; in audioreach_widget_load_pga() local
[all …]

12345678910>>...13