Searched refs:aborted (Results 1 - 25 of 130) sorted by path

123456

/linux-master/arch/arm/mm/
H A Dabort-ev4.S8 * : r4 = aborted context pc
9 * : r5 = aborted context psr
13 * Purpose : obtain information about current aborted instruction.
22 ldr r3, [r4] @ read aborted ARM instruction
H A Dabort-ev4t.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5tj.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-macro.S16 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
H A Dabort-ev6.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
36 ldr r3, [r4] @ read aborted ARM instruction
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h33 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
H A Dcfg80211.c866 .aborted = true,
1076 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted) argument
1080 .aborted = aborted,
1085 aborted ? " aborted" : "");
1090 if (aborted)
3625 .aborted = true,
H A Dmain.c561 bool aborted = false; local
564 aborted = true;
566 ath6kl_cfg80211_scan_complete_event(vif, aborted);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dmlme_osdep.h14 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
/linux-master/arch/arm/kernel/
H A Dentry-armv.S77 @ r4 - aborted context pc
78 @ r5 - aborted context psr
80 @ The abort handler must return the aborted address in r0, and
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c785 else if (cs->aborted)
1084 cs->aborted = true;
3188 "CS %llu has been aborted while user process is waiting for it\n",
3470 "interrupt based wait ioctl aborted(error:%d) due to a reset cycle initiated\n",
3601 "interrupt based wait ioctl aborted(error:%d) due to a reset cycle initiated\n",
H A Dhabanalabs.h2014 * @aborted: true if CS was aborted due to some device error.
2052 u8 aborted; member in struct:hl_cs
/linux-master/drivers/accel/ivpu/
H A Divpu_ipc.c185 cons->aborted = false;
242 ret = !list_empty(&cons->rx_msg_list) || cons->aborted;
266 if (cons->aborted) {
556 cons->aborted = true;
H A Divpu_ipc.h61 bool aborted; member in struct:ivpu_ipc_consumer
64 spinlock_t rx_lock; /* Protects rx_msg_list and aborted */
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.h15 atomic_t aborted; member in struct:dp_ctrl
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c179 struct completion aborted; member in struct:ipu_image_convert_ctx
1602 complete_all(&ctx->aborted);
2107 init_completion(&ctx->aborted);
2329 reinit_completion(&ctx->aborted);
2351 ret = wait_for_completion_timeout(&ctx->aborted,
/linux-master/drivers/md/
H A Dmd-bitmap.c1633 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) argument
1650 if (!NEEDED(*bmc) && aborted)
1667 * properly have been aborted. It remains to us to clear the
H A Dmd-bitmap.h37 * a resync is aborted on a chunk with 'resync active' set
260 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c594 bool aborted = adap->transmit_in_progress_aborted; local
663 if (!aborted && data->attempts > attempts_made && !done) {
678 if (aborted && !done)
1183 /* The aborted command is in msg[2] */
1307 * The message was aborted or timed out due to a disconnect or
2173 * Unprocessed messages are aborted if userspace isn't doing
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c1090 int aborted = 0; local
1100 aborted = 1;
1124 if (aborted)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c4506 .aborted = ((ar->scan.state ==
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c3783 .aborted = ((ar->scan.state ==
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c2999 .aborted = ((ar->scan.state ==
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c948 ath_dbg(common, CHAN_CTX, "RoC aborted\n");
968 .aborted = abort,
972 ath_dbg(common, CHAN_CTX, "HW scan aborted\n");

Completed in 474 milliseconds

123456