sys_device       1001 arch/x86/kernel/amd_iommu_init.c static struct sys_device device_amd_iommu = {
sys_device       1700 arch/x86/kernel/apic_32.c static struct sys_device device_lapic = {
sys_device       1643 arch/x86/kernel/apic_64.c static struct sys_device device_lapic = {
sys_device        939 arch/x86/kernel/cpu/intel_cacheinfo.c 	struct sys_device *sys_dev;
sys_device        969 arch/x86/kernel/cpu/intel_cacheinfo.c 		struct sys_device *sys_dev = get_cpu_sysdev(i);
sys_device        766 arch/x86/kernel/cpu/mcheck/mce_64.c 	static ssize_t show_ ## name(struct sys_device *s,		\
sys_device        771 arch/x86/kernel/cpu/mcheck/mce_64.c 	static ssize_t set_ ## name(struct sys_device *s,		\
sys_device         37 arch/x86/kernel/cpu/mcheck/therm_throt.c static ssize_t therm_throt_sysdev_show_##name(struct sys_device *dev,        \
sys_device        133 arch/x86/kernel/cpu/mcheck/therm_throt.c 	struct sys_device *sys_dev;
sys_device         59 arch/x86/kernel/i8237.c static struct sys_device device_i8237A = {
sys_device        270 arch/x86/kernel/i8259.c static struct sys_device device_i8259A = {
sys_device       2358 arch/x86/kernel/io_apic_32.c 	struct sys_device dev;
sys_device       2409 arch/x86/kernel/io_apic_32.c 	struct sys_device *dev;
sys_device       2417 arch/x86/kernel/io_apic_32.c 		size = sizeof(struct sys_device) + nr_ioapic_registers[i]
sys_device       2187 arch/x86/kernel/io_apic_64.c 	struct sys_device dev;
sys_device       2238 arch/x86/kernel/io_apic_64.c 	struct sys_device * dev;
sys_device       2246 arch/x86/kernel/io_apic_64.c 		size = sizeof(struct sys_device) + nr_ioapic_registers[i]
sys_device        412 arch/x86/kernel/microcode_core.c 	struct sys_device *sys_dev;
sys_device        244 arch/x86/kernel/nmi.c static struct sys_device device_lapic_nmi = {
sys_device        637 arch/x86/kernel/pci-gart_64.c static struct sys_device device_gart = {
sys_device         84 arch/x86/oprofile/nmi_int.c static struct sys_device device_oprofile = {
sys_device         31 include/linux/cpu.h 	struct sys_device sysdev;
sys_device         35 include/linux/cpu.h extern struct sys_device *get_cpu_sysdev(unsigned cpu);
sys_device         36 include/linux/memory.h 	struct sys_device sysdev;
sys_device         26 include/linux/node.h 	struct sys_device	sysdev;
sys_device         57 include/linux/node.h #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
sys_device         29 include/linux/sysdev.h struct sys_device;
sys_device         36 include/linux/sysdev.h 	int	(*shutdown)(struct sys_device *);
sys_device         37 include/linux/sysdev.h 	int	(*suspend)(struct sys_device *, pm_message_t state);
sys_device         38 include/linux/sysdev.h 	int	(*resume)(struct sys_device *);
sys_device         73 include/linux/sysdev.h 	int	(*add)(struct sys_device *);
sys_device         74 include/linux/sysdev.h 	int	(*remove)(struct sys_device *);
sys_device         75 include/linux/sysdev.h 	int	(*shutdown)(struct sys_device *);
sys_device         76 include/linux/sysdev.h 	int	(*suspend)(struct sys_device *, pm_message_t state);
sys_device         77 include/linux/sysdev.h 	int	(*resume)(struct sys_device *);
sys_device        102 include/linux/sysdev.h 	ssize_t (*show)(struct sys_device *, struct sysdev_attribute *, char *);
sys_device        103 include/linux/sysdev.h 	ssize_t (*store)(struct sys_device *, struct sysdev_attribute *,
sys_device         32 kernel/rtmutex-tester.c 	struct sys_device	sysdev;
sys_device        488 kernel/time/clocksource.c static struct sys_device device_clocksource = {
sys_device        339 kernel/time/timekeeping.c static struct sys_device device_timer = {
sys_device       1674 virt/kvm/kvm_main.c static struct sys_device kvm_sysdev = {