Searched refs:shutdown (Results 1 - 25 of 516) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/power/
H A Dshutdown.c2 * shutdown.c - power management functions for the device tree.
31 * device_shutdown - call ->shutdown() on each device to shutdown.
39 if (dev->bus && dev->bus->shutdown) {
40 dev_dbg(dev, "shutdown\n");
41 dev->bus->shutdown(dev);
42 } else if (dev->driver && dev->driver->shutdown) {
43 dev_dbg(dev, "shutdown\n");
44 dev->driver->shutdown(dev);
H A DMakefile1 obj-y := shutdown.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Dirda.h15 void (*shutdown)(struct device *); member in struct:irda_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dreboot.h11 void (*shutdown)(void); member in struct:machine_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dlcd_mipid.h19 void (*shutdown)(struct mipid_platform_data *pdata); member in struct:mipid_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Daudio.h10 void (*shutdown)(struct snd_pcm_substream *, void *); member in struct:__anon7995
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dirq_lsapic.c39 .shutdown = lsapic_noop,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.h24 void (*shutdown)(struct snd_pcm_substream *); member in struct:pxa2xx_pcm_client
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_upgrade/
H A Ddb_upgrade.c110 goto shutdown;
119 goto shutdown;
123 goto shutdown;
130 goto shutdown;
143 goto shutdown;
150 goto shutdown;
161 goto shutdown;
172 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_upgrade/
H A Ddb_upgrade.c95 goto shutdown;
104 goto shutdown;
108 goto shutdown;
115 goto shutdown;
128 goto shutdown;
135 goto shutdown;
146 goto shutdown;
157 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprof.c64 if (oprofile_ops.shutdown)
65 oprofile_ops.shutdown();
122 if (oprofile_ops.shutdown)
123 oprofile_ops.shutdown();
H A Dtimer_int.c42 ops->shutdown = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disa.h15 void (*shutdown)(struct device *, unsigned int); member in struct:isa_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_verify/
H A Ddb_verify.c101 goto shutdown;
112 goto shutdown;
116 goto shutdown;
123 goto shutdown;
137 goto shutdown;
145 goto shutdown;
157 goto shutdown;
164 goto shutdown;
179 goto shutdown;
186 goto shutdown;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_verify/
H A Ddb_verify.c116 goto shutdown;
127 goto shutdown;
131 goto shutdown;
138 goto shutdown;
152 goto shutdown;
160 goto shutdown;
172 goto shutdown;
179 goto shutdown;
194 goto shutdown;
201 goto shutdown;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_archive/
H A Ddb_archive.c107 goto shutdown;
116 goto shutdown;
127 goto shutdown;
133 goto shutdown;
144 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c134 goto shutdown;
143 goto shutdown;
152 goto shutdown;
164 goto shutdown;
183 goto shutdown;
199 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c148 goto shutdown;
157 goto shutdown;
166 goto shutdown;
177 goto shutdown;
190 goto shutdown;
202 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_checkpoint/
H A Ddb_checkpoint.c119 goto shutdown;
128 goto shutdown;
137 goto shutdown;
149 goto shutdown;
168 goto shutdown;
184 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c133 goto shutdown;
142 goto shutdown;
151 goto shutdown;
162 goto shutdown;
175 goto shutdown;
187 shutdown: exitval = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dop_x86_model.h43 void (*shutdown)(struct op_msrs const * const msrs); member in struct:op_x86_model_spec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dhpsim_irq.c32 .shutdown = hpsim_irq_noop,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/apollo/
H A Ddn_ints.c36 .shutdown = apollo_irq_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Daudio.h30 void (*shutdown)(struct s3c24xx_iis_ops *me); member in struct:s3c24xx_iis_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c147 goto shutdown;
156 goto shutdown;
160 goto shutdown;
167 goto shutdown;
177 goto shutdown;
195 goto shutdown;
202 goto shutdown;
209 goto shutdown;
212 goto shutdown;
240 goto shutdown;
[all...]

Completed in 183 milliseconds

1234567891011>>