Searched refs:copy_data (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/most/aim-sound/ |
D | sound.c | 183 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data() function 248 period_elapsed = copy_data(channel, mbo); in playback_thread() 690 period_elapsed = copy_data(channel, mbo); in audio_rx_completion()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_comp.c | 355 ret = copy_data(rxe, qp->pd, IB_ACCESS_LOCAL_WRITE, in do_read() 376 ret = copy_data(rxe, qp->pd, IB_ACCESS_LOCAL_WRITE, in do_atomic()
|
D | rxe_loc.h | 121 int copy_data(struct rxe_dev *rxe, struct rxe_pd *pd, int access,
|
D | rxe_mr.c | 433 int copy_data( in copy_data() function
|
D | rxe_req.c | 498 err = copy_data(rxe, qp->pd, 0, &wqe->dma, in fill_packet()
|
D | rxe_resp.c | 506 err = copy_data(rxe, qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma, in send_data_in()
|
/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 601 u8 *copy_data; in cxio_hal_ctrl_qp_write_mem() local 658 copy_data = (u8 *) data + i * 96; in cxio_hal_ctrl_qp_write_mem() 663 memcpy(wqe, copy_data, copy_len); in cxio_hal_ctrl_qp_write_mem()
|
/drivers/target/ |
D | target_core_user.c | 260 struct iovec **iov, int *iov_cnt, bool copy_data) in alloc_and_scatter_data_area() argument 291 if (copy_data) { in alloc_and_scatter_data_area()
|
/drivers/usb/gadget/function/ |
D | f_accessory.c | 595 goto copy_data; in acc_read() 624 copy_data: in acc_read()
|