Searched refs:busy (Results 126 - 150 of 308) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c1727 bool busy = false; local
1741 busy = mtk_wed_poll_busy(dev, MTK_WED_GLO_CFG,
1743 if (busy) {
1752 busy = !!mtk_wdma_rx_reset(dev);
1763 if (!busy)
1764 busy = mtk_wed_poll_busy(dev, MTK_WED_WDMA_GLO_CFG,
1766 if (!busy && mtk_wed_is_v3_or_greater(dev->hw))
1767 busy = mtk_wed_poll_busy(dev, MTK_WED_WDMA_RX_PREF_CFG,
1770 if (busy) {
1818 busy
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c192 bool busy; member in struct:gk104_engn_status
208 status->busy = !!(stat & 0x80000000);
219 if (status->busy && status->chsw) {
236 ENGN_DEBUG(engn, "%08x: busy %d faulted %d chsw %d save %d load %d %sid %d%s-> %sid %d%s",
237 stat, status->busy, status->faulted, status->chsw, status->save, status->load,
264 if (status.busy && status.chsw)
H A Dgf100.c239 bool busy; member in struct:gf100_engn_status
251 status->busy = (stat & 0x10000000);
257 ENGN_DEBUG(engn, "%08x: busy %d save %d unk0 %d unk1 %d chid %d",
258 stat, status->busy, status->save, status->unk0, status->unk1, status->chid);
267 if (status.busy) {
281 if (status.busy && (status.unk0 || status.unk1))
651 /* Look for any engines that are busy, and awaiting chsw ack. */
/linux-master/drivers/media/platform/
H A Dm2m-deinterlace.c125 atomic_t busy; member in struct:deinterlace_dev
155 !atomic_read(&ctx->dev->busy)) {
183 atomic_set(&pcdev->busy, 0);
356 atomic_set(&ctx->dev->busy, 1);
592 v4l2_err(&ctx->dev->v4l2_dev, "%s queue busy\n", __func__);
948 atomic_set(&pcdev->busy, 0);
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c75 struct gpio_desc *busy; member in struct:repaper_epd
675 if (!gpiod_get_value_cansleep(epd->busy))
1009 epd->busy = devm_gpiod_get(dev, "busy", GPIOD_IN);
1010 if (IS_ERR(epd->busy)) {
1011 ret = PTR_ERR(epd->busy);
1013 DRM_DEV_ERROR(dev, "Failed to get gpio 'busy'\n");
/linux-master/drivers/net/slip/
H A Dslip.c1320 int busy = 0; local
1328 if (busy)
1331 busy = 0;
1339 busy++;
1344 } while (busy && time_before(jiffies, timeout));
1398 /* if device busy no outfill */
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c612 bool busy; local
623 busy = ktime_before(now, ktime_add_ms(last_reply, 2 * RELAY_TIMEOUT_MSEC));
624 if (!busy)
636 if (busy)
643 if (busy)
/linux-master/drivers/tty/serial/
H A Damba-pl010.c729 bool busy = false; local
737 busy = true;
739 if (!busy)
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c643 goto busy;
649 busy:
1216 goto busy;
1221 busy:
1258 goto busy;
1265 busy:
1322 goto busy;
1327 goto busy;
1336 busy:
1399 goto busy;
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c287 unsigned int busy; local
302 ret = regmap_read_poll_timeout(yas5xx->map, YAS5XX_MEASURE_DATA, busy,
303 !(busy & YAS5XX_MEASURE_DATA_BUSY),
371 unsigned int busy; local
386 ret = regmap_read_poll_timeout(yas5xx->map, YAS5XX_MEASURE_DATA + 2, busy,
387 !(busy & YAS5XX_MEASURE_DATA_BUSY),
/linux-master/drivers/dma/xilinx/
H A Dxdma.c60 * @busy: Busy flag of the channel
70 bool busy; member in struct:xdma_chan
335 * check if there is not any submitted descriptor or channel is busy.
338 if (!vd || xchan->busy)
380 xchan->busy = true;
522 xdma_chan->busy = false;
919 xchan->busy = false;
947 xchan->busy = false;
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c309 u32 busy; member in struct:lpc32xx_clk
338 u32 busy; member in struct:lpc32xx_usb_clk
395 if (clk->busy_mask && (val & clk->busy_mask) == clk->busy)
811 if (clk->busy && (val & clk->busy) == clk->busy) {
1179 .busy = (_b), \
1199 .busy = (_b), \
/linux-master/drivers/md/
H A Ddm-rq.c506 if (ti->type->busy && ti->type->busy(ti))
/linux-master/drivers/dma/
H A Dstm32-mdma.c244 bool busy; member in struct:stm32_mdma_chan
452 chan->busy = false;
1188 chan->busy = true;
1205 if (!chan->desc && !chan->busy)
1278 if (chan->busy)
1393 chan->busy = false;
1424 if (chan->busy)
1516 if (chan->busy) {
H A Dstm32-dma.c212 bool busy; member in struct:stm32_dma_chan
495 chan->busy = false;
510 if (chan->busy)
611 chan->busy = true;
750 chan->busy = false;
822 if (vchan_issue_pending(&chan->vchan) && !chan->desc && !chan->busy) {
1187 if (chan->busy) {
1188 dev_err(chan2dev(chan), "Request not allowed when dma busy\n");
1483 if (chan->busy) {
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c223 int busy, ret; local
248 busy = 0;
262 busy = 1;
266 } while (busy);
1284 int i, busy; local
1303 busy = 0;
1317 busy = 1;
1321 } while (busy);
/linux-master/drivers/scsi/
H A Dmegaraid.c77 MODULE_PARM_DESC(max_mbox_busy_wait, "Maximum wait for mailbox in microseconds if busy (default=MBOX_BUSY_WAIT=10)");
379 int busy=0; local
386 * busy flag will be set if mega_build_cmd() command could not
394 scb = mega_build_cmd(adapter, scmd, &busy);
409 busy = 0;
412 return busy;
511 * @busy: busy flag if no resources
521 mega_build_cmd(adapter_t *adapter, struct scsi_cmnd *cmd, int *busy) argument
643 *busy
[all...]
H A DNCR5380.h161 #define CSR_53C80_REG 0x80 /* ro 5380 registers busy */
221 unsigned char busy[8]; /* Index = target, bit = lun */ member in struct:NCR5380_hostdata
H A Dwd33c93.h225 volatile uchar busy[8]; /* index = target, bit = lun */ member in struct:WD33C93_hostdata
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c86 s64 busy; local
93 busy = ktime_to_ns(ktime_sub(dt, last));
95 if (busy > max_busy[i])
96 swap(busy, max_busy[i]);
103 s64 busy; local
122 busy = max_busy[0];
127 busy += div_u64(max_busy[i], 1 << i);
130 "busy:%lld [%d%%], max:[%lld, %lld, %lld], interval:%d\n",
131 busy, (int)div64_u64(100 * busy, d
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c330 bool busy; local
332 /* Trim busy sections out of found extent */
333 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen);
359 return busy;
833 unsigned int busy_gen;/* busy state */
834 bool busy; member in struct:xfs_alloc_cur
856 acur->busy = false;
918 bool busy; local
942 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena,
944 acur->busy |
1702 bool busy; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S16 | * longword $08 in the busy frame $4x60. Bit 16
304 | The frame returned is idle. We must build a busy frame to hold
340 | The frame returned is busy. It is not possible to reconstruct
430 | The frame returned is idle. We must build a busy frame to hold
477 | The frame returned is busy. It is not possible to reconstruct
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h61 unsigned busy:1; member in struct:r8a66597_ep
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c434 bool busy = false; local
437 busy = sband->channels[i].hw_value ==
439 if (busy)
443 if (busy)
/linux-master/drivers/nvdimm/
H A Dnd-core.h36 atomic_t busy; member in struct:nvdimm

Completed in 259 milliseconds

1234567891011>>