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

#include <caif_hsi.h>

Data Fields

int(* cfhsi_up )(struct cfhsi_ops *dev)
 
int(* cfhsi_down )(struct cfhsi_ops *dev)
 
int(* cfhsi_tx )(u8 *ptr, int len, struct cfhsi_ops *dev)
 
int(* cfhsi_rx )(u8 *ptr, int len, struct cfhsi_ops *dev)
 
int(* cfhsi_wake_up )(struct cfhsi_ops *dev)
 
int(* cfhsi_wake_down )(struct cfhsi_ops *dev)
 
int(* cfhsi_get_peer_wake )(struct cfhsi_ops *dev, bool *status)
 
int(* cfhsi_fifo_occupancy )(struct cfhsi_ops *dev, size_t *occupancy)
 
int(* cfhsi_rx_cancel )(struct cfhsi_ops *dev)
 
struct cfhsi_cb_opscb_ops
 

Detailed Description

Definition at line 104 of file caif_hsi.h.

Field Documentation

Definition at line 114 of file caif_hsi.h.

int(* cfhsi_down)(struct cfhsi_ops *dev)

Definition at line 106 of file caif_hsi.h.

int(* cfhsi_fifo_occupancy)(struct cfhsi_ops *dev, size_t *occupancy)

Definition at line 112 of file caif_hsi.h.

int(* cfhsi_get_peer_wake)(struct cfhsi_ops *dev, bool *status)

Definition at line 111 of file caif_hsi.h.

int(* cfhsi_rx)(u8 *ptr, int len, struct cfhsi_ops *dev)

Definition at line 108 of file caif_hsi.h.

int(* cfhsi_rx_cancel)(struct cfhsi_ops *dev)

Definition at line 113 of file caif_hsi.h.

int(* cfhsi_tx)(u8 *ptr, int len, struct cfhsi_ops *dev)

Definition at line 107 of file caif_hsi.h.

int(* cfhsi_up)(struct cfhsi_ops *dev)

Definition at line 105 of file caif_hsi.h.

int(* cfhsi_wake_down)(struct cfhsi_ops *dev)

Definition at line 110 of file caif_hsi.h.

int(* cfhsi_wake_up)(struct cfhsi_ops *dev)

Definition at line 109 of file caif_hsi.h.


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