Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dsysdev.h18 struct sys_device;
23 int (*shutdown)(struct sys_device *);
24 int (*suspend)(struct sys_device *, pm_message_t state);
25 int (*resume)(struct sys_device *);
39 int (*add)(struct sys_device *);
40 int (*remove)(struct sys_device *);
41 int (*shutdown)(struct sys_device *);
42 int (*suspend)(struct sys_device *, pm_message_t state);
43 int (*resume)(struct sys_device *);
46 struct sys_device { struct
[all …]
Dnode.h19 struct sys_device sysdev;
22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev) argument
Dcpu.h24 struct sys_device sysdev;