Searched refs:sys_device (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsysdev.h29 struct sys_device;
38 int (*shutdown)(struct sys_device *);
39 int (*suspend)(struct sys_device *, pm_message_t state);
40 int (*resume)(struct sys_device *);
77 int (*add)(struct sys_device *);
78 int (*remove)(struct sys_device *);
79 int (*shutdown)(struct sys_device *);
80 int (*suspend)(struct sys_device *, pm_message_t state);
81 int (*resume)(struct sys_device *);
94 struct sys_device { struct
[all...]
H A Dnode.h27 struct sys_device sysdev;
86 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsysdev.h29 struct sys_device;
38 int (*shutdown)(struct sys_device *);
39 int (*suspend)(struct sys_device *, pm_message_t state);
40 int (*resume)(struct sys_device *);
77 int (*add)(struct sys_device *);
78 int (*remove)(struct sys_device *);
79 int (*shutdown)(struct sys_device *);
80 int (*suspend)(struct sys_device *, pm_message_t state);
81 int (*resume)(struct sys_device *);
94 struct sys_device { struct
[all...]
H A Dnode.h27 struct sys_device sysdev;
86 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/mach/
H A Dtime.h37 struct sys_device dev;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Dtime.h37 struct sys_device dev;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/cpuidle/
H A Dcpuidle.h29 extern int cpuidle_add_sysfs(struct sys_device *sysdev);
30 extern void cpuidle_remove_sysfs(struct sys_device *sysdev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/cpuidle/
H A Dcpuidle.h29 extern int cpuidle_add_sysfs(struct sys_device *sysdev);
30 extern void cpuidle_remove_sysfs(struct sys_device *sysdev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dtopology.h6 struct sys_device;
93 extern int sysfs_add_device_to_node(struct sys_device *dev, int nid);
94 extern void sysfs_remove_device_from_node(struct sys_device *dev, int nid);
100 static inline int sysfs_add_device_to_node(struct sys_device *dev, int nid)
105 static inline void sysfs_remove_device_from_node(struct sys_device *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtopology.h6 struct sys_device;
93 extern int sysfs_add_device_to_node(struct sys_device *dev, int nid);
94 extern void sysfs_remove_device_from_node(struct sys_device *dev, int nid);
100 static inline int sysfs_add_device_to_node(struct sys_device *dev, int nid)
105 static inline void sysfs_remove_device_from_node(struct sys_device *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Di8237.c24 static int i8237A_resume(struct sys_device *dev)
48 static int i8237A_suspend(struct sys_device *dev, pm_message_t state)
59 static struct sys_device device_i8237A = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Di8237.c24 static int i8237A_resume(struct sys_device *dev)
48 static int i8237A_suspend(struct sys_device *dev, pm_message_t state)
59 static struct sys_device device_i8237A = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dleds.c35 static ssize_t leds_store(struct sys_device *dev,
72 static int leds_suspend(struct sys_device *dev, pm_message_t state)
78 static int leds_resume(struct sys_device *dev)
84 static int leds_shutdown(struct sys_device *dev)
97 static struct sys_device leds_device = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dleds.c35 static ssize_t leds_store(struct sys_device *dev,
72 static int leds_suspend(struct sys_device *dev, pm_message_t state)
78 static int leds_resume(struct sys_device *dev)
84 static int leds_shutdown(struct sys_device *dev)
97 static struct sys_device leds_device = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c79 static struct cbe_pmd_regs __iomem *get_pmd_regs(struct sys_device *sysdev)
89 static u8 spu_read_register_value(struct sys_device *sysdev, union spe_reg __iomem *reg)
100 static ssize_t spu_show_temp(struct sys_device *sysdev, struct sysdev_attribute *attr,
150 static ssize_t spu_show_throttle_end(struct sys_device *sysdev,
156 static ssize_t spu_show_throttle_begin(struct sys_device *sysdev,
162 static ssize_t spu_show_throttle_full_stop(struct sys_device *sysdev,
168 static ssize_t spu_store_throttle_end(struct sys_device *sysdev,
174 static ssize_t spu_store_throttle_begin(struct sys_device *sysdev,
180 static ssize_t spu_store_throttle_full_stop(struct sys_device *sysdev,
186 static ssize_t ppe_show_temp(struct sys_device *sysde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c79 static struct cbe_pmd_regs __iomem *get_pmd_regs(struct sys_device *sysdev)
89 static u8 spu_read_register_value(struct sys_device *sysdev, union spe_reg __iomem *reg)
100 static ssize_t spu_show_temp(struct sys_device *sysdev, struct sysdev_attribute *attr,
150 static ssize_t spu_show_throttle_end(struct sys_device *sysdev,
156 static ssize_t spu_show_throttle_begin(struct sys_device *sysdev,
162 static ssize_t spu_show_throttle_full_stop(struct sys_device *sysdev,
168 static ssize_t spu_store_throttle_end(struct sys_device *sysdev,
174 static ssize_t spu_store_throttle_begin(struct sys_device *sysdev,
180 static ssize_t spu_store_throttle_full_stop(struct sys_device *sysdev,
186 static ssize_t ppe_show_temp(struct sys_device *sysde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddma-sysfs.c24 static ssize_t dma_show_devices(struct sys_device *dev,
59 static ssize_t dma_show_dev_id(struct sys_device *dev,
66 static ssize_t dma_store_dev_id(struct sys_device *dev,
77 static ssize_t dma_store_config(struct sys_device *dev,
92 static ssize_t dma_show_mode(struct sys_device *dev,
99 static ssize_t dma_store_mode(struct sys_device *dev,
111 static ssize_t dma_show_##field(struct sys_device *dev, \
124 struct sys_device *dev = &chan->dev;
152 struct sys_device *dev = &chan->dev;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-sysfs.c24 static ssize_t dma_show_devices(struct sys_device *dev,
59 static ssize_t dma_show_dev_id(struct sys_device *dev,
66 static ssize_t dma_store_dev_id(struct sys_device *dev,
77 static ssize_t dma_store_config(struct sys_device *dev,
92 static ssize_t dma_show_mode(struct sys_device *dev,
99 static ssize_t dma_store_mode(struct sys_device *dev,
111 static ssize_t dma_show_##field(struct sys_device *dev, \
124 struct sys_device *dev = &chan->dev;
152 struct sys_device *dev = &chan->dev;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dmfp-pxa3xx.c27 static int pxa3xx_mfp_suspend(struct sys_device *d, pm_message_t state)
33 static int pxa3xx_mfp_resume(struct sys_device *d)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dmfp-pxa3xx.c27 static int pxa3xx_mfp_suspend(struct sys_device *d, pm_message_t state)
33 static int pxa3xx_mfp_resume(struct sys_device *d)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Derr_inject.c58 show_##name(struct sys_device *dev, struct sysdev_attribute *attr, \
67 store_##name(struct sys_device *dev, struct sysdev_attribute *attr, \
81 store_call_start(struct sys_device *dev, struct sysdev_attribute *attr,
130 show_virtual_to_phys(struct sys_device *dev, struct sysdev_attribute *attr,
138 store_virtual_to_phys(struct sys_device *dev, struct sysdev_attribute *attr,
162 show_err_data_buffer(struct sys_device *dev,
174 store_err_data_buffer(struct sys_device *dev,
228 static int __cpuinit err_inject_add_dev(struct sys_device * sys_dev)
233 static int __cpuinit err_inject_remove_dev(struct sys_device * sys_dev)
242 struct sys_device *sys_de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Derr_inject.c58 show_##name(struct sys_device *dev, struct sysdev_attribute *attr, \
67 store_##name(struct sys_device *dev, struct sysdev_attribute *attr, \
81 store_call_start(struct sys_device *dev, struct sysdev_attribute *attr,
130 show_virtual_to_phys(struct sys_device *dev, struct sysdev_attribute *attr,
138 store_virtual_to_phys(struct sys_device *dev, struct sysdev_attribute *attr,
162 show_err_data_buffer(struct sys_device *dev,
174 store_err_data_buffer(struct sys_device *dev,
228 static int __cpuinit err_inject_add_dev(struct sys_device * sys_dev)
233 static int __cpuinit err_inject_remove_dev(struct sys_device * sys_dev)
242 struct sys_device *sys_de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/
H A Dtopology.c41 static ssize_t show_##name(struct sys_device *dev, \
67 static ssize_t show_##name(struct sys_device *dev, \
75 static ssize_t show_##name##_list(struct sys_device *dev, \
85 static ssize_t show_##name(struct sys_device *dev, \
92 static ssize_t show_##name##_list(struct sys_device *dev, \
135 struct sys_device *sys_dev = get_cpu_sysdev(cpu);
142 struct sys_device *sys_dev = get_cpu_sysdev(cpu);
H A Dsys.c28 #define to_sysdev(k) container_of(k, struct sys_device, kobj)
35 struct sys_device *sysdev = to_sysdev(kobj);
48 struct sys_device *sysdev = to_sysdev(kobj);
66 int sysdev_create_file(struct sys_device *s, struct sysdev_attribute *a)
72 void sysdev_remove_file(struct sys_device *s, struct sysdev_attribute *a)
201 struct sys_device *dev;
226 struct sys_device *dev;
245 int sysdev_register(struct sys_device *sysdev)
290 void sysdev_unregister(struct sys_device *sysdev)
327 struct sys_device *sysde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/
H A Dtopology.c41 static ssize_t show_##name(struct sys_device *dev, \
67 static ssize_t show_##name(struct sys_device *dev, \
75 static ssize_t show_##name##_list(struct sys_device *dev, \
85 static ssize_t show_##name(struct sys_device *dev, \
92 static ssize_t show_##name##_list(struct sys_device *dev, \
135 struct sys_device *sys_dev = get_cpu_sysdev(cpu);
142 struct sys_device *sys_dev = get_cpu_sysdev(cpu);

Completed in 266 milliseconds

1234567891011>>