Searched refs:module (Results 1 - 25 of 2150) sorted by last modified time

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hnd/
H A Dshared_ksyms.c2 #include <linux/module.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dusb-serial.h182 * @owner: pointer to the module that owns this device.
212 struct module *owner;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb.h403 * @owner: Pointer to the module owner of this driver; initialize
406 * and should normally be the same as the module name.
446 struct module *owner;
H A Datmdev.h394 struct module *owner;
H A Dide.h543 hwif_chipset_t chipset; /* sub-module for tuning.. */
1068 int ide_register_module (ide_module_t *module);
1069 void ide_unregister_module (ide_module_t *module);
H A Dnetdevice.h413 struct module *owner;
H A Dproc_fs.h43 * "get_info" is called at "read", while "owner" is used to protect module
65 struct module *owner;
H A Dmodule.h45 struct module *dep; /* "parent" pointer */
46 struct module *ref; /* "child" pointer */
53 struct module struct
55 unsigned long size_of_struct; /* == sizeof(module) */
56 struct module *next;
82 module support and are optional. Use mod_member_present()
90 const char *archdata_start; /* arch specific data for module */
103 /* Bits of module.flags. */
122 /* Can the module be queried? */
125 /* When struct module i
[all...]
H A Dbinfmts.h41 struct module *module; member in struct:linux_binfmt
H A Dfs.h828 struct module *owner;
837 struct module *owner;
978 struct module *owner;
994 /* Alas, no aliases. Too much hassle with bringing module.h everywhere */
H A Dspinlock.h105 const char *module; member in struct:__anon7041
115 #define spin_lock(x) do {unsigned long __spinflags; save_flags(__spinflags); cli(); if ((x)->lock&&(x)->babble) {printk("%s:%d: spin_lock(%s:%p) already locked\n", __BASE_FILE__,__LINE__, (x)->module, (x));(x)->babble--;} (x)->lock = 1; restore_flags(__spinflags);} while (0)
116 #define spin_unlock_wait(x) do {unsigned long __spinflags; save_flags(__spinflags); cli(); if ((x)->lock&&(x)->babble) {printk("%s:%d: spin_unlock_wait(%s:%p) deadlock\n", __BASE_FILE__,__LINE__, (x)->module, (x));(x)->babble--;} restore_flags(__spinflags);} while (0)
117 #define spin_unlock(x) do {unsigned long __spinflags; save_flags(__spinflags); cli(); if (!(x)->lock&&(x)->babble) {printk("%s:%d: spin_unlock(%s:%p) not locked\n", __BASE_FILE__,__LINE__, (x)->module, (x));(x)->babble--;} (x)->lock = 0; restore_flags(__spinflags);} while (0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dhosts.h43 * ALL: Means that the host adapter module can do scatter-gather,
65 struct module * module; member in struct:SHT
429 * True if this host was loaded as a loadable module
542 struct module * module; /* Used for loadable modules */ member in struct:Scsi_Device_Template
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/raid/
H A Dmd.h29 #include <linux/module.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat_helper.h19 const char *name; /* name of the module */
21 struct module *me; /* pointer to self */
H A Dip_tables.h370 /* Set this to THIS_MODULE if you are a module, otherwise NULL */
371 struct module *me;
402 /* Set this to THIS_MODULE if you are a module, otherwise NULL */
403 struct module *me;
432 /* Set this to THIS_MODULE if you are a module, otherwise NULL */
433 struct module *me;
H A Dip_conntrack.h249 extern struct module *ip_conntrack_module;
H A Dip_conntrack_protocol.h53 struct module *me;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcompatmac.h22 #include <linux/module.h>
122 static inline int try_inc_mod_count(struct module *mod)
H A Dmap.h19 fill in the mtd->module with your own module address, and register
63 struct module *module; member in struct:mtd_chip_driver
85 if (map->fldrv->module)
86 __MOD_DEC_USE_COUNT(map->fldrv->module);
H A Dmtd.h13 #include <linux/module.h>
164 struct module *module; member in struct:mtd_info
219 if (ret && ret->module && !try_inc_mod_count(ret->module))
227 if (mtd->module)
228 __MOD_DEC_USE_COUNT(mtd->module);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dmodule.h4 * This file contains the mips architecture specific module code.
7 #include <linux/module.h>
25 mips_module_init(struct module *mod)
54 mips_init_modules(struct module *mod)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmodule.h4 * This file contains the mips architecture specific module code.
7 #include <linux/module.h>
25 mips_module_init(struct module *mod)
54 mips_init_modules(struct module *mod)
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Drc.c528 char module[80], *modules, *next; local
534 foreach(module, modules, next)
535 eval("insmod", module);
1525 /* remove webcam module */
1533 /* remove usbstorage module */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c14 #include <linux/module.h>
H A Dppp_async.c23 #include <linux/module.h>

Completed in 166 milliseconds

1234567891011>>