Home
last modified time | relevance | path

Searched refs:cfhsi_cb_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/caif/
Dcaif_hsi.h95 struct cfhsi_cb_ops { struct
96 void (*tx_done_cb) (struct cfhsi_cb_ops *drv); argument
97 void (*rx_done_cb) (struct cfhsi_cb_ops *drv); argument
98 void (*wake_up_cb) (struct cfhsi_cb_ops *drv); argument
99 void (*wake_down_cb) (struct cfhsi_cb_ops *drv); argument
113 struct cfhsi_cb_ops *cb_ops;
149 struct cfhsi_cb_ops cb_ops;
/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c399 static void cfhsi_tx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_tx_done_cb()
754 static void cfhsi_rx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_rx_done_cb()
972 static void cfhsi_wake_up_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_up_cb()
991 static void cfhsi_wake_down_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_down_cb()