Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/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;
/bionic/libc/kernel/arch-sh/asm/
Dtimer.h29 struct sys_device dev;