Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gio_driver Struct Reference

#include <gio_device.h>

Data Fields

const charname
 
struct moduleowner
 
struct gio_device_idid_table
 
int(* probe )(struct gio_device *, const struct gio_device_id *)
 
void(* remove )(struct gio_device *)
 
int(* suspend )(struct gio_device *, pm_message_t)
 
int(* resume )(struct gio_device *)
 
void(* shutdown )(struct gio_device *)
 
struct device_driver driver
 

Detailed Description

Definition at line 21 of file gio_device.h.

Field Documentation

Definition at line 32 of file gio_device.h.

struct gio_device_id* id_table

Definition at line 24 of file gio_device.h.

const char* name

Definition at line 22 of file gio_device.h.

struct module* owner

Definition at line 23 of file gio_device.h.

Definition at line 26 of file gio_device.h.

void(* remove)(struct gio_device *)

Definition at line 27 of file gio_device.h.

int(* resume)(struct gio_device *)

Definition at line 29 of file gio_device.h.

void(* shutdown)(struct gio_device *)

Definition at line 30 of file gio_device.h.

Definition at line 28 of file gio_device.h.


The documentation for this struct was generated from the following file: