Searched refs:sys_device (Results 26 - 50 of 96) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dpm.c90 static int s3c2410_pm_resume(struct sys_device *dev)
106 static int s3c2410_pm_add(struct sys_device *dev)
H A Ds3c2410.c107 static struct sys_device s3c2410_sysdev = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpu.h32 struct sys_device sysdev;
36 extern struct sys_device *get_cpu_sysdev(unsigned cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dnode.c21 static ssize_t node_read_cpumap(struct sys_device * dev, char * buf)
38 static ssize_t node_read_meminfo(struct sys_device * dev, char * buf)
99 static ssize_t node_read_numastat(struct sys_device * dev, char * buf)
117 static ssize_t node_read_distance(struct sys_device * dev, char * buf)
183 struct sys_device *obj = get_cpu_sysdev(cpu);
197 struct sys_device *obj = get_cpu_sysdev(cpu);
H A Dmemory.c101 static ssize_t show_mem_phys_index(struct sys_device *dev, char *buf)
111 static ssize_t show_mem_state(struct sys_device *dev, char *buf)
233 store_mem_state(struct sys_device *dev, const char *buf, size_t count)
264 static ssize_t show_phys_device(struct sys_device *dev, char *buf)
377 struct sys_device *sysdev;
391 sysdev = container_of(kobj, struct sys_device, kobj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/oprofile/
H A Dcommon.c80 static int op_arm_suspend(struct sys_device *dev, pm_message_t state)
89 static int op_arm_resume(struct sys_device *dev)
104 static struct sys_device device_oprofile = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c1153 static struct sys_device etr_port0_dev = {
1158 static struct sys_device etr_port1_dev = {
1191 static inline struct etr_aib *etr_aib_from_dev(struct sys_device *dev)
1199 static ssize_t etr_online_show(struct sys_device *dev, char *buf)
1207 static ssize_t etr_online_store(struct sys_device *dev,
1235 static ssize_t etr_stepping_control_show(struct sys_device *dev, char *buf)
1243 static ssize_t etr_mode_code_show(struct sys_device *dev, char *buf)
1254 static ssize_t etr_untuned_show(struct sys_device *dev, char *buf)
1265 static ssize_t etr_network_id_show(struct sys_device *dev, char *buf)
1276 static ssize_t etr_id_show(struct sys_device *de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di8259.c237 static int i8259A_resume(struct sys_device *dev)
244 static int i8259A_suspend(struct sys_device *dev, pm_message_t state)
250 static int i8259A_shutdown(struct sys_device *dev)
268 static struct sys_device device_i8259A = {
H A Dhpet.c535 static int hpet_suspend(struct sys_device *sys_device, pm_message_t state) argument
545 static int hpet_resume(struct sys_device *sys_device) argument
565 static struct sys_device hpet_device = {
H A Dmicrocode.c645 static ssize_t reload_store(struct sys_device *dev, const char *buf, size_t sz)
675 static ssize_t version_show(struct sys_device *dev, char *buf)
682 static ssize_t pf_show(struct sys_device *dev, char *buf)
705 static int __mc_sysdev_add(struct sys_device *sys_dev, int resume)
725 static int mc_sysdev_add(struct sys_device *sys_dev)
730 static int mc_sysdev_remove(struct sys_device *sys_dev)
743 static int mc_sysdev_resume(struct sys_device *dev)
765 struct sys_device *sys_dev;
H A Dnmi.c159 static int lapic_nmi_suspend(struct sys_device *dev, pm_message_t state)
168 static int lapic_nmi_resume(struct sys_device *dev)
185 static struct sys_device device_lapic_nmi = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_config.c29 struct sys_device *sysdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmce.h84 DECLARE_PER_CPU(struct sys_device, device_mce);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di8259.c348 static int i8259A_resume(struct sys_device *dev)
355 static int i8259A_suspend(struct sys_device *dev, pm_message_t state)
361 static int i8259A_shutdown(struct sys_device *dev)
379 static struct sys_device device_i8259A = {
474 static int timer_resume(struct sys_device *dev)
490 static struct sys_device device_timer = {
H A Dnmi.c195 static int lapic_nmi_suspend(struct sys_device *dev, pm_message_t state)
204 static int lapic_nmi_resume(struct sys_device *dev)
220 static struct sys_device device_lapic_nmi = {
H A Dmce.c608 static int mce_resume(struct sys_device *dev)
631 DEFINE_PER_CPU(struct sys_device, device_mce);
635 static ssize_t show_ ## name(struct sys_device *s, char *buf) { \
638 static ssize_t set_ ## name(struct sys_device *s,const char *buf,size_t siz) { \
656 static ssize_t show_trigger(struct sys_device *s, char *buf)
663 static ssize_t set_trigger(struct sys_device *s,const char *buf,size_t siz)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtime.c154 int timer_suspend(struct sys_device *dev, pm_message_t state)
163 int timer_resume(struct sys_device *dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ds3c244x.c135 static int s3c244x_suspend(struct sys_device *dev, pm_message_t state)
141 static int s3c244x_resume(struct sys_device *dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Dirq.c98 static int s3c2440_irq_add(struct sys_device *sysdev)
H A Dmach-osiris.c254 static int osiris_pm_suspend(struct sys_device *sd, pm_message_t state)
260 static int osiris_pm_resume(struct sys_device *sd)
279 static struct sys_device osiris_pm_sysdev = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2443/
H A Ds3c2443.c49 static struct sys_device s3c2443_sysdev = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dclocksource.c345 sysfs_show_current_clocksources(struct sys_device *dev, char *buf)
367 static ssize_t sysfs_override_clocksource(struct sys_device *dev,
422 sysfs_show_available_clocksources(struct sys_device *dev, char *buf)
454 static struct sys_device device_clocksource = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dintegrator_ap.c188 static int irq_suspend(struct sys_device *dev, pm_message_t state)
194 static int irq_resume(struct sys_device *dev)
215 static struct sys_device irq_device = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dirq.c239 static int sa1100irq_suspend(struct sys_device *dev, pm_message_t state)
269 static int sa1100irq_resume(struct sys_device *dev)
291 static struct sys_device sa1100irq_device = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Di8259.c217 static int i8259A_resume(struct sys_device *dev)
224 static int i8259A_shutdown(struct sys_device *dev)
243 static struct sys_device device_i8259A = {

Completed in 155 milliseconds

1234