Linux Kernel
3.7.1
|
#include <core.h>
Data Fields | |
const char * | name |
int | id |
atomic_t * | usage_count |
int(* | enable )(struct platform_device *dev) |
int(* | disable )(struct platform_device *dev) |
int(* | suspend )(struct platform_device *dev) |
int(* | resume )(struct platform_device *dev) |
void * | platform_data |
size_t | pdata_size |
const char * | of_compatible |
int | num_resources |
struct resource * | resources |
bool | ignore_resource_conflicts |
bool | pm_runtime_no_callbacks |