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

#include <vio.h>

Data Fields

const charname
 
struct list_head node
 
struct vio_device_idid_table
 
int(* probe )(struct vio_dev *dev, const struct vio_device_id *id)
 
int(* remove )(struct vio_dev *dev)
 
void(* shutdown )(struct vio_dev *dev)
 
unsigned long driver_data
 
struct device_driver driver
 

Detailed Description

Definition at line 286 of file vio.h.

Field Documentation

Definition at line 294 of file vio.h.

unsigned long driver_data

Definition at line 293 of file vio.h.

struct vio_device_id* id_table

Definition at line 289 of file vio.h.

const char* name

Definition at line 287 of file vio.h.

Definition at line 288 of file vio.h.

Definition at line 290 of file vio.h.

int(* remove)(struct vio_dev *dev)

Definition at line 291 of file vio.h.

void(* shutdown)(struct vio_dev *dev)

Definition at line 292 of file vio.h.


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