Searched refs:module (Results 1 - 25 of 194) sorted by relevance

12345678

/include/linux/platform_data/
H A Dmmc-davinci.h13 int (*get_cd)(int module);
14 int (*get_ro)(int module);
16 void (*set_power)(int module, bool on);
29 void davinci_setup_mmc(int module, struct davinci_mmc_config *config);
/include/linux/
H A Dmoduleloader.h5 #include <linux/module.h>
9 * module loader code. Architectures that don't need to do anything special
10 * can just rely on the 'weak' default hooks defined in kernel/module.c.
19 struct module *mod);
22 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
24 /* Allocator used for allocating struct module, core sections and init
29 void module_free(struct module *mod, void *module_region);
40 struct module *mod);
46 struct module *me)
48 printk(KERN_ERR "module
[all...]
H A Dmodule.h22 #include <asm/module.h>
37 struct module;
41 struct module *mod;
53 void (*setup)(struct module *, const char *);
54 int (*test)(struct module *);
55 void (*free)(struct module *);
69 /* These are either module local, or the kernel's dummy ones. */
83 void trim_init_extable(struct module *m);
91 /* Soft module dependencies. See man modprobe.d for details.
92 * Example: MODULE_SOFTDEP("pre: module
227 struct module { struct
477 try_module_get(struct module *module) argument
481 module_put(struct module *module) argument
484 __module_get(struct module *module) argument
558 __module_get(struct module *module) argument
562 try_module_get(struct module *module) argument
567 module_put(struct module *module) argument
[all...]
H A Datm_tcp.h16 struct module *owner;
H A Dmdio-bitbang.h6 struct module;
11 struct module *owner;
H A Dfirmware.h20 struct module;
45 struct module *module, bool uevent,
60 struct module *module, bool uevent,
59 request_firmware_nowait( struct module *module, bool uevent, const char *name, struct device *device, gfp_t gfp, void *context, void (*cont)(const struct firmware *fw, void *context)) argument
H A Ddevcoredump.h5 #include <linux/module.h>
12 void dev_coredumpm(struct device *dev, struct module *owner,
25 dev_coredumpm(struct device *dev, struct module *owner,
H A Dcdev.h10 struct module;
14 struct module *owner;
H A Dpersonality.h38 struct module *module; /* module context of the ed. */ member in struct:exec_domain
H A Dreset-controller.h22 struct module;
30 * @owner: kernel module of the reset controller driver
40 struct module *owner;
H A Dkobj_map.h13 int kobj_map(struct kobj_map *, dev_t, unsigned long, struct module *,
H A Dppp-comp.h16 struct module;
84 struct module *owner;
H A Dkallsyms.h2 * module loader:
16 struct module;
23 int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *,
56 struct module *,
H A Duio_driver.h20 struct module;
67 struct module *owner;
111 __uio_register_device(struct module *owner,
H A Dnetlink.h55 struct module *module,
127 /* the module that dump function belong to */
128 struct module *module; member in struct:netlink_callback
148 struct module *module; member in struct:netlink_dump_control
159 if (!control->module)
160 control->module = THIS_MODULE;
167 struct module *modul member in struct:netlink_tap
[all...]
/include/keys/
H A Dasymmetric-parser.h22 struct module *owner;
H A Dasymmetric-subtype.h27 struct module *owner;
/include/scsi/
H A Dscsi_driver.h6 struct module;
12 struct module *owner;
/include/linux/extcon/
H A Dextcon-adc-jack.h18 #include <linux/module.h>
/include/media/
H A Dv4l2-clk.h22 struct module;
37 struct module *owner;
55 struct module;
58 const char *id, unsigned long rate, struct module *owner);
H A Dvideobuf-dvb.h44 struct module *module,
H A Dvideobuf2-dvb.h44 struct module *module,
/include/trace/events/
H A Dmodule.h2 * Because linux/module.h has tracepoints in the header, and ftrace.h
3 * used to include this file, define_trace.h includes linux/module.h
4 * But we do not want the module.h to override the TRACE_SYSTEM macro
6 * when module events are being processed, which would happen when
11 #define TRACE_SYSTEM module
21 struct module;
32 TP_PROTO(struct module *mod),
51 TP_PROTO(struct module *mod),
71 TP_PROTO(struct module *mod, unsigned long ip),
93 TP_PROTO(struct module *mo
[all...]
/include/rdma/
H A Drdma_netlink.h10 struct module *module; member in struct:ibnl_client_cbs
/include/sound/
H A Dinfo.h84 struct module *module; member in struct:snd_info_entry
120 struct snd_info_entry *snd_info_create_module_entry(struct module *module,
162 static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, struct snd_info_entry *parent) { return NULL; } argument

Completed in 426 milliseconds

12345678