| /linux/scripts/mod/ |
| H A D | file2alias.c | 48 module_alias_printf(struct module *mod, bool append_wildcard, in module_alias_printf() argument 186 unsigned char max, struct module *mod) in do_usb_entry() argument 288 static void do_usb_entry_multi(struct module *mod, void *symval) in do_usb_entry_multi() argument 353 do_of_entry(struct module * mod,void * symval) do_of_entry() argument 380 do_hid_entry(struct module * mod,void * symval) do_hid_entry() argument 398 do_ieee1394_entry(struct module * mod,void * symval) do_ieee1394_entry() argument 421 do_pci_entry(struct module * mod,void * symval) do_pci_entry() argument 476 do_ccw_entry(struct module * mod,void * symval) do_ccw_entry() argument 499 do_ap_entry(struct module * mod,void * symval) do_ap_entry() argument 507 do_css_entry(struct module * mod,void * symval) do_css_entry() argument 515 do_serio_entry(struct module * mod,void * symval) do_serio_entry() argument 539 do_acpi_entry(struct module * mod,void * symval) do_acpi_entry() argument 567 do_pnp_device_entry(struct module * mod,void * symval) do_pnp_device_entry() argument 580 do_pnp_card_entry(struct module * mod,void * symval) do_pnp_card_entry() argument 602 do_pcmcia_entry(struct module * mod,void * symval) do_pcmcia_entry() argument 636 do_vio_entry(struct module * mod,void * symval) do_vio_entry() argument 685 do_input_entry(struct module * mod,void * symval) do_input_entry() argument 743 do_eisa_entry(struct module * mod,void * symval) do_eisa_entry() argument 750 do_parisc_entry(struct module * mod,void * symval) do_parisc_entry() argument 768 do_sdio_entry(struct module * mod,void * symval) do_sdio_entry() argument 784 do_ssb_entry(struct module * mod,void * symval) do_ssb_entry() argument 800 do_bcma_entry(struct module * mod,void * symval) do_bcma_entry() argument 818 do_virtio_entry(struct module * mod,void * symval) do_virtio_entry() argument 836 do_vmbus_entry(struct module * mod,void * symval) do_vmbus_entry() argument 848 do_rpmsg_entry(struct module * mod,void * symval) do_rpmsg_entry() argument 856 do_i2c_entry(struct module * mod,void * symval) do_i2c_entry() argument 863 do_i3c_entry(struct module * mod,void * symval) do_i3c_entry() argument 881 do_slim_entry(struct module * mod,void * symval) do_slim_entry() argument 890 do_spi_entry(struct module * mod,void * symval) do_spi_entry() argument 933 do_dmi_entry(struct module * mod,void * symval) do_dmi_entry() argument 958 do_platform_entry(struct module * mod,void * symval) do_platform_entry() argument 965 do_mdio_entry(struct module * mod,void * symval) do_mdio_entry() argument 988 do_zorro_entry(struct module * mod,void * symval) do_zorro_entry() argument 999 do_isapnp_entry(struct module * mod,void * symval) do_isapnp_entry() argument 1012 do_ipack_entry(struct module * mod,void * symval) do_ipack_entry() argument 1074 do_amba_entry(struct module * mod,void * symval) do_amba_entry() argument 1100 do_mips_cdmm_entry(struct module * mod,void * symval) do_mips_cdmm_entry() argument 1113 do_x86cpu_entry(struct module * mod,void * symval) do_x86cpu_entry() argument 1133 do_cpu_entry(struct module * mod,void * symval) do_cpu_entry() argument 1141 do_mcb_entry(struct module * mod,void * symval) do_mcb_entry() argument 1149 do_mei_entry(struct module * mod,void * symval) do_mei_entry() argument 1165 do_rio_entry(struct module * mod,void * symval) do_rio_entry() argument 1183 do_ulpi_entry(struct module * mod,void * symval) do_ulpi_entry() argument 1192 do_hda_entry(struct module * mod,void * symval) do_hda_entry() argument 1208 do_sdw_entry(struct module * mod,void * symval) do_sdw_entry() argument 1226 do_fsl_mc_entry(struct module * mod,void * symval) do_fsl_mc_entry() argument 1235 do_tbsvc_entry(struct module * mod,void * symval) do_tbsvc_entry() argument 1259 do_typec_entry(struct module * mod,void * symval) do_typec_entry() argument 1267 do_tee_entry(struct module * mod,void * symval) do_tee_entry() argument 1280 do_wmi_entry(struct module * mod,void * symval) do_wmi_entry() argument 1294 do_mhi_entry(struct module * mod,void * symval) do_mhi_entry() argument 1301 do_mhi_ep_entry(struct module * mod,void * symval) do_mhi_ep_entry() argument 1309 do_ishtp_entry(struct module * mod,void * symval) do_ishtp_entry() argument 1319 do_auxiliary_entry(struct module * mod,void * symval) do_auxiliary_entry() argument 1331 do_ssam_entry(struct module * mod,void * symval) do_ssam_entry() argument 1351 do_dfl_entry(struct module * mod,void * symval) do_dfl_entry() argument 1360 do_cdx_entry(struct module * mod,void * symval) do_cdx_entry() argument 1394 do_vchiq_entry(struct module * mod,void * symval) do_vchiq_entry() argument 1402 do_coreboot_entry(struct module * mod,void * symval) do_coreboot_entry() argument 1421 do_table(const char * name,void * symval,unsigned long size,unsigned long id_size,const char * device_id,void (* do_entry)(struct module * mod,void * symval),struct module * mod) do_table() argument 1511 handle_moddevtable(struct module * mod,struct elf_info * info,Elf_Sym * sym,const char * symname) handle_moddevtable() argument [all...] |
| H A D | modpost.c | 77 void modpost_log(bool is_error, struct module *mod, const char *fmt, ...) in modpost_log() 98 #define mod_warn(mod, fmt, args...) modpost_log(false, mod, fmt, ##args) argument 99 #define mod_error(mod, fmt, args...) modpost_log(true, mod, fmt, ##args) argument 184 struct module *mod; in find_module() local 196 struct module *mod; in new_module() local 264 static void sym_add_unresolved(const char *name, struct module *mod, bool weak) in sym_add_unresolved() 274 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() 362 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported() 632 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol() 784 static void check_section(struct module *mod, struct elf_info *elf, in check_section() [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 | 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()
|
| H A D | version.c | 15 struct module *mod, in check_version() argument 76 struct module *mod) in check_modstruct_version() argument 139 void module_layout(struct module *mod, in module_layout() argument
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | ctu.c | 73 struct rsnd_mod mod; global() member 95 rsnd_ctu_activation(struct rsnd_mod * mod) rsnd_ctu_activation() argument 101 rsnd_ctu_halt(struct rsnd_mod * mod) rsnd_ctu_halt() argument 107 rsnd_ctu_probe_(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ctu_probe_() argument 115 rsnd_ctu_value_init(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_ctu_value_init() argument 152 rsnd_ctu_value_reset(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_ctu_value_reset() argument 170 rsnd_ctu_init(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ctu_init() argument 187 rsnd_ctu_quit(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ctu_quit() argument 198 rsnd_ctu_pcm_new(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct snd_soc_pcm_runtime * rtd) rsnd_ctu_pcm_new() argument 264 rsnd_ctu_id(struct rsnd_mod * mod) rsnd_ctu_id() argument 273 rsnd_ctu_id_sub(struct rsnd_mod * mod) rsnd_ctu_id_sub() argument 285 rsnd_ctu_debug_info(struct seq_file * m,struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_ctu_debug_info() argument [all...] |
| H A D | ssiu.c | 12 struct rsnd_mod mod; member 50 rsnd_ssiu_busif_err_irq_enable(mod) global() argument 51 rsnd_ssiu_busif_err_irq_disable(mod) global() argument 52 rsnd_ssiu_busif_err_irq_ctrl(struct rsnd_mod * mod,int enable) rsnd_ssiu_busif_err_irq_ctrl() argument 88 rsnd_ssiu_busif_err_status_clear(struct rsnd_mod * mod) rsnd_ssiu_busif_err_status_clear() argument 132 rsnd_ssiu_get_status(struct rsnd_mod * mod,struct rsnd_dai_stream * io,enum rsnd_mod_type type) rsnd_ssiu_get_status() argument 142 rsnd_ssiu_init(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ssiu_init() argument 226 rsnd_ssiu_quit(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ssiu_quit() argument 243 rsnd_ssiu_init_gen2(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ssiu_init_gen2() argument 333 rsnd_ssiu_start_gen2(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ssiu_start_gen2() argument 350 rsnd_ssiu_stop_gen2(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_ssiu_stop_gen2() argument 371 rsnd_ssiu_id(struct rsnd_mod * mod) rsnd_ssiu_id() argument 379 rsnd_ssiu_id_sub(struct rsnd_mod * mod) rsnd_ssiu_id_sub() argument 388 rsnd_ssiu_dma_req(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_ssiu_dma_req() argument 414 rsnd_ssiu_debug_info(struct seq_file * m,struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_ssiu_debug_info() argument 458 struct rsnd_mod *mod = rsnd_mod_get(ssiu); rsnd_parse_connect_ssiu_compatible() local 484 struct rsnd_mod *mod; rsnd_parse_connect_ssiu() local [all...] |
| H A D | src.c | 34 struct rsnd_mod mod; member 45 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val) argument 75 static void rsnd_src_activation(struct rsnd_mod *mod) in rsnd_src_activation() 81 static void rsnd_src_halt(struct rsnd_mod *mod) in rsnd_src_halt() 88 struct rsnd_mod *mod) in rsnd_src_dma_req() 99 struct rsnd_mod *mod) in rsnd_src_convert_rate() 210 struct rsnd_mod *mod) in rsnd_src_set_convert_rate() 270 struct rsnd_mod *mod) in rsnd_src_init_convert_rate() 416 static int rsnd_src_irq(struct rsnd_mod *mod, in rsnd_src_irq() 455 static void rsnd_src_status_clear(struct rsnd_mod *mod) in rsnd_src_status_clear() [all …]
|
| H A D | dvc.c | 37 struct rsnd_mod mod; global() member 57 rsnd_dvc_activation(struct rsnd_mod * mod) rsnd_dvc_activation() argument 63 rsnd_dvc_halt(struct rsnd_mod * mod) rsnd_dvc_halt() argument 74 rsnd_dvc_volume_parameter(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dvc_volume_parameter() argument 94 rsnd_dvc_volume_init(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dvc_volume_init() argument 144 rsnd_dvc_volume_update(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dvc_volume_update() argument 178 rsnd_dvc_probe_(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dvc_probe_() argument 185 rsnd_dvc_init(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dvc_init() argument 204 rsnd_dvc_quit(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dvc_quit() argument 215 rsnd_dvc_pcm_new(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct snd_soc_pcm_runtime * rtd) rsnd_dvc_pcm_new() argument 284 rsnd_dvc_dma_req(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dvc_dma_req() argument 295 rsnd_dvc_debug_info(struct seq_file * m,struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dvc_debug_info() argument [all...] |
| H A D | mix.c | 39 struct rsnd_mod mod; global() member 69 rsnd_mix_activation(struct rsnd_mod * mod) rsnd_mix_activation() argument 75 rsnd_mix_halt(struct rsnd_mod * mod) rsnd_mix_halt() argument 85 rsnd_mix_volume_parameter(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_mix_volume_parameter() argument 105 rsnd_mix_volume_init(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_mix_volume_init() argument 126 rsnd_mix_volume_update(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_mix_volume_update() argument 138 rsnd_mix_probe_(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_mix_probe_() argument 145 rsnd_mix_init(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_mix_init() argument 164 rsnd_mix_quit(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_mix_quit() argument 175 rsnd_mix_pcm_new(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct snd_soc_pcm_runtime * rtd) rsnd_mix_pcm_new() argument 260 rsnd_mix_debug_info(struct seq_file * m,struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_mix_debug_info() argument [all...] |
| H A D | dma.c | 34 struct rsnd_mod mod; member 82 rsnd_dmaen_stop(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmaen_stop() argument 89 rsnd_dmaen_cleanup(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmaen_cleanup() argument 109 rsnd_dmaen_prepare(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmaen_prepare() argument 138 rsnd_dmaen_start(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmaen_start() argument 192 rsnd_dma_request_channel(struct device_node * of_node,char * name,struct rsnd_mod * mod,char * x) rsnd_dma_request_channel() argument 255 rsnd_dmaen_pointer(struct rsnd_mod * mod,struct rsnd_dai_stream * io,snd_pcm_uframes_t * pointer) rsnd_dmaen_pointer() argument 317 rsnd_dmapp_get_id(struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dmapp_get_id() argument 369 struct rsnd_mod *mod = rsnd_mod_get(dma); rsnd_dmapp_write() local 381 struct rsnd_mod *mod = rsnd_mod_get(dma); rsnd_dmapp_read() local 390 struct rsnd_mod *mod = rsnd_mod_get(dma); rsnd_dmapp_bset() local 402 rsnd_dmapp_stop(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmapp_stop() argument 420 rsnd_dmapp_start(struct rsnd_mod * mod,struct rsnd_dai_stream * io,struct rsnd_priv * priv) rsnd_dmapp_start() argument 457 rsnd_dmapp_debug_info(struct seq_file * m,struct rsnd_dai_stream * io,struct rsnd_mod * mod) rsnd_dmapp_debug_info() argument 520 rsnd_gen2_dma_addr(struct rsnd_dai_stream * io,struct rsnd_mod * mod,int is_play,int is_from) rsnd_gen2_dma_addr() argument 602 rsnd_gen4_dma_addr(struct rsnd_dai_stream * io,struct rsnd_mod * mod,int is_play,int is_from) rsnd_gen4_dma_addr() argument 624 rsnd_dma_addr(struct rsnd_dai_stream * io,struct rsnd_mod * mod,int is_play,int is_from) rsnd_dma_addr() argument 655 struct rsnd_mod *mod[MOD_MAX]; rsnd_dma_of_path() local 752 rsnd_dma_alloc(struct rsnd_dai_stream * io,struct rsnd_mod * mod,struct rsnd_mod ** dma_mod) rsnd_dma_alloc() argument 828 rsnd_dma_attach(struct rsnd_dai_stream * io,struct rsnd_mod * mod,struct rsnd_mod ** dma_mod) rsnd_dma_attach() argument [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/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 | 405 struct avs_tplg_module *t = mod->template; in avs_copier_create() argument 33 struct avs_path_module *mod; avs_path_find_module() local 439 avs_whm_create(struct avs_dev * adev,struct avs_path_module * mod) avs_whm_create() argument 474 avs_get_module_control(struct avs_path_module * mod,const char * name) avs_get_module_control() argument 498 avs_peakvol_set_volume(struct avs_dev * adev,struct avs_path_module * mod,struct soc_mixer_control * mc,long * input) avs_peakvol_set_volume() argument 534 avs_peakvol_set_mute(struct avs_dev * adev,struct avs_path_module * mod,struct soc_mixer_control * mc,long * input) avs_peakvol_set_mute() argument 570 avs_peakvol_create(struct avs_dev * adev,struct avs_path_module * mod) avs_peakvol_create() argument 613 avs_updown_mix_create(struct avs_dev * adev,struct avs_path_module * mod) avs_updown_mix_create() argument 635 avs_src_create(struct avs_dev * adev,struct avs_path_module * mod) avs_src_create() argument 652 avs_asrc_create(struct avs_dev * adev,struct avs_path_module * mod) avs_asrc_create() argument 672 avs_aec_create(struct avs_dev * adev,struct avs_path_module * mod) avs_aec_create() argument 691 avs_mux_create(struct avs_dev * adev,struct avs_path_module * mod) avs_mux_create() argument 709 avs_wov_create(struct avs_dev * adev,struct avs_path_module * mod) avs_wov_create() argument 726 avs_micsel_create(struct avs_dev * adev,struct avs_path_module * mod) avs_micsel_create() argument 743 avs_modbase_create(struct avs_dev * adev,struct avs_path_module * mod) avs_modbase_create() argument 759 avs_modext_create(struct avs_dev * adev,struct avs_path_module * mod) avs_modext_create() argument 799 avs_probe_create(struct avs_dev * adev,struct avs_path_module * mod) avs_probe_create() argument 828 avs_path_module_type_create(struct avs_dev * adev,struct avs_path_module * mod) avs_path_module_type_create() argument 839 avs_path_module_send_init_configs(struct avs_dev * adev,struct avs_path_module * mod) avs_path_module_send_init_configs() argument 866 avs_path_module_free(struct avs_dev * adev,struct avs_path_module * mod) avs_path_module_free() argument 876 struct avs_path_module *mod; avs_path_module_create() local 985 struct avs_path_module *mod; avs_path_pipeline_arm() local 1016 struct avs_path_module *mod, *save; avs_path_pipeline_free() local 1066 struct avs_path_module *mod; avs_path_pipeline_create() local [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
|
| /linux/net/ethtool/ |
| H A D | netlink.h | 77 bool *mod) in ethnl_update_u32() 103 bool *mod) in ethnl_update_u8() 130 bool *mod) in ethnl_update_u8_u32() 157 bool *mod) in ethnl_update_bool32() 183 bool *mod) in ethnl_update_bool() 210 const struct nlattr *attr, bool *mod) in ethnl_update_binary() 234 bool *mod) in ethnl_update_bitfield32()
|
| /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/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/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 …]
|
| /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()
|
| /linux/arch/arc/kernel/ |
| H A D | module.c | 27 char *secstr, struct module *mod) in module_frob_arch_sections() 37 void module_arch_cleanup(struct module *mod) in module_arch_cleanup() 133 struct module *mod) in module_finalize()
|
| /linux/lib/ |
| H A D | bug.c | 71 struct module *mod; in module_find_bug() local 86 struct module *mod) in module_bug_finalize() 114 void module_bug_cleanup(struct module *mod) in module_bug_cleanup() 303 struct module *mod; in generic_bug_clear_once() local
|
| /linux/kernel/ |
| H A D | jump_label.c | 616 struct module *mod; member 632 struct static_key_mod *mod) in static_key_set_mod() 644 struct module *mod; in __jump_label_mod_text_reserved() local 667 struct static_key_mod *mod; in __jump_label_mod_update() local 690 static int jump_label_add_module(struct module *mod) in jump_label_add_module() 761 static void jump_label_del_module(struct module *mod) in jump_label_del_module() 819 struct module *mod = data; in jump_label_module_notify() local 891 struct module *mod; in jump_label_update() local
|