Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 266) sorted by relevance

1234567891011

/include/linux/
Dmodule.h43 struct module;
48 struct module *mod;
60 void (*setup)(struct module *, const char *);
61 int (*test)(struct module *);
62 void (*free)(struct module *);
310 struct module *source, *target;
321 struct module *mod;
403 struct module { struct
610 static inline bool module_is_live(struct module *mod) in module_is_live()
615 struct module *__module_text_address(unsigned long addr);
[all …]
Dmoduleloader.h23 struct module *mod);
26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
59 struct module *mod);
65 struct module *me) in apply_relocate()
82 struct module *mod);
98 struct module *me);
105 struct module *me) in apply_relocate_add()
116 struct module *mod);
127 void module_arch_cleanup(struct module *mod);
130 void module_arch_freeing_init(struct module *mod);
Dfirmware.h78 struct module;
103 struct module *module, bool uevent,
138 struct module *module, bool uevent, in request_firmware_nowait() argument
176 firmware_upload_register(struct module *module, struct device *parent,
184 firmware_upload_register(struct module *module, struct device *parent, in firmware_upload_register() argument
Dlivepatch.h127 struct module *mod;
160 struct module *mod;
198 int klp_module_coming(struct module *mod);
199 void klp_module_going(struct module *mod);
233 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs,
240 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming()
241 static inline void klp_module_going(struct module *mod) {} in klp_module_going()
247 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs()
Datm_tcp.h13 struct module;
19 struct module *owner;
Duio_driver.h21 struct module;
71 struct module *owner;
119 __uio_register_device(struct module *owner,
139 __devm_uio_register_device(struct module *owner,
Dcfi.h33 struct module *mod);
37 struct module *mod) {} in module_cfi_finalize()
Dextable.h8 struct module;
18 void trim_init_extable(struct module *m);
Dcdev.h12 struct module;
16 struct module *owner;
Dnetlink.h57 struct module *module,
286 struct module *module; member
322 struct module *module; member
333 if (!control->module) in netlink_dump_start()
334 control->module = THIS_MODULE; in netlink_dump_start()
341 struct module *module; member
Dmdio-bitbang.h7 struct module;
12 struct module *owner;
Dppp-comp.h13 struct module;
81 struct module *owner;
Dpci_hotplug.h64 struct module *owner;
74 const char *name, struct module *owner,
77 const char *name, struct module *owner,
/include/linux/platform_data/
Dmmc-davinci.h14 int (*get_cd)(int module);
15 int (*get_ro)(int module);
17 void (*set_power)(int module, bool on);
30 void davinci_setup_mmc(int module, struct davinci_mmc_config *config);
/include/media/
Dmedia-dev-allocator.h40 struct module *owner);
53 struct module *owner);
57 struct module *owner) in media_device_usb_allocate()
61 struct module *owner) { } in media_device_delete()
Dvideobuf2-dvb.h54 struct module *module,
/include/trace/events/
Dmodule.h12 #define TRACE_SYSTEM module
22 struct module;
33 TP_PROTO(struct module *mod),
52 TP_PROTO(struct module *mod),
72 TP_PROTO(struct module *mod, unsigned long ip),
94 TP_PROTO(struct module *mod, unsigned long ip),
101 TP_PROTO(struct module *mod, unsigned long ip),
/include/linux/greybus/
Dmodule.h32 int gb_module_add(struct gb_module *module);
33 void gb_module_del(struct gb_module *module);
34 void gb_module_put(struct gb_module *module);
/include/net/netfilter/
Dnf_conntrack_helper.h23 struct module;
37 struct module *me; /* pointer to self */
104 struct module *module);
169 struct module *module; /* pointer to self */ member
175 .module = THIS_MODULE \
/include/drm/
Di915_gsc_proxy_mei_interface.h12 struct module;
21 struct module *owner;
/include/linux/fpga/
Dfpga-region.h50 struct module *ops_owner;
67 struct module *owner);
73 int (*get_bridges)(struct fpga_region *), struct module *owner);
Dfpga-mgr.h214 struct module *mops_owner;
239 struct module *owner);
245 const struct fpga_manager_ops *mops, void *priv, struct module *owner);
253 struct module *owner);
259 struct module *owner);
/include/linux/netfilter_bridge/
Debtables.h34 struct module *me;
51 struct module *me;
69 struct module *me;
100 struct module *me;
/include/sound/
Dinfo.h73 struct module *module; member
119 struct snd_info_entry *snd_info_create_module_entry(struct module *module,
170 static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char… in snd_info_create_module_entry() argument
/include/net/
Dfib_notifier.h8 struct module;
34 struct module *owner;

1234567891011