Searched defs:completed (Results 1 - 25 of 35) sorted by relevance

12

/drivers/firewire/
H A Dcore-iso.c123 size_t fw_iso_buffer_lookup(struct fw_iso_buffer *buffer, dma_addr_t completed) argument
131 offset = (ssize_t)completed - (ssize_t)address;
H A Dcore-cdev.c944 dma_addr_t completed, void *data)
956 e->interrupt.completed = fw_iso_buffer_lookup(&client->buffer,
957 completed);
943 iso_mc_callback(struct fw_iso_context *context, dma_addr_t completed, void *data) argument
/drivers/i2c/algos/
H A Di2c-algo-pca.c191 int completed = 1; local
237 completed = pca_start(adap);
242 completed = pca_address(adap, msg);
248 completed = pca_tx_byte(adap,
257 completed = pca_repeated_start(adap);
267 completed = pca_rx_ack(adap, msg->len > 1);
274 completed = pca_rx_ack(adap,
282 completed = pca_repeated_start(adap);
317 completed = pca_repeated_start(adap);
343 if (!completed)
[all...]
/drivers/i2c/busses/
H A Di2c-pnx.c444 int rc = 0, completed = 0, i; local
498 completed++;
527 if (completed != num)
/drivers/uwb/
H A Dneh.c110 u8 completed; member in struct:uwb_rc_neh
429 neh->completed = 1;
577 if (neh->completed) {
/drivers/macintosh/
H A Dadb.c227 * completed.
588 struct adb_request *completed; member in struct:adbdev_state
612 struct adb_request **ap = &state->completed;
663 state->completed = NULL;
682 && state->completed == NULL) {
716 req = state->completed;
718 state->completed = req->next;
/drivers/nfc/
H A Dnfcwilink.c101 struct completion completed; member in struct:nfcwilink
139 complete(&drv->completed);
173 comp_ret = wait_for_completion_timeout(&drv->completed,
243 comp_ret = wait_for_completion_timeout(&drv->completed,
346 complete(&drv->completed);
414 init_completion(&drv->completed);
421 &drv->completed,
/drivers/scsi/isci/
H A Drequest.h73 completed = 0x03, enumerator in enum:isci_request_status
127 /* Note: "io_request_completion" is completed in two different ways
129 * - TMF requests are completed in the thread that started them;
130 * - regular requests are completed in the request completion callback
134 * TMF was aborting is guaranteed to have completed.
243 * @SCI_REQ_COMPLETED: This state indicates that the request has completed.
/drivers/usb/host/
H A Dohci-q.c807 * Also patch the ed so it looks as if those tds completed normally.
909 int completed, modified; local
954 * must not be rescheduled until all completed URBs have
958 completed = 0;
997 modified = completed = 1;
1001 if (completed && !list_empty (&ed->td_list))
/drivers/dma/
H A Dsirf-dma.c63 struct list_head completed; member in struct:sirfsoc_dma_chan
162 list_splice_tail_init(&schan->active, &schan->completed);
177 /* process completed descriptors */
192 /* Get all completed descriptors */
194 if (!list_empty(&schan->completed)) {
195 list_splice_tail_init(&schan->completed, &list);
379 BUG_ON(!list_empty(&schan->completed));
446 /* try to free completed descriptors */
636 INIT_LIST_HEAD(&schan->completed);
H A Dmpc512x_dma.c190 struct list_head completed; member in struct:mpc_dma_chan
297 list_splice_tail_init(&mchan->active, &mchan->completed);
332 /* process completed descriptors */
346 /* Get all completed descriptors */
348 if (!list_empty(&mchan->completed))
349 list_splice_tail_init(&mchan->completed, &list);
523 BUG_ON(!list_empty(&mchan->completed));
591 /* try to free completed descriptors */
742 INIT_LIST_HEAD(&mchan->completed);
/drivers/mmc/host/
H A Dat91_mci.c41 Due to a bug in the AT91RM9200 controller, when a read is completed, all the words are byte
398 /* command not completed, have to wait */
637 * Handle a command that has been completed
765 int completed = 0; local
777 completed = 1;
814 completed = 1;
823 completed = 1;
834 completed = 1;
854 completed = at91_mci_handle_cmdrdy(host);
858 if (completed) {
[all...]
/drivers/usb/gadget/
H A Dimx_udc.c468 completed = 0; local
475 completed = (count != imx_ep->fifosize);
476 if (completed || req->req.actual == req->req.length) {
477 completed = 1;
482 if (completed || !req->req.length) {
486 completed ? "completed" : "not completed");
493 return completed;
500 completed local
534 int completed = 0; local
[all...]
H A Dpxa25x_udc.c512 * returns true if the request completed because of short packet or the
1671 int completed; local
1675 completed = 0;
1693 completed = write_fifo(ep, req);
1706 completed = read_fifo(ep, req);
1711 } while (completed);
/drivers/usb/musb/
H A Dcppi_dma.c534 * existing queue, processing completed "dma buffers" (segments) on the fly.
1027 bool completed = false; local
1040 /* run through all completed BDs */
1042 (safe2ack || completed) && bd && i < NUM_RXCHAN_BD;
1048 if (!completed && (bd->hw_options & CPPI_OWN_SET))
1058 if ((bd->hw_options & CPPI_SOP_SET) && !completed)
1064 completed = true;
1066 if (!completed && len < bd->buflen) {
1072 completed = true;
1101 completed
1192 bool completed = false; local
[all...]
/drivers/block/mtip32xx/
H A Dmtip32xx.h317 /* Array of pointers to the memory mapped completed registers. */
318 void __iomem *completed[MTIP_MAX_SLOT_GROUPS]; member in struct:mtip_port
H A Dmtip32xx.c434 /* reset the completed registers.*/
436 writel(0xFFFFFFFF, port->completed[i]);
599 * Clear the completed bit. This should prevent
603 writel(1 << bit, port->completed[group]);
664 * scatter list associated with the completed command, and finally
665 * clears the allocated bit associated with the completed command.
718 * command completed. This function signals the command completion by
722 * @tag Tag of the command that has completed.
738 "Internal command %d completed with TFE\n", tag);
771 u32 completed; local
958 u32 completed; local
[all...]
/drivers/net/ethernet/faraday/
H A Dftgmac100.c1006 bool completed = true; local
1027 completed = false;
1062 if (completed) {
H A Dftmac100.c140 * that hardware reset completed (what the f*ck).
882 bool completed = true; local
902 completed = false;
942 if (completed) {
/drivers/net/wireless/ath/ath9k/
H A Ddebug.h45 * @txok: TX completed at the requested rate
97 * @completed: Total MPDUs (non-aggr) completed
101 * @a_completed: Total AMPDUs completed
121 u32 completed; member in struct:ath_tx_stats
148 decryption process completed
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h491 struct completion completed; member in struct:__anon3320
513 init_completion(&((tsk_ctl)->completed)); \
519 wait_for_completion(&((tsk_ctl)->completed)); \
527 init_completion(&((tsk_ctl)->completed)); \
541 wait_for_completion(&((tsk_ctl)->completed)); \
/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1482 * @done : callback routine to be called after the cmd has be completed
1501 * NOTE: scb can be null even though certain commands completed
1507 if (!scb) { // command already completed
1522 * @busy : set if request could not be completed because of lack of
2078 * completed command and put them on the completed list for later processing.
2089 uint8_t completed[MBOX_MAX_FIRMWARE_STATUS]; local
2099 // move the SCBs from the firmware completed array to our local list
2134 if (mbox->completed[i] != 0xFF) break;
2137 completed[
[all...]
/drivers/crypto/
H A Dpicoxcell_crypto.c114 struct list_head completed; member in struct:spacc_engine
557 * be completed in hardware because the hardware may not support certain key
592 * and once the ciphering has completed, put the old transform
1005 * the ciphering has completed, put the old transform back into the
1162 list_move_tail(&req->list, &engine->completed);
1233 LIST_HEAD(completed);
1237 list_splice_init(&engine->completed, &completed);
1244 list_for_each_entry_safe(req, tmp, &completed, list) {
1816 INIT_LIST_HEAD(&engine->completed);
[all...]
/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c374 int completed = 0; local
379 completed += vmxnet3_unmap_pkt(VMXNET3_TCD_GET_TXIDX(
387 if (completed) {
397 return completed;
/drivers/scsi/
H A Dmegaraid.c388 * NOTE: scb can be null even though certain commands completed
1264 * and service the completed commands.
1273 u8 completed[MAX_FIRMWARE_STATUS]; local
1306 memcpy(completed, (void *)adapter->mbox->m_in.completed,
1312 mega_cmd_done(adapter, completed, nstatus, status);
1340 * and service the completed commands.
1350 u8 completed[MAX_FIRMWARE_STATUS]; local
1383 memcpy(completed, (void *)adapter->mbox->m_in.completed,
1421 mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) argument
[all...]

Completed in 1379 milliseconds

12