Searched defs:sysdev (Results 1 – 25 of 27) sorted by relevance
12
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 79 static struct cbe_pmd_regs __iomem *get_pmd_regs(struct sys_device *sysdev) in get_pmd_regs() 89 static u8 spu_read_register_value(struct sys_device *sysdev, union spe_reg __iomem *reg) in spu_read_register_value() 100 static ssize_t spu_show_temp(struct sys_device *sysdev, struct sysdev_attribute *attr, in spu_show_temp() 150 static ssize_t spu_show_throttle_end(struct sys_device *sysdev, in spu_show_throttle_end() 156 static ssize_t spu_show_throttle_begin(struct sys_device *sysdev, in spu_show_throttle_begin() 162 static ssize_t spu_show_throttle_full_stop(struct sys_device *sysdev, in spu_show_throttle_full_stop() 168 static ssize_t spu_store_throttle_end(struct sys_device *sysdev, in spu_store_throttle_end() 174 static ssize_t spu_store_throttle_begin(struct sys_device *sysdev, in spu_store_throttle_begin() 180 static ssize_t spu_store_throttle_full_stop(struct sys_device *sysdev, in spu_store_throttle_full_stop() 186 static ssize_t ppe_show_temp(struct sys_device *sysdev, char *buf, int pos) in ppe_show_temp() [all …]
|
D | spu_base.c | 523 static int spu_shutdown(struct sys_device *sysdev) in spu_shutdown() 706 static ssize_t spu_stat_show(struct sys_device *sysdev, in spu_stat_show()
|
/arch/arm/mach-s3c2410/ |
D | irq.c | 31 static int s3c2410_irq_add(struct sys_device *sysdev) in s3c2410_irq_add()
|
D | dma.c | 147 static int __init s3c2410_dma_add(struct sys_device *sysdev) in s3c2410_dma_add()
|
/arch/arm/mach-s3c2440/ |
D | dma.c | 192 static int __init s3c2440_dma_add(struct sys_device *sysdev) in s3c2440_dma_add()
|
D | irq.c | 95 static int s3c2440_irq_add(struct sys_device *sysdev) in s3c2440_irq_add()
|
D | clock.c | 112 static int s3c2440_clk_add(struct sys_device *sysdev) in s3c2440_clk_add()
|
/arch/arm/mach-s3c2443/ |
D | dma.c | 164 static int __init s3c2443_dma_add(struct sys_device *sysdev) in s3c2443_dma_add()
|
D | irq.c | 252 static int __init s3c2443_irq_add(struct sys_device *sysdev) in s3c2443_irq_add()
|
/arch/arm/mach-s3c2412/ |
D | pm.c | 55 static int s3c2412_pm_add(struct sys_device *sysdev) in s3c2412_pm_add()
|
D | dma.c | 182 static int __init s3c2412_dma_add(struct sys_device *sysdev) in s3c2412_dma_add()
|
D | irq.c | 173 static int s3c2412_irq_add(struct sys_device *sysdev) in s3c2412_irq_add()
|
/arch/arm/plat-s3c24xx/ |
D | s3c244x-clock.c | 74 static int s3c244x_clk_add(struct sys_device *sysdev) in s3c244x_clk_add()
|
D | s3c244x-irq.c | 94 static int s3c244x_irq_add(struct sys_device *sysdev) in s3c244x_irq_add()
|
/arch/arm/mach-s3c2442/ |
D | clock.c | 116 static int s3c2442_clk_add(struct sys_device *sysdev) in s3c2442_clk_add()
|
/arch/powerpc/platforms/pseries/ |
D | cmm.c | 344 static int cmm_sysfs_register(struct sys_device *sysdev) in cmm_sysfs_register() 377 static void cmm_unregister_sysfs(struct sys_device *sysdev) in cmm_unregister_sysfs()
|
/arch/powerpc/kernel/ |
D | sysfs.c | 528 struct sys_device *sysdev; in cpu_add_sysdev_attr_group() local 562 struct sys_device *sysdev; in cpu_remove_sysdev_attr_group() local
|
D | cacheinfo.c | 453 struct sys_device *sysdev; in cacheinfo_create_cache_dir() local
|
/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 340 static int __devinit sq_sysdev_add(struct sys_device *sysdev) in sq_sysdev_add() 358 static int __devexit sq_sysdev_remove(struct sys_device *sysdev) in sq_sysdev_remove()
|
/arch/arm/mach-pxa/ |
D | viper.c | 119 static int viper_cpu_suspend(struct sys_device *sysdev, pm_message_t state) in viper_cpu_suspend() 125 static int viper_cpu_resume(struct sys_device *sysdev) in viper_cpu_resume()
|
D | mioa701.c | 580 static int mioa701_sys_suspend(struct sys_device *sysdev, pm_message_t state) in mioa701_sys_suspend() 606 static int mioa701_sys_resume(struct sys_device *sysdev) in mioa701_sys_resume()
|
/arch/avr32/mach-at32ap/ |
D | intc.c | 24 struct sys_device sysdev; member
|
/arch/powerpc/platforms/powermac/ |
D | pic.c | 621 static int pmacpic_suspend(struct sys_device *sysdev, pm_message_t state) in pmacpic_suspend() 642 static int pmacpic_resume(struct sys_device *sysdev) in pmacpic_resume()
|
/arch/s390/kernel/ |
D | topology.c | 227 struct sys_device *sysdev; in arch_update_cpu_topology() local
|
/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 579 static int mtrr_save(struct sys_device * sysdev, pm_message_t state) in mtrr_save() 592 static int mtrr_restore(struct sys_device * sysdev) in mtrr_restore()
|
12