Linux Kernel
3.7.1
|
#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_ops * | cb_ops |
Definition at line 104 of file caif_hsi.h.
struct cfhsi_cb_ops* cb_ops |
Definition at line 114 of file caif_hsi.h.
Definition at line 112 of file caif_hsi.h.
Definition at line 111 of file caif_hsi.h.