Linux Kernel
3.7.1
|
#include <bus.h>
Data Fields | |
struct device_driver | drv |
int(* | probe )(struct amba_device *, const struct amba_id *) |
int(* | remove )(struct amba_device *) |
void(* | shutdown )(struct amba_device *) |
int(* | suspend )(struct amba_device *, pm_message_t) |
int(* | resume )(struct amba_device *) |
struct amba_id * | id_table |
struct device_driver drv |
int(* remove)(struct amba_device *) |
int(* resume)(struct amba_device *) |
void(* shutdown)(struct amba_device *) |
int(* suspend)(struct amba_device *, pm_message_t) |