Home
last modified time | relevance | path

Searched refs:sys_device (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dsysdev.h29 struct sys_device;
36 int (*shutdown)(struct sys_device *);
37 int (*suspend)(struct sys_device *, pm_message_t state);
38 int (*resume)(struct sys_device *);
73 int (*add)(struct sys_device *);
74 int (*remove)(struct sys_device *);
75 int (*shutdown)(struct sys_device *);
76 int (*suspend)(struct sys_device *, pm_message_t state);
77 int (*resume)(struct sys_device *);
90 struct sys_device { struct
[all …]
Dnode.h26 struct sys_device sysdev;
70 #define to_node(sys_device) container_of(sys_device, struct node, sysdev) argument
Dcpu.h31 struct sys_device sysdev;
35 extern struct sys_device *get_cpu_sysdev(unsigned cpu);
Dmemory.h36 struct sys_device sysdev;