Searched refs:sys_device (Results 1 – 4 of 4) sorted by relevance
29 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 …]
26 struct sys_device sysdev;70 #define to_node(sys_device) container_of(sys_device, struct node, sysdev) argument
31 struct sys_device sysdev;35 extern struct sys_device *get_cpu_sysdev(unsigned cpu);
36 struct sys_device sysdev;