Linux Kernel
3.7.1
|
#include <caif_hsi.h>
Data Fields | |
void(* | tx_done_cb )(struct cfhsi_cb_ops *drv) |
void(* | rx_done_cb )(struct cfhsi_cb_ops *drv) |
void(* | wake_up_cb )(struct cfhsi_cb_ops *drv) |
void(* | wake_down_cb )(struct cfhsi_cb_ops *drv) |
Definition at line 96 of file caif_hsi.h.
void(* rx_done_cb)(struct cfhsi_cb_ops *drv) |
Definition at line 98 of file caif_hsi.h.
void(* tx_done_cb)(struct cfhsi_cb_ops *drv) |
Definition at line 97 of file caif_hsi.h.
void(* wake_down_cb)(struct cfhsi_cb_ops *drv) |
Definition at line 100 of file caif_hsi.h.
void(* wake_up_cb)(struct cfhsi_cb_ops *drv) |
Definition at line 99 of file caif_hsi.h.