Linux Kernel
3.7.1
|
#include <device.h>
Data Fields | |
const char * | name |
struct bus_type * | bus |
struct module * | owner |
const char * | mod_name |
bool | suppress_bind_attrs |
struct of_device_id * | of_match_table |
int(* | probe )(struct device *dev) |
int(* | remove )(struct device *dev) |
void(* | shutdown )(struct device *dev) |
int(* | suspend )(struct device *dev, pm_message_t state) |
int(* | resume )(struct device *dev) |
struct attribute_group ** | groups |
struct dev_pm_ops * | pm |
struct driver_private * | p |
struct attribute_group** groups |
struct of_device_id* of_match_table |