|
Linux Kernel
3.7.1
|
#include <platform_device.h>
Data Fields | |
| int(* | probe )(struct platform_device *) |
| int(* | remove )(struct platform_device *) |
| void(* | shutdown )(struct platform_device *) |
| int(* | suspend )(struct platform_device *, pm_message_t state) |
| int(* | resume )(struct platform_device *) |
| struct device_driver | driver |
| struct platform_device_id * | id_table |
Definition at line 168 of file platform_device.h.
| struct device_driver driver |
Definition at line 174 of file platform_device.h.
| struct platform_device_id* id_table |
Definition at line 175 of file platform_device.h.
| int(* probe)(struct platform_device *) |
Definition at line 169 of file platform_device.h.
| int(* remove)(struct platform_device *) |
Definition at line 170 of file platform_device.h.
| int(* resume)(struct platform_device *) |
Definition at line 173 of file platform_device.h.
| void(* shutdown)(struct platform_device *) |
Definition at line 171 of file platform_device.h.
| int(* suspend)(struct platform_device *, pm_message_t state) |
Definition at line 172 of file platform_device.h.
1.8.2