Lines Matching refs:cb_ops
398 static void cfhsi_tx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_tx_done_cb() argument
402 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_tx_done_cb()
749 static void cfhsi_rx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_rx_done_cb() argument
753 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_rx_done_cb()
967 static void cfhsi_wake_up_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_up_cb() argument
971 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_wake_up_cb()
986 static void cfhsi_wake_down_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_down_cb() argument
990 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_wake_down_cb()
1182 cfhsi->cb_ops.tx_done_cb = cfhsi_tx_done_cb; in cfhsi_open()
1183 cfhsi->cb_ops.rx_done_cb = cfhsi_rx_done_cb; in cfhsi_open()
1184 cfhsi->cb_ops.wake_up_cb = cfhsi_wake_up_cb; in cfhsi_open()
1185 cfhsi->cb_ops.wake_down_cb = cfhsi_wake_down_cb; in cfhsi_open()
1421 cfhsi->ops->cb_ops = &cfhsi->cb_ops; in caif_hsi_newlink()