Searched refs:complete (Results 351 - 375 of 1681) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/spi/
H A Dspi-ppc4xx.c270 * BSY de-asserts one cycle after the transfer is complete. The
271 * interrupt is asserted after the transfer is complete. The exact
287 complete(&hw->done);
311 complete(&hw->done);
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h141 complete(&op->waitq);
169 complete(&op->waitq);
/linux-master/io_uring/
H A Dsqpoll.c387 complete(&sqd->exited);
492 complete(&ctx->sq_data->exited);
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c51 * - state complete: to indicate that the state update was applied.
251 goto complete;
272 complete:
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c194 complete(&hva->interrupt);
262 complete(&hva->interrupt);
/linux-master/drivers/i2c/busses/
H A Di2c-riic.c234 /* Transfer is complete, but do not send STOP */
236 complete(&riic->msg_done);
286 complete(&riic->msg_done);
/linux-master/drivers/mmc/host/
H A Dvub300.c450 complete(&vub300->irqpoll_complete);
458 complete(&vub300->irqpoll_complete);
471 complete(&vub300->irqpoll_complete);
496 complete(&vub300->irqpoll_complete);
817 complete(&vub300->command_complete); /* got_response_in */
824 complete(&vub300->command_complete);
844 complete(&vub300->command_complete);
942 complete(&vub300->command_complete);
1058 complete(&vub300->command_complete);
1170 complete(
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dtrans.c104 complete(&ctl_node->cmd_resp_completion);
/linux-master/drivers/media/usb/gspca/
H A Dbenq.c105 urb->complete = sd_isoc_irq;
/linux-master/drivers/hwmon/
H A Dda9055-hwmon.c110 complete(&hwmon->done);
/linux-master/include/linux/hsi/
H A Dhsi.h176 * @complete: Transfer completion callback
191 void (*complete)(struct hsi_msg *msg); member in struct:hsi_msg
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h21 * complete. Upon completion, the MAILBOX will contain a valid completion
224 u8 complete; /* dword 2 */ member in struct:amap_eth_hdr_wrb
/linux-master/drivers/hsi/clients/
H A Dhsi_char.c315 msg->complete = hsc_break_received;
333 msg->complete = hsi_free_msg;
435 msg->complete = hsc_rx_completed;
496 msg->complete = hsc_tx_completed;
/linux-master/drivers/mfd/
H A Dda9052-irq.c244 complete(&da9052->done);
/linux-master/sound/usb/line6/
H A Dcapture.c288 urb->complete = audio_in_callback;
/linux-master/drivers/isdn/mISDN/
H A Dstack.c208 complete(st->notify);
273 complete(st->notify);
318 complete(st->notify);
633 complete(st->notify);
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto.h263 int (*complete)(struct crypto_async_request *req, int ret); member in struct:ccp_ctx
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_srq.c225 complete(&srq->free);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h275 * @complete: complete callback
295 void (*complete) (struct usb_data_stream *, u8 *, size_t); member in struct:usb_data_stream
/linux-master/drivers/mailbox/
H A Dpl320-ipc.c107 complete(&ipc_completion);
/linux-master/drivers/nfc/nxp-nci/
H A Dfirmware.c294 complete(&fw_info->cmd_completion);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c99 complete(&(pcmdpriv->cmd_queue_comp));
/linux-master/drivers/staging/fbtft/
H A Dfb_st7789v.c81 complete(&panel_te);
/linux-master/drivers/misc/
H A Dlattice-ecp3-config.c185 complete(&data->fw_loaded);
/linux-master/drivers/media/rc/
H A Dnuvoton-cir.c636 bool complete; local
648 complete = (ret != -ENOBUFS);
649 if (!complete)
661 if (complete && i == ret - 1 && val < BUF_LEN_MASK)

Completed in 422 milliseconds

<<11121314151617181920>>