Searched refs:complete (Results 1 - 25 of 1670) sorted by path

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S208 or t0, t1, t1 # E : current dst word now complete
228 or t0, t1, t1 # E : first (partial) source word complete (stall)
H A Dev6-stxncpy.S202 or t1, t4, t1 # E : first aligned src word complete (stall)
204 or t0, t1, t0 # E : first output word complete (stall)
250 or t0, t1, t0 # E : current dst word now complete
275 or t0, t1, t0 # E : first (partial) source word complete
H A Dstxcpy.S183 or t0, t1, t1 # e0 : current dst word now complete
200 or t0, t1, t1 # e1 : first (partial) source word complete
H A Dstxncpy.S162 or t1, t4, t1 # e1 : first aligned src word complete
164 or t0, t1, t0 # e0 : first output word complete
208 or t0, t1, t0 # e0 : current dst word now complete
231 or t0, t1, t0 # e0 : first (partial) source word complete
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S249 | xu to complete. Remember, the instruction in the nu
371 | xu to complete. Remember, the instruction in the nu
H A Dres_func.S802 | and complete the instruction.
977 | and complete the instruction.
1158 | and complete the instruction.
1196 | and complete the instruction.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S10913 # d0 = # shifts needed for complete normalization
H A Dilsp.S295 # longword of the dividend as (0) remainder (see Knuth) and merely complete
552 # complete necessary multiplies:
678 # complete necessary multiplies:
/linux-master/drivers/base/power/
H A Dgeneric_ops.c295 if (drv && drv->pm && drv->pm->complete)
296 drv->pm->complete(dev);
/linux-master/drivers/edac/
H A Dedac_pci.h75 struct completion complete; member in struct:edac_pci_ctl_info
/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/hwmon/
H A Dda9055-hwmon.c110 complete(&hwmon->done);
/linux-master/drivers/macintosh/ams/
H A Dams-pmu.c44 complete((struct completion *)req->arg);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c58 stream->complete(stream,
68 stream->complete(stream, b, urb->actual_length);
185 urb->complete = usb_urb_complete;
316 if (!stream->complete) {
/linux-master/drivers/media/usb/dvb-usb/
H A Dusb-urb.c48 stream->complete(stream, b + urb->iso_frame_desc[i].offset, urb->iso_frame_desc[i].actual_length);
57 stream->complete(stream, b, urb->actual_length);
193 urb->complete = usb_urb_complete;
222 if (stream->complete == NULL) {
/linux-master/drivers/media/usb/gspca/
H A Dbenq.c105 urb->complete = sd_isoc_irq;
/linux-master/drivers/mfd/
H A Dda9052-irq.c244 complete(&da9052->done);
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c166 complete(&ch->wdisconnect_wait);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_resource.c199 complete(&resource->done);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.h42 struct completion complete; member in struct:lio_vf_rep_sc_ctx
H A Docteon_iq.h302 struct completion complete; member in struct:octeon_soft_command
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.c136 complete(&s->comp);
/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/net/fjes/
H A Dfjes_regs.h87 __le32 complete:1; member in struct:REG_CS::__anon549

Completed in 450 milliseconds

1234567891011>>