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

#include <go7007-priv.h>

Data Fields

int(* interface_reset )(struct go7007 *go)
 
int(* write_interrupt )(struct go7007 *go, int addr, int data)
 
int(* read_interrupt )(struct go7007 *go)
 
int(* stream_start )(struct go7007 *go)
 
int(* stream_stop )(struct go7007 *go)
 
int(* send_firmware )(struct go7007 *go, u8 *data, int len)
 
int(* send_command )(struct go7007 *go, unsigned int cmd, void *arg)
 

Detailed Description

Definition at line 104 of file go7007-priv.h.

Field Documentation

int(* interface_reset)(struct go7007 *go)

Definition at line 105 of file go7007-priv.h.

int(* read_interrupt)(struct go7007 *go)

Definition at line 107 of file go7007-priv.h.

int(* send_command)(struct go7007 *go, unsigned int cmd, void *arg)

Definition at line 111 of file go7007-priv.h.

int(* send_firmware)(struct go7007 *go, u8 *data, int len)

Definition at line 110 of file go7007-priv.h.

int(* stream_start)(struct go7007 *go)

Definition at line 108 of file go7007-priv.h.

int(* stream_stop)(struct go7007 *go)

Definition at line 109 of file go7007-priv.h.

int(* write_interrupt)(struct go7007 *go, int addr, int data)

Definition at line 106 of file go7007-priv.h.


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