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

12345678

/include/linux/
H A Dcpuidle.h22 struct module;
107 struct module *owner;
211 struct module *owner;
H A Dipack.h139 * struct ipack_bus_ops - available operations on a bridge module
147 * @set_clockrate: Sets the clock-rate for carrier / module communication.
175 struct module *owner;
194 struct module *owner);
207 int ipack_driver_register(struct ipack_driver *edrv, struct module *owner,
215 * Initialize a new IPack device ("module" in IndustryPack jargon). The call
273 * the carrier module
283 * the carrier module
H A Drtc.h89 struct module *owner;
135 struct module *owner);
139 struct module *owner);
H A Dclockchips.h33 struct module;
94 * @owner: module reference
125 struct module *owner;
H A Dconsole.h22 struct module;
32 struct module *owner;
H A Dhdlc.h32 struct module *module; member in struct:hdlc_proto
57 /* Exported from hdlc module */
62 /* Must be used by hardware driver on module startup/exit */
H A Dipmi.h41 struct module;
109 before you unload a module, you will be safe. And if you destroy
250 /* You must set the owner to the current module, if you are in
251 a module (generally just set it to "THIS_MODULE"). */
252 struct module *owner;
H A Dirqdesc.h13 struct module;
87 struct module *owner;
H A Dpci_hotplug.h33 * @owner: The module owner of this structure
34 * @mod_name: The module name (KBUILD_MODNAME) of this structure
63 struct module *owner;
120 const char *name, struct module *owner,
H A Dserio.h77 void __serio_register_port(struct serio *serio, struct module *owner);
87 struct module *owner, const char *mod_name);
100 * module init/exit. This eliminates a lot of boilerplate. Each module
H A Dvlynq.h25 struct module;
103 struct module *owner);
H A Dptp_clock_kernel.h96 struct module *owner;
H A Dtracepoint.h22 struct module;
50 struct module *mod;
53 bool trace_module_has_bad_taint(struct module *mod);
57 static inline bool trace_module_has_bad_taint(struct module *mod)
75 * probe unregistration and the end of module exit to make sure there is no
288 * does not change during the life of the module, it is fine to use
289 * tracepoint_string() within a module.
H A Dwatchdog.h22 * @owner: The module owner.
34 * that control a watchdog device. It also contains the module that owns
39 struct module *owner;
H A Dzpool.h79 struct module *owner;
/include/linux/gpio/
H A Ddriver.h5 #include <linux/module.h>
25 * enabling module power and clock; may sleep
27 * disabling module power and clock; may sleep
75 struct module *owner;
/include/sound/
H A Dtimer.h75 struct module *module; member in struct:snd_timer
H A Dseq_kernel.h65 struct module *owner;
/include/crypto/
H A Dif_alg.h54 struct module *owner;
/include/linux/mfd/
H A Dmcp.h18 struct module *owner;
/include/linux/mtd/
H A Dblktrans.h86 struct module *owner;
/include/media/
H A Dmedia-device.h91 struct module *owner);
H A Dtea575x.h75 int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner);
/include/net/
H A Dgenetlink.h63 struct module *module; member in struct:genl_family
129 family->module = THIS_MODULE;
160 family->module = THIS_MODULE;
/include/net/netfilter/
H A Dnf_conntrack_l3proto.h74 struct module *me;

Completed in 790 milliseconds

12345678