Home
last modified time | relevance | path

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

12345678910>>...12

/include/linux/
Dcodetag.h14 struct module;
44 void (*module_replaced)(struct module *mod, struct module *new_mod);
45 bool (*needs_section_mem)(struct module *mod, unsigned long size);
46 void *(*alloc_section_mem)(struct module *mod, unsigned long size,
48 void (*free_section_mem)(struct module *mod, bool used);
85 bool codetag_needs_module_section(struct module *mod, const char *name,
87 void *codetag_alloc_module_section(struct module *mod, const char *name,
90 void codetag_free_module_sections(struct module *mod);
91 void codetag_module_replaced(struct module *mod, struct module *new_mod);
92 void codetag_load_module(struct module *mod);
[all …]
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 *);
318 struct module *source, *target;
329 struct module *mod;
411 struct module { struct
627 static inline bool module_is_live(struct module *mod) in module_is_live()
632 static inline bool module_is_coming(struct module *mod) in module_is_coming()
[all …]
Dmoduleloader.h23 struct module *mod);
26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
52 struct module *mod);
58 struct module *me) in apply_relocate()
75 struct module *mod);
91 struct module *me);
98 struct module *me) in apply_relocate_add()
109 struct module *mod);
120 void module_arch_cleanup(struct module *mod);
123 void module_arch_freeing_init(struct module *mod);
Dfirmware.h81 struct module;
102 struct module *module, const char *name,
110 struct module *module, bool uevent,
131 struct module *module, const char *name, in firmware_request_nowait_nowarn() argument
153 struct module *module, bool uevent, in request_firmware_nowait() argument
191 firmware_upload_register(struct module *module, struct device *parent,
199 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;
78 struct module *owner;
126 __uio_register_device(struct module *owner,
146 __devm_uio_register_device(struct module *owner,
Dextable.h8 struct module;
18 void trim_init_extable(struct module *m);
Dcfi.h41 struct module *mod);
45 struct module *mod) {} in module_cfi_finalize()
Dcdev.h12 struct module;
16 struct module *owner;
Dnetlink.h56 struct module *module,
287 struct module *module; member
324 struct module *module; member
336 if (!control->module) in netlink_dump_start()
337 control->module = THIS_MODULE; in netlink_dump_start()
344 struct module *module; member
Dmdio-bitbang.h7 struct module;
12 struct module *owner;
/include/trace/hooks/
Dmodule.h3 #define TRACE_SYSTEM module
13 struct module;
15 TP_PROTO(const struct module *mod),
19 TP_PROTO(const struct module *mod),
23 TP_PROTO(const struct module *mod),
/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()
/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/linux/framer/
Dframer-provider.h80 struct module *owner;
92 struct module *owner;
123 __framer_provider_of_register(struct device *dev, struct module *owner,
130 __devm_framer_provider_of_register(struct device *dev, struct module *owner,
162 __framer_provider_of_register(struct device *dev, struct module *owner, in __framer_provider_of_register()
174 __devm_framer_provider_of_register(struct device *dev, struct module *owner, in __devm_framer_provider_of_register()
/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/intel/
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/pwrseq/
Dprovider.h10 struct module;
60 struct module *owner;
/include/scsi/
Dscsi_driver.h9 struct module;
28 int __scsi_register_driver(struct device_driver *, struct module *);
/include/linux/netfilter_bridge/
Debtables.h34 struct module *me;
51 struct module *me;
69 struct module *me;
100 struct module *me;

12345678910>>...12