Home | History | Annotate | Download | only in linux

Lines Matching defs:sys_device

18 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 {
54 ssize_t (*show)(struct sys_device *, char *);
55 ssize_t (*store)(struct sys_device *, const char *, size_t);