Searched refs:module (Results 26 - 50 of 194) sorted by relevance

12345678

/include/linux/netfilter_bridge/
H A Debtables.h36 struct module *me;
53 struct module *me;
71 struct module *me;
105 struct module *me;
/include/linux/
H A Dnsc_gpio.h14 file-operations routines implemented in nsc_gpio module.
23 struct module* owner;
H A Ddm-dirty-log.h30 struct module *module; member in struct:dm_dirty_log_type
H A Dexport.h4 * Export symbols from the kernel to modules. Forked from module.h
33 extern struct module __this_module;
36 #define THIS_MODULE ((struct module *)0)
H A Dpstore.h46 struct module;
49 struct module *owner;
H A Djump_label.h82 struct module;
135 extern void jump_label_apply_nops(struct module *mod);
185 static inline int jump_label_apply_nops(struct module *mod)
H A Dioc3.h58 struct module *owner; /* owning kernel module */
65 int reset_mask; /* non-zero if you want the ioc3.c module to reset interrupts */
H A Dmei_cl_bus.h22 struct module *owner);
H A Dbinfmts.h72 struct module *module; member in struct:linux_binfmt
H A Dif_pppox.h93 struct module;
99 struct module *owner;
H A Dnls.h32 struct module *owner;
47 extern int __register_nls(struct nls_table *, struct module *);
H A Dtextsearch.h10 struct module;
29 * struct ts_ops - search module operations
36 * @owner: module reference to algorithm
47 struct module *owner;
H A Dconfigfs.h49 struct module;
83 struct module *ct_owner;
126 struct module *ca_owner;
/include/net/9p/
H A Dtransport.h33 * struct p9_trans_module - transport module interface
45 * This is the basic API for a transport module which is registered by the
46 * transport module with the 9P core network module and used by the client
49 * The transport module list is protected by v9fs_trans_lock.
57 struct module *owner;
/include/video/
H A Dhecubafb.h42 struct module *owner;
H A Dmetronomefb.h40 struct module *owner; /* the platform device */
/include/linux/iio/
H A Dtrigger.h10 #include <linux/module.h>
34 struct module *owner;
/include/media/
H A Dmedia-devnode.h44 struct module *owner;
86 struct module *owner);
/include/net/
H A Dlib80211.h41 struct module;
89 struct module *owner;
/include/target/
H A Dtarget_core_configfs.h9 struct module *, const char *);
51 /* Pointer to fabric's struct module */
52 struct module *tf_module;
/include/linux/mtd/
H A Dpartitions.h73 struct module *owner;
/include/sound/
H A Dseq_oss.h51 struct module *owner;
78 /* default max queue length: configurable by module option */
/include/net/netfilter/
H A Dnf_conntrack_helper.h16 struct module;
28 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */
29 struct module *me; /* pointer to self */
/include/target/iscsi/
H A Discsi_transport.h1 #include <linux/module.h>
10 struct module *owner;
/include/linux/phy/
H A Dphy.h31 * @owner: the module owner containing the ops
38 struct module *owner;
75 * @owner: the module owner having of_xlate
81 struct module *owner;
169 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
172 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
327 struct device *dev, struct module *owner, struct phy * (*of_xlate)(
334 *dev, struct module *owner, struct phy * (*of_xlate)(struct device *dev,

Completed in 405 milliseconds

12345678