Home
last modified time | relevance | path

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

12345678910

/include/linux/
Dmodule.h40 struct module;
45 struct module *mod;
57 void (*setup)(struct module *, const char *);
58 int (*test)(struct module *);
59 void (*free)(struct module *);
293 struct module *source, *target;
304 struct module *mod;
348 struct module { struct
534 static inline bool module_is_live(struct module *mod) in module_is_live()
539 struct module *__module_text_address(unsigned long addr);
[all …]
Dmoduleloader.h20 struct module *mod);
23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
46 struct module *mod);
52 struct module *me) in apply_relocate()
69 struct module *mod);
75 struct module *me) in apply_relocate_add()
86 struct module *mod);
89 void module_arch_cleanup(struct module *mod);
92 void module_arch_freeing_init(struct module *mod);
Dcfi.h24 extern void cfi_module_add(struct module *mod, unsigned long min_addr,
27 extern void cfi_module_remove(struct module *mod, unsigned long min_addr,
30 static inline void cfi_module_add(struct module *mod, unsigned long min_addr, in cfi_module_add()
35 static inline void cfi_module_remove(struct module *mod, unsigned long min_addr, in cfi_module_remove()
Dfirmware.h21 struct module;
48 struct module *module, bool uevent,
73 struct module *module, bool uevent, in request_firmware_nowait() argument
Dnetlink.h55 struct module *module,
188 struct module *module; member
219 struct module *module; member
230 if (!control->module) in netlink_dump_start()
231 control->module = THIS_MODULE; in netlink_dump_start()
238 struct module *module; member
Dlivepatch.h128 struct module *mod;
148 struct module *mod;
188 int klp_module_coming(struct module *mod);
189 void klp_module_going(struct module *mod);
222 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming()
223 static inline void klp_module_going(struct module *mod) {} in klp_module_going()
Dmdio-bitbang.h7 struct module;
12 struct module *owner;
Dextable.h8 struct module;
18 void trim_init_extable(struct module *m);
Dkallsyms.h21 struct module;
57 struct module *mod; in dereference_symbol_descriptor()
78 int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *,
111 struct module *, in kallsyms_on_each_symbol() argument
Dcdev.h12 struct module;
16 struct module *owner;
Duio_driver.h20 struct module;
70 struct module *owner;
115 __uio_register_device(struct module *owner,
Dppp-comp.h13 struct module;
81 struct module *owner;
Dpci_hotplug.h62 struct module *owner;
72 const char *name, struct module *owner,
75 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()
Dv4l2-clk.h19 struct module;
35 struct module *owner;
53 struct module;
56 unsigned long rate, struct module *owner);
Dvideobuf2-dvb.h54 struct module *module,
Ddvbdev.h111 struct module *module; member
202 struct module *module, struct device *device,
/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);
166 struct module *module; /* pointer to self */ member
172 .module = THIS_MODULE \
/include/linux/netfilter_bridge/
Debtables.h34 struct module *me;
51 struct module *me;
69 struct module *me;
103 struct module *me;
/include/net/
Dfib_notifier.h8 struct module;
34 struct module *owner;
/include/sound/
Dinfo.h70 struct module *module; member
114 struct snd_info_entry *snd_info_create_module_entry(struct module *module,
167 static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char… in snd_info_create_module_entry() argument
/include/linux/ulpi/
Ddriver.h55 int __ulpi_register_driver(struct ulpi_driver *drv, struct module *module);

12345678910