Lines Matching refs:cb_ops
399 static void cfhsi_tx_done_cb(struct cfhsi_cb_ops *cb_ops) in cfhsi_tx_done_cb() argument
403 cfhsi = container_of(cb_ops, struct cfhsi, 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() argument
758 cfhsi = container_of(cb_ops, struct cfhsi, 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() argument
976 cfhsi = container_of(cb_ops, struct cfhsi, 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() argument
995 cfhsi = container_of(cb_ops, struct cfhsi, cb_ops); in cfhsi_wake_down_cb()
1187 cfhsi->cb_ops.tx_done_cb = cfhsi_tx_done_cb; in cfhsi_open()
1188 cfhsi->cb_ops.rx_done_cb = cfhsi_rx_done_cb; in cfhsi_open()
1189 cfhsi->cb_ops.wake_up_cb = cfhsi_wake_up_cb; in cfhsi_open()
1190 cfhsi->cb_ops.wake_down_cb = cfhsi_wake_down_cb; in cfhsi_open()
1433 cfhsi->ops->cb_ops = &cfhsi->cb_ops; in caif_hsi_newlink()