Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsysdev.h28 struct sys_device;
34 int (*shutdown)(struct sys_device *);
35 int (*suspend)(struct sys_device *, pm_message_t state);
36 int (*resume)(struct sys_device *);
67 int (*add)(struct sys_device *);
68 int (*remove)(struct sys_device *);
69 int (*shutdown)(struct sys_device *);
70 int (*suspend)(struct sys_device *, pm_message_t state);
71 int (*resume)(struct sys_device *);
84 struct sys_device { struct
[all …]
Dnode.h26 struct sys_device sysdev;
57 #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);