Home
last modified time | relevance | path

Searched refs:copy_complete (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c141 bool copy_complete; member
603 xfer->copy_complete = false; in usb_host_iso_reset_xfer()
669 xfer->copy_complete = (xfer->packet == xfer->xfer->num_iso_packets); in usb_host_iso_data_copy()
670 return xfer->copy_complete; in usb_host_iso_data_copy()
732 while (xfer != NULL && xfer->copy_complete) { in usb_host_iso_data_out()
758 xfer->copy_complete) { in usb_host_iso_data_out()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.c245 .copy_complete = &wcn3990_host_ie_cc,
399 .copy_complete = &qcax_host_ie_cc,
H A Dhw.h313 struct ath10k_hw_ce_regs_addr_map *copy_complete; }; member
H A Dce.c369 host_ie_addr | host_ie->copy_complete->mask); in ath10k_ce_copy_complete_inter_enable()
381 host_ie_addr & ~(host_ie->copy_complete->mask)); in ath10k_ce_copy_complete_intr_disable()
/openbmc/linux/drivers/md/
H A Ddm-cache-target.c1086 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
1110 dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, &mg->k); in copy()
1112 dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, &mg->k); in copy()
H A Ddm-thin.c850 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
1292 dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero()
1357 0, copy_complete, m); in schedule_copy()