Searched refs:module (Results 51 - 75 of 14511) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dmoduleloader.h6 #include <linux/module.h>
10 * module loader code. Architectures that don't need to do anything special
11 * can just rely on the 'weak' default hooks defined in kernel/module.c.
23 struct module *mod);
26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
28 /* Allocator used for allocating struct module, core sections and init
36 * module loading).
41 * module unloading)
59 struct module *mod);
65 struct module *m
[all...]
H A Datm_tcp.h13 struct module;
19 struct module *owner;
/linux-master/drivers/staging/greybus/
H A Daudio_manager_module.c23 ssize_t (*show)(struct gb_audio_manager_module *module,
26 ssize_t (*store)(struct gb_audio_manager_module *module,
35 struct gb_audio_manager_module *module; local
38 module = to_gb_audio_module(kobj);
43 return attribute->show(module, attribute, buf);
51 struct gb_audio_manager_module *module; local
54 module = to_gb_audio_module(kobj);
59 return attribute->store(module, attribute, buf, len);
69 struct gb_audio_manager_module *module = to_gb_audio_module(kobj); local
71 pr_info("Destroying audio module #
76 gb_audio_module_name_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
85 gb_audio_module_vid_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
94 gb_audio_module_pid_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
103 gb_audio_module_intf_id_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
114 gb_audio_module_ip_devices_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
125 gb_audio_module_op_devices_show(struct gb_audio_manager_module *module, struct gb_audio_manager_module_attribute *attr, char *buf) argument
153 send_add_uevent(struct gb_audio_manager_module *module) argument
184 gb_audio_manager_module_create(struct gb_audio_manager_module **module, struct kset *manager_kset, int id, struct gb_audio_manager_module_descriptor *desc) argument
231 gb_audio_manager_module_dump(struct gb_audio_manager_module *module) argument
[all...]
H A Daudio_codec.c8 #include <linux/module.h>
22 find_data(struct gbaudio_module_info *module, int id) argument
26 list_for_each_entry(data, &module->data_list, list) {
46 struct gbaudio_module_info *module, int id)
56 data = find_data(module, id);
58 dev_err(module->dev, "%d:DATA connection missing\n", id);
77 dev_err_ratelimited(module->dev, "reg_cport failed:%d\n", ret);
81 dev_dbg(module->dev, "Dynamic Register %d DAI\n", cportid);
91 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport,
94 dev_err_ratelimited(module
45 gbaudio_module_enable_tx(struct gbaudio_codec_info *codec, struct gbaudio_module_info *module, int id) argument
125 gbaudio_module_disable_tx(struct gbaudio_module_info *module, int id) argument
171 gbaudio_module_enable_rx(struct gbaudio_codec_info *codec, struct gbaudio_module_info *module, int id) argument
252 gbaudio_module_disable_rx(struct gbaudio_module_info *module, int id) argument
298 gbaudio_module_update(struct gbaudio_codec_info *codec, struct snd_soc_dapm_widget *w, struct gbaudio_module_info *module, int enable) argument
399 struct gbaudio_module_info *module; local
500 struct gbaudio_module_info *module = NULL, *iter; local
568 struct gbaudio_module_info *module = NULL, *iter; local
690 gbaudio_init_jack(struct gbaudio_module_info *module, struct snd_soc_card *card) argument
806 gbaudio_register_module(struct gbaudio_module_info *module) argument
915 gbaudio_codec_cleanup(struct gbaudio_module_info *module) argument
933 gbaudio_unregister_module(struct gbaudio_module_info *module) argument
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmodule.h5 #include <asm-generic/module.h>
38 struct module;
39 extern void module_fixup(struct module *mod, struct m68k_fixup_info *start,
/linux-master/drivers/misc/mei/
H A Dmei-trace.c6 #include <linux/module.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h44 * The Scatter Gather Engine (SGE), Multiport Support module (MPS), PIO Local
45 * bus module (PL) and CPU Interface Module (CIM) components are mapped via
75 * This table allows us to map subsets of the various module register sets
77 * module whose registers are being mapped, the offset within the module's
79 * and the offset within the T4VF Register Map to which the module's registers
85 #define T4VF_MOD_MAP(module, index, first, last) \
86 T4VF_MOD_MAP_##module##_INDEX = (index), \
87 T4VF_MOD_MAP_##module##_FIRST = (first), \
88 T4VF_MOD_MAP_##module##_LAS
[all...]
/linux-master/arch/um/include/asm/
H A Dunwind.h5 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size,
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.h8 #include <linux/module.h>
/linux-master/arch/x86/include/asm/
H A Dmodule.h5 #include <asm-generic/module.h>
/linux-master/arch/sh/include/asm/
H A Dmodule.h5 #include <asm-generic/module.h>
/linux-master/kernel/bpf/preload/
H A Dbpf_preload.h12 struct module *owner;
/linux-master/arch/arm/mach-omap2/
H A Dcm2xxx.h19 #define OMAP2420_CM_REGADDR(module, reg) \
20 OMAP2_L4_IO_ADDRESS(OMAP2420_CM_BASE + (module) + (reg))
21 #define OMAP2430_CM_REGADDR(module, reg) \
22 OMAP2_L4_IO_ADDRESS(OMAP2430_CM_BASE + (module) + (reg))
H A Dcm2xxx_3xxx.h50 static inline u32 omap2_cm_read_mod_reg(s16 module, u16 idx) argument
52 return readl_relaxed(cm_base.va + module + idx);
55 static inline void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx) argument
57 writel_relaxed(val, cm_base.va + module + idx);
60 /* Read-modify-write a register in a CM module. Caller must lock */
61 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, argument
66 v = omap2_cm_read_mod_reg(module, idx);
69 omap2_cm_write_mod_reg(v, module, idx);
86 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) argument
88 return omap2_cm_rmw_mod_reg_bits(bits, bits, module, id
91 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) argument
[all...]
/linux-master/arch/sparc/crypto/
H A Dcrop_devid.c3 #include <linux/module.h>
6 * opcode drivers. It serves to trigger the module autoloading
/linux-master/arch/powerpc/include/asm/
H A Dmodule.h8 #include <asm-generic/module.h>
16 * trampolines attached to the module (the Procedure Linkage Table)
29 unsigned int stubs_section; /* Index of stubs section in module */
38 /* For module function descriptor dereference */
42 /* Indices of PLT sections within module. */
78 int module_trampoline_target(struct module *mod, unsigned long trampoline,
80 int module_finalize_ftrace(struct module *mod, const Elf_Shdr *sechdrs);
82 static inline int module_finalize_ftrace(struct module *mod, const Elf_Shdr *sechdrs)
/linux-master/kernel/module/
H A Dinternal.h11 #include <linux/module.h>
63 /* pointer to module in temporary copy, freed at end of load_module() */
64 struct module *mod;
99 struct module *owner;
106 int try_to_force_load(struct module *mod, const char *reason);
108 struct module *find_module_all(const char *name, size_t len, bool even_unformed);
110 long module_get_offset_and_type(struct module *mod, enum mod_mem_type type,
112 char *module_flags(struct module *mod, char *buf, bool show_state);
141 int copy_module_elf(struct module *mod, struct load_info *info);
142 void free_module_elf(struct module *mo
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_bridge.h4 #include <linux/module.h>
13 struct module *me;
/linux-master/drivers/firmware/arm_ffa/
H A DMakefile5 ffa-module-objs := $(ffa-bus-y) $(ffa-driver-y) $(ffa-transport-y)
6 obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-module.o
/linux-master/drivers/dax/pmem/
H A Dpmem.c5 #include <linux/module.h>
/linux-master/include/drm/
H A Di915_gsc_proxy_mei_interface.h12 struct module;
21 struct module *owner;
/linux-master/net/mac80211/tests/
H A DMakefile1 mac80211-tests-y += module.o elems.o mfp.o
/linux-master/scripts/gdb/linux/
H A Dmodules.py4 # module tools
19 module_type = utils.CachedType("struct module")
30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"):
31 yield module
35 for module in module_list():
36 if module['name'].string() == name:
37 return module
42 """Find module by name and return the module variable.
45 of the target and return that module variabl
[all...]
/linux-master/arch/arm/mach-imx/
H A Dhardware.h19 #define IMX_IO_P2V_MODULE(addr, module) \
20 (((addr) - module ## _BASE_ADDR) < module ## _SIZE ? \
21 (addr) - (module ## _BASE_ADDR) + (module ## _BASE_ADDR_VIRT) : 0)
/linux-master/scripts/
H A Dexport_report.pl97 my (undef, $symbol, $module, $gpl, $namespace) = split('\t');
98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
108 my $module;
110 unless (open ($module, '<', $thismod)) {
116 while ( <$module> ) {
131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
140 close($module);
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module,
[all...]

Completed in 256 milliseconds

1234567891011>>