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()
734 static void cfhsi_rx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_rx_done_cb() argument
738 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_rx_done_cb()
952 static void cfhsi_wake_up_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_up_cb() argument
956 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_wake_up_cb()
971 static void cfhsi_wake_down_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_wake_down_cb() argument
975 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_wake_down_cb()
1167 cfhsi->cb_ops.tx_done_cb = cfhsi_tx_done_cb; in cfhsi_open()
1168 cfhsi->cb_ops.rx_done_cb = cfhsi_rx_done_cb; in cfhsi_open()
1169 cfhsi->cb_ops.wake_up_cb = cfhsi_wake_up_cb; in cfhsi_open()
1170 cfhsi->cb_ops.wake_down_cb = cfhsi_wake_down_cb; in cfhsi_open()
1406 cfhsi->ops->cb_ops = &cfhsi->cb_ops; in caif_hsi_newlink()