Searched refs:BUSY (Results 1 - 161 of 161) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Djoystick.h119 __s32 BUSY; member in struct:JS_DATA_SAVE_TYPE_32
128 __s32 BUSY; member in struct:JS_DATA_SAVE_TYPE_64
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dlaunch.h58 * The slave_launch routine turns on the BUSY flag, and the slave loop
59 * clears the BUSY flag after control is returned to it.
/linux-4.1.27/sound/drivers/
H A Dportman2x4.c160 #define BUSY PP_STAT_ERR /* Interface Busy. */ macro
162 /* Parallel Port Status Register BUSY and SELECT lines are multiplexed
164 * currently selected (b1..b3), the BUSY and SELECT lines are
179 /* BUSY LINE: A3 A2 A1
258 * the PC/P transmitter and set the PC/P BUSY signal. portman_write_midi()
277 /* PC/P BUSY is now set. We must wait until BUSY resets itself. portman_write_midi()
281 while ((portman_read_status(pm) & BUSY) == BUSY) portman_write_midi()
H A Dmts64.c192 * Checks if BUSY (Bit 7 of status) is clear
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dvce_v1_0.c97 /* set BUSY flag */ vce_v1_0_start()
148 /* clear BUSY flag */ vce_v1_0_start()
/linux-4.1.27/sound/pci/aw2/
H A Dsaa7146.h153 #define BUSY (1UL << 0) macro
163 #define BUSY (1UL << 0) macro
/linux-4.1.27/drivers/video/fbdev/
H A Dhpfb.c49 #define BUSY 0x4044 macro
128 while (in_8(fb_regs + BUSY) & fb_bitmask) topcat_blit()
156 while (in_8(fb_regs + BUSY) & fb_bitmask) hpfb_fillrect()
176 while (in_8(fb_regs + BUSY) & fb_bitmask) hpfb_sync()
H A Dsmscufx.c1399 /* wait for BUSY to clear, with a timeout of 50ms with 10ms sleeps. if no
1410 /* if BUSY is clear, check for error */ ufx_i2c_wait_busy()
1459 check_warn_return(status, "Timeout waiting for I2C BUSY to clear"); ufx_read_edid()
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c52 "IDLE", "DONE_STOP", "BUSY", "TO_SCL", "TO_ARB", "DONE_WRITE",
60 BUSY = 2, // executing I2C command enumerator in enum:i2c_status
141 case BUSY: i2c_is_busy()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-iop3xx.h62 #define IOP3XX_ISR_BBUSY 0x0008 /* 1=Bus BUSY */
H A Di2c-ali15x3.c261 This may not work either - it clears the BUSY bit but ali15x3_transaction()
262 then the BUSY bit may come back on when you try and use the chip again. ali15x3_transaction()
H A Di2c-ali1535.c253 * may not work either - it clears the BUSY bit but then the ali1535_transaction()
254 * BUSY bit may come back on when you try and use the chip ali1535_transaction()
H A Di2c-s3c2410.c317 * 1) I2CSTAT.5 = 0 - Clear BUSY (or 'generate STOP') s3c24xx_i2c_stop()
325 * a) normal buses automatically clear BUSY and transition from s3c24xx_i2c_stop()
337 * still in "Master" mode, and its BUSY bit is still set. s3c24xx_i2c_stop()
H A Di2c-sh_mobile.c92 /* Interrupt order and BUSY flag */
104 /* BUSY __/ \_ */
107 /* I2C message or if the I2C_M_STOP flag is set. Similarly, the BUSY bit is */
H A Di2c-st.c261 * else the controller raises a BUSY error. st_i2c_soft_reset()
H A Di2c-i801.c333 /* Wait for BUSY being cleared and either INTR or an error flag being set */ i801_wait_intr()
/linux-4.1.27/drivers/spi/
H A Dspi-ti-qspi.c104 #define BUSY 0x01 macro
209 while ((stat & BUSY) && time_after(timeout, jiffies)) { qspi_is_busy()
214 WARN(stat & BUSY, "qspi busy\n"); qspi_is_busy()
215 return stat & BUSY; qspi_is_busy()
/linux-4.1.27/drivers/parport/
H A Dparport_atari.c9 * and 1 input status line (BUSY) able to cause an interrupt.
H A Dparport_mfc3.c36 * 40 | CA1 | <-- | BUSY
45 * 2 | PA0 | <-- | BUSY (same as CA1!)
H A Dparport_amiga.c10 * lines (BUSY, POUT, SEL), 1 output control line /STROBE (raised automatically
H A Dparport_ip32.c1552 * cases by testing for BUSY in parport_ip32_compat_write_data(). parport_ip32_get_fifo_residue()
1672 /* Then, wait for BUSY to get low. */ parport_ip32_compat_write_data()
1674 printk(KERN_DEBUG PPIP32 "%s: BUSY timeout in %s\n", parport_ip32_compat_write_data()
1753 /* Then, wait for BUSY to get low. */ parport_ip32_ecp_write_data()
1755 printk(KERN_DEBUG PPIP32 "%s: BUSY timeout in %s\n", parport_ip32_ecp_write_data()
H A Dparport_pc.c773 "%s: BUSY timeout (%d) in compat_write_block_pio\n", parport_pc_compat_write_block_pio()
888 "%s: BUSY timeout (%d) in ecp_write_block_pio\n", parport_pc_ecp_write_block_pio()
/linux-4.1.27/drivers/ata/
H A Dlibata-trace.c33 trace_seq_printf(p, "BUSY "); libata_trace_parse_status()
H A Dlibata-acpi.c632 * This function waits for idle (!BUSY and !DRQ) after writing
H A Dsata_dwc_460ex.c648 dev_warn(ap->dev, "STILL BUSY IRQ ata%d: irq trap\n", sata_dwc_isr()
H A Dlibata-sff.c1215 "BUSY|DRQ persists on ERR|DF, " ata_sff_hsm_move()
1646 /* clear INTRQ and check if BUSY cleared */ __ata_sff_interrupt()
H A Dsata_mv.c2217 * until the first time a BUSY, DRQ, or ERR bit is seen.
2285 * if polled, even while it is BUSY processing the command.
H A Dlibata-scsi.c894 /* Must be first because BUSY means no other bits valid */ ata_to_sense_error()
/linux-4.1.27/drivers/isdn/hisax/
H A Dhfc_2bds0.c228 debugl1(cs, "RFIFO BUSY error"); hfc_empty_fifo()
229 printk(KERN_WARNING "HFC FIFO channel %d BUSY Error\n", bcs->channel); hfc_empty_fifo()
315 debugl1(cs, "FIFO Send BUSY error"); hfc_fill_fifo()
316 printk(KERN_WARNING "HFC S FIFO channel %d BUSY Error\n", bcs->channel); hfc_fill_fifo()
644 debugl1(cs, "RFIFO D BUSY error"); receive_dmsg()
645 printk(KERN_WARNING "HFC DFIFO channel BUSY Error\n"); receive_dmsg()
741 debugl1(cs, "DFIFO Send BUSY error"); hfc_fill_dfifo()
742 printk(KERN_WARNING "HFC S DFIFO channel BUSY Error\n"); hfc_fill_dfifo()
H A Dhfc_2bs0.c198 debugl1(cs, "RFIFO BUSY error"); hfc_empty_fifo()
199 printk(KERN_WARNING "HFC FIFO channel %d BUSY Error\n", bcs->channel); hfc_empty_fifo()
298 debugl1(cs, "FIFO Send BUSY error"); hfc_fill_fifo()
299 printk(KERN_WARNING "HFC S FIFO channel %d BUSY Error\n", bcs->channel); hfc_fill_fifo()
/linux-4.1.27/arch/powerpc/mm/
H A Dhash_low_64.S95 * add BUSY,HASHPTE and ACCESSED)
182 /* Clear hpte bits in new pte (we also clear BUSY btw) and
313 /* Clear the BUSY bit and Write out the PTE */
392 * add BUSY and ACCESSED)
681 /* Clear the BUSY bit and Write out the PTE */
757 * add BUSY and ACCESSED)
843 /* Clear hpte bits in new pte (we also clear BUSY btw) and
977 /* Clear the BUSY bit and Write out the PTE */
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Dchannel.h87 return (const u8 *)("BUSY"); ULTRA_CHANNELCLI_STRING()
444 /* We have to do it the "hard way". We transition to BUSY, spar_channel_client_acquire_os()
446 * transitioned to BUSY. */ spar_channel_client_acquire_os()
472 pr_info("%s Channel StateTransition failed - host OS acquire failed because boot BUSY\n", spar_channel_client_acquire_os()
501 pr_info("%s Channel StateTransition INVALID! - release failed because OS client NOT BUSY (state=%s(%d))\n", spar_channel_client_release_os()
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-i2c.c214 case 0x0009: /* BUSY check */ cx231xx_i2c_recv_bytes()
216 "GPIO R E A D: Special case BUSY check \n"); cx231xx_i2c_recv_bytes()
217 /*Try read BUSY register, just set it to zero*/ cx231xx_i2c_recv_bytes()
/linux-4.1.27/drivers/input/
H A Djoydev.c632 joydev->glue.BUSY = ds32.BUSY; joydev_compat_ioctl()
642 ds32.BUSY = joydev->glue.BUSY; joydev_compat_ioctl()
/linux-4.1.27/drivers/input/serio/
H A Dparkbd.c31 * BUSY (11) -----------|
/linux-4.1.27/include/trace/events/
H A Dtarget.h122 { SAM_STAT_BUSY, "BUSY" }, \
/linux-4.1.27/kernel/
H A Dirq_work.c158 * Clear the BUSY bit and return to the free state if irq_work_run_list()
H A Dresource.c1439 * if a resource is "BUSY", it's not a hardware resource iomem_map_sanity_check()
/linux-4.1.27/include/linux/
H A Dwm97xx.h87 #define WM9705_BSEN 0x0400 /* BUSY flag enable, pin47 is 1 when busy */
88 #define WM9705_BINV 0x0200 /* invert BUSY (pin47) output */
H A Dparport_pc.h113 if (!(dsr & 0x80)) printk ("BUSY"); dump_parport_state()
H A Dlibata.h1940 * Waits up to 10ms for port's BUSY and DRQ signals to clear.
/linux-4.1.27/arch/arm/mach-mxs/
H A Dmach-mxs.c115 /* check both BUSY and ERROR cleared */ mxs_get_ocotp()
129 /* poll BUSY bit becoming cleared */ mxs_get_ocotp()
/linux-4.1.27/drivers/scsi/
H A Dimm.c352 * a) the SCSI bus is BUSY (device still listening) imm_out()
401 * a) the SCSI bus is BUSY (device still listening) imm_in()
736 printk("imm: BUS BUSY - EPP timeout detected\n"); imm_interrupt()
837 /* Spin lock for BUSY */ imm_engine()
854 /* Spin lock for BUSY */ imm_engine()
H A Dscsi_error.c716 case BUSY: scsi_eh_completed_normally()
1881 case BUSY: scsi_decide_disposition()
1930 * for queue congestion conditions (QUEUE_FULL or BUSY) */ scsi_decide_disposition()
H A Datari_NCR5380.c255 * to BUSY, since --as I've seen-- the mid-level can't handle QUEUE_FULL
2174 /* Turn a QUEUE FULL status into BUSY, I think the NCR5380_information_transfer()
2176 * command is retried after BUSY). Also update our NCR5380_information_transfer()
H A Du14-34f.c1811 /* Forces a reset if a disk drive keeps returning BUSY */ ihdlr()
1812 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) ihdlr()
H A D53c700.c522 printk(KERN_ERR "BUSY SLOT ON FREE LIST!!!\n"); find_empty_slot()
1311 DEBUG((" ID %d WARNING: RESELECTION OF BUSY HOST, saving cmd %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); process_selection()
H A Dppa.c634 printk(KERN_DEBUG "ppa: BUS BUSY - EPP timeout detected\n"); ppa_interrupt()
H A Deata.c2409 /* Forces a reset if a disk drive keeps returning BUSY */ ihdlr()
2410 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) ihdlr()
H A Ddc395x.c1409 "build_sdtr: msgout_buf BUSY (%i: %02x %02x)\n", build_sdtr()
1439 "build_wdtr: msgout_buf BUSY (%i: %02x %02x)\n", build_wdtr()
1508 dprintkdbg(DBG_KG, "start_scsi: (0x%p) BUSY %02x %04x\n", start_scsi()
H A DFlashPoint.c1904 with short BUSY pulse (<400ns) this will make the Harpoon is not able FlashPoint_HandleInterrupt()
4487 reselected or if BUSY is NOT on then this is a FPT_phaseBusFree()
H A DNCR5380.c1801 or we've unexpectedly lost BUSY (which is a real error). NCR5380_transfer_dma()
H A Dscsi_debug.c4224 seq_printf(m, " %s BUSY: first,last bits set: %d,%d\n", scsi_debug_show_info()
H A Dhpsa.c1662 "%s: task complete with BUSY status.\n", handle_ioaccel_mode2_error()
/linux-4.1.27/drivers/ide/
H A Dide-eh.c14 /* other bits are useless when BUSY */ ide_ata_error()
70 /* other bits are useless when BUSY */ ide_atapi_error()
H A Dide-dma-sff.c245 if ((dma_stat & 0x18) == 0x18) /* BUSY Stupid Early Timer !! */ ide_dma_sff_timer_expiry()
H A Dide-iops.c114 udelay(1); /* spec allows drive 400ns to assert "BUSY" */ __ide_wait_stat()
H A Dide-taskfile.c218 pr_err("%s: drive still BUSY!\n", drive->name); wait_drive_not_busy()
/linux-4.1.27/net/rxrpc/
H A Dar-accept.c57 _proto("Tx BUSY %%%u", ntohl(hdr->serial)); rxrpc_busy()
497 * Allow a kernel service to reject an incoming call with a BUSY message,
H A Dar-input.c30 "DATA", "ACK", "BUSY", "ABORT", "ACKALL", "CHALL", "RESP", "DEBUG",
367 _proto("Rx BUSY %%%u", serial); rxrpc_fast_process_packet()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.c154 RXS_ERR("DECRYPT BUSY ERR", decrypt_busy_err); read_file_recv()
/linux-4.1.27/drivers/s390/net/
H A Dctcm_fsms.h303 ATTN-BUSY from other side will convert
H A Dctcm_fsms.c76 [CTC_EVENT_ATTNBUSY] = "Status ATTN & BUSY",
78 [CTC_EVENT_BUSY] = "Status BUSY",
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_perf.c79 n = snprintf(ptr, rem, "%%BUSY"); refill_buf()
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_dma.h139 * Returns the software's view of the channel status. If that status is BUSY
/linux-4.1.27/arch/m68k/atari/
H A Ddebug.c94 while ((st_mfp.par_dt_reg & 1) && --i) /* wait for BUSY == L */ ata_par_out()
/linux-4.1.27/drivers/target/
H A Dtarget_core_spc.c821 * mand is completed with BUSY, TASK SET FULL, or RESERVATION CONFLICT spc_modesense_control()
827 * a command is completed with BUSY, TASK SET FULL, or RESERVATION spc_modesense_control()
833 * initiator port associated with the I_T nexus on which the BUSY, spc_modesense_control()
836 * PREVIOUS BUSY STATUS, PREVIOUS TASK SET FULL STATUS, or PREVIOUS spc_modesense_control()
839 * for a BUSY, TASK SET FULL, or RESERVATION CONFLICT status regardless spc_modesense_control()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h632 * it will write once to SYNC then poll on the BUSY
633 * register. The FIFO is sync'ed once BUSY is zero.
636 * it will write once to SYNC without polling on BUSY.
643 * trigger a read from BUSY. This causes us to synchronously
647 * will *not* implicitly cause a read from BUSY. Instead, it
660 * still loop on the BUSY register until the FIFO is empty.
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Ddas800.c83 #define BUSY 0x80 macro
525 if ((status & BUSY) == 0) das800_ai_eoc()
H A Dme4000.c380 /* Check if BUSY flag is low */ me4000_xilinx_download()
H A Ds626.h358 #define S626_I2C_BUSY 0x0001 /* I2C control/status flag BUSY. */
H A Ds626.c2520 * operation in progress and reset BUSY flag. s626_initialize()
/linux-4.1.27/drivers/rtc/
H A Drtc-omap.c185 * require BUSY to be clear are made with IRQs locally disabled
192 /* BUSY may stay active for 1/32768 second (~30 usec) */ rtc_wait_not_busy()
H A Drtc-spear.c141 /* Assuming BUSY may stay active for 80 msec) */ rtc_wait_not_busy()
/linux-4.1.27/arch/x86/include/asm/uv/
H A Duv_bau.h114 * Decoded meaning ERROR BUSY AUX ERR
117 * BUSY (active) 0 1 0
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ds_4bri.c269 #define FPGA_BUSY 0x0002 /* BUSY high, DONE low */
H A Dum_idi.c853 Entity BUSY divas_um_idi_entity_start_remove()
/linux-4.1.27/drivers/mtd/maps/
H A Damd76xrom.c241 * if there is a BIOS "reserved" and BUSY range. If this amd76xrom_init_one()
H A Dck804xrom.c271 * if there is a BIOS "reserved" and BUSY range. If this ck804xrom_init_one()
H A Dichxrom.c266 * if there is a BIOS "reserved" and BUSY range. If this ichxrom_init_one()
H A Desb2rom.c332 * if there is a BIOS "reserved" and BUSY range. If this esb2rom_init_one()
/linux-4.1.27/drivers/mtd/nand/
H A Dcs553x_nand.c84 #define CS_NAND_CTL_RDY_INT_MASK (1<<3) /* Enable RDY/BUSY# interrupt */
/linux-4.1.27/drivers/media/radio/
H A Dradio-wl1273.c286 dev_dbg(radio->dev, "NOT BUSY\n"); wl1273_fm_irq_thread_handler()
336 dev_dbg(radio->dev, "%s: NOT BUSY\n", __func__); wl1273_fm_irq_thread_handler()
811 dev_dbg(radio->dev, "%s: BUSY\n", __func__); wl1273_fm_set_seek()
856 dev_dbg(radio->dev, "%s: BUSY\n", __func__); wl1273_fm_set_seek()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_pci.c247 /* Wait for f/w to complete initialization (CMD:BUSY == 0) */ prism2_pci_cor_sreset()
/linux-4.1.27/fs/fscache/
H A Dobject-list.c228 BUSY, IDLE); fscache_objlist_show() local
/linux-4.1.27/drivers/xen/events/
H A Devents_fifo.c230 * Clear MASKED, spinning if BUSY is set.
/linux-4.1.27/drivers/mmc/host/
H A Ddavinci_mmc.c313 * allowed, but if the card doesn't issue a BUSY mmc_davinci_start_command()
634 /* Card may still be sending BUSY after a previous operation, mmc_davinci_request()
644 dev_err(mmc_dev(host->mmc), "still BUSY? bad ... \n"); mmc_davinci_request()
H A Dmxcmmc.c393 case MMC_RSP_R1B:/* short CRC, OPCODE, BUSY */ mxcmci_start_cmd()
948 * drive the BUSY line as required by the specs. mxcmci_init_card()
H A Dtmio_mmc_pio.c534 * BUSY status bit clear, but on some operations, like mount or tmio_mmc_data_irq()
536 * DATAEND interrupt with the BUSY bit set, in this cases tmio_mmc_data_irq()
H A Dmmc_spi.c1150 * the card returns BUSY status, the clock must issue several cycles mmc_spi_initsequence()
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
H A Da4xx_gpu.c157 /* Make all blocks contribute to the GPU BUSY perf counter */ a4xx_hw_init()
H A Da3xx_gpu.c162 /* Make all blocks contribute to the GPU BUSY perf counter: */ a3xx_hw_init()
/linux-4.1.27/drivers/target/tcm_fc/
H A Dtfc_cmd.c480 pr_debug("cmd or seq allocation failure - sending BUSY\n"); ft_recv_cmd()
/linux-4.1.27/arch/arm/mach-omap1/
H A Dboard-osk.c491 /* omap_cfg_reg(P19_1610_GPIO6); */ /* BUSY */ osk_mistral_init()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2400pci.h606 * BUSY: 1: asic is busy execute BBP programming.
621 * BUSY: 1: asic is busy execute rf programming.
H A Drt2500pci.h711 * BUSY: 1: asic is busy execute BBP programming.
726 * BUSY: 1: asic is busy execute rf programming.
H A Drt61pci.h592 * BUSY: 1: ASIC is busy execute BBP programming.
606 * BUSY: 1: ASIC is busy execute RF programming.
H A Drt73usb.h507 * BUSY: 1: ASIC is busy execute BBP programming.
521 * BUSY: 1: ASIC is busy execute RF programming.
H A Drt2800.h792 * BUSY: ASIC is busy executing BBP commands
810 * BUSY: ASIC is busy executing RF commands
/linux-4.1.27/drivers/char/
H A Dlp.c25 * be still BUSY. This is needed at least with Epson Stylus Color. To enable
87 * BUSY _________ _______
/linux-4.1.27/drivers/dma/
H A Dpl330.c401 * of a channel can be BUSY at any time.
403 BUSY, enumerator in enum:desc_status
1950 if (desc->status == BUSY) fill_queue()
1955 desc->status = BUSY; fill_queue()
2270 case BUSY: pl330_tx_status()
H A Ds3c24xx-dma.c1281 i, s3c24xx_dma_phy_busy(phy) ? "BUSY" : "FREE"); s3c24xx_dma_probe()
H A Damba-pl08x.c2182 i, pl08x_phy_channel_busy(ch) ? "BUSY" : "FREE"); pl08x_probe()
/linux-4.1.27/drivers/block/
H A Dskd_main.c2397 pr_info("(%s) drive BUSY imminent\n", skd_name(skdev)); skd_resolve_req_exception()
3725 * The BUSY state means that driver is ready to skd_unquiesce_dev()
3730 pr_debug("%s:%s:%d drive BUSY state\n", skd_unquiesce_dev()
5182 return "BUSY"; skd_drive_state_to_str()
5214 return "BUSY"; skd_skdev_state_to_str()
5257 return "BUSY"; skd_skmsg_state_to_str()
5271 return "BUSY"; skd_skreq_state_to_str()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dstk1135.c133 /* repeat if BUSY or WRITE/READ not finished */ stk1135_serial_wait_ready()
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dmeth.c115 * Waits for BUSY status of mdio bus to clear
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c460 * Note: we don't need the s_lock held since the BUSY flag ipath_ruc_loopback()
H A Dipath_driver.c1431 0xaaaaaaaaaaaaaaaaULL); /* All BUSY bits in qword */ ipath_reset_availshadow()
1683 * the BUSY bit will never be set, because we disarm ipath_chg_pioavailkernel()
H A Dipath_rc.c261 /* Leave BUSY set until RNR timeout. */ ipath_make_rc_req()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_ruc.c580 * Note: we don't need the s_lock held since the BUSY flag qib_ruc_loopback()
H A Dqib_tx.c404 * The BUSY bit will never be set, because we disarm qib_chg_pioavailkernel()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.c178 { 0x00000001, "BUSY" }, /* set when any bit is set */
H A Dctxnv50.c199 cp_wait(ctx, NEWCTX, BUSY); nv50_grctx_generate()
208 cp_wait(ctx, STATUS, BUSY); nv50_grctx_generate()
210 cp_bra (ctx, STATUS, BUSY, cp_setup_save); nv50_grctx_generate()
233 cp_wait(ctx, XFER, BUSY); nv50_grctx_generate()
1342 cp_wait(ctx, XFER, BUSY); nv50_gr_construct_xfer1()
3344 cp_wait(ctx, XFER, BUSY); nv50_gr_construct_xfer2()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Damd5536udc.c538 /* prevent from using desc. - set HOST BUSY */ udc_alloc_request()
578 /* Init BNA dummy descriptor for HOST BUSY and pointing to itself */ udc_init_bna_dummy()
586 /* set HOST BUSY */ udc_init_bna_dummy()
786 /* set HOST BUSY */ prep_dma()
H A Dpch_udc.c1794 /* prevent from using desc. - set HOST BUSY */ pch_udc_alloc_request()
/linux-4.1.27/fs/ocfs2/
H A Docfs2.h141 exists with BUSY set. */
H A Ddlmglue.c943 * set BUSY
950 * !BUSY
952 * set BUSY
/linux-4.1.27/include/scsi/
H A Dscsi.h292 #define BUSY 0x04 macro
/linux-4.1.27/fs/afs/
H A Drxrpc.c506 _debug("Rcv BUSY"); afs_deliver_to_call()
H A Dvlocation.c130 /* second+ BUSY - sleep a little bit */ afs_vlocation_access_vl_by_id()
/linux-4.1.27/sound/soc/bcm/
H A Dbcm2835-i2s.c203 /* Wait for the BUSY flag going down */ bcm2835_i2s_stop_clock()
/linux-4.1.27/sound/soc/intel/baytrail/
H A Dsst-baytrail-ipc.c331 * clear IPCD BUSY bit and set DONE bit. Tell DSP we have sst_byt_irq_thread()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c125 * The SB IOSF BUSY bit will clear when the operation is ixgbe_read_iosf_sb_reg_x550()
804 * The SB IOSF BUSY bit will clear when the operation is ixgbe_write_iosf_sb_reg_x550()
/linux-4.1.27/drivers/s390/char/
H A Dtape_3590.c1398 DBF_EVENT(6, "(%08x): LONG BUSY\n", device->cdev_id); tape_3590_unit_check()
1402 DBF_EVENT(6, "(%08x): Crypto LONG BUSY\n", device->cdev_id); tape_3590_unit_check()
H A Dvmur.c963 TRACE("ur_set_offline: BUSY\n"); ur_set_offline_force()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c157 * it is EMPTY, FULL, or BUSY. Typical use involves waiting for the
159 * USB I/O (during which the buffer head is BUSY), and marking the buffer
161 * (again possibly by USB I/O, during which it is marked BUSY) and
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2972 * and move them from the BUSY queue to the COMP queue
3032 * QUEUE FULL and BUSY conditions are handled the same way.
3073 s_status == S_BUSY ? "BUSY" : "QUEUE FULL\n"); sym_sir_bad_scsi_status()
3192 * This function move from the BUSY queue to the COMP
3205 * Move the entire BUSY queue to our temporary queue. sym_clear_tasks()
3214 * the BUSY queue. sym_clear_tasks()
H A Dsym_glue.c232 * BUSY. Use a big stick. sym_set_cam_result_error()
/linux-4.1.27/arch/x86/platform/uv/
H A Dtlb_uv.c552 * descriptor_status is still BUSY uv1_wait_completion()
665 * descriptor_stat is still BUSY uv2_3_wait_completion()
/linux-4.1.27/drivers/hwmon/
H A Dlm78.c689 * We ignore the LM78 BUSY flag at this moment - it could lead to deadlocks,
H A Dit87.c2432 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
2443 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
H A Dw83781d.c1734 * We ignore the W83781D BUSY flag at this moment - it could lead to deadlocks,
/linux-4.1.27/drivers/net/can/c_can/
H A Dc_can.c166 /* minimum timeout for checking BUSY status */
/linux-4.1.27/drivers/net/can/
H A Dpch_can.c259 pr_err("%s:IF1 BUSY Flag is set forever.\n", __func__); pch_can_rw_msg_obj()
/linux-4.1.27/drivers/net/plip/
H A Dplip.c84 D4->BUSY 6 - 11 11 - 6
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtl8723a_bt-coexist.h184 HCI_STATUS_CONTROLLER_BUSY = 0X3a /* CONTROLLER BUSY */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c773 /* BUSY just means that there's some other obd that lustre_common_put_super()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c438 * racing with code that checks for BUSY before checking mcast->mc ipoib_mcast_join_complete()
/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c37 * IDLE -> new request -> BUSY -> done -> DEQUEUE
/linux-4.1.27/drivers/block/paride/
H A Dpd.c246 "READY", "BUSY", "AMNF", "TK0NF", "ABRT", "MCR",
/linux-4.1.27/drivers/net/ieee802154/
H A Dat86rf230.c275 #define STATE_P_ON 0x00 /* BUSY */
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_isr.c285 * BUSY | DID_OK scsi_status qla4xxx_status_entry()
H A Dql4_mbx.c253 ql4_printk(KERN_WARNING, ha, "scsi%ld: %s: Cmd = %08X, ISP BUSY\n", qla4xxx_mailbox_command()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_irq.c2861 #define BUSY 1 i915_hangcheck_elapsed() macro
2894 ring->hangcheck.score += BUSY; for_each_ring()
2922 ring->hangcheck.score += BUSY; for_each_ring()
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c663 /* TODO: BUSY: MR still has bound window(s) */ ehca_dereg_mr()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1320 /* release the spin lock in case of BUSY */ sxgbe_xmit()
/linux-4.1.27/drivers/net/hamradio/
H A Dscc.c1209 /* BUSY timeout
/linux-4.1.27/drivers/atm/
H A Deni.c498 while (do_rx_dma(vcc,NULL,1,size,0)) EVENT("BUSY LOOP",0,0); discard()
/linux-4.1.27/sound/soc/intel/haswell/
H A Dsst-haswell-ipc.c808 /* clear BUSY bit and set DONE bit - accept new messages */ hsw_irq_thread()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_tty.c2375 "CONNECT 64000", "NO DIALTONE", "BUSY", "NO ANSWER", isdn_tty_modem_result()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2148 "Return : BUSY next_to use : 0x%08x next_to clean : 0x%08x\n", pch_gbe_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Def10.c56 /* BUSY flag indicates that an update is in progress. AUTO_OLD is
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmsc911x.c484 SMSC_WARN(pdata, hw, "Timed out waiting for MAC not BUSY. " smsc911x_mac_complete()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1930 * as if the target returned BUSY SCSI status. ahc_linux_handle_scsi_status()
H A Daic79xx_osm.c2018 * as if the target returned BUSY SCSI status. ahd_linux_handle_scsi_status()
/linux-4.1.27/drivers/scsi/arm/
H A Dacornscsi.c847 case BUSY: acornscsi_done()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_target.c5201 "command to target, sending BUSY " qlt_24xx_atio_pkt()
5304 "command to target, sending BUSY " qlt_response_pkt()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c1102 brcmf_dbg(INFO, "BUSY: scan for \"%s\" canceled\n", brcmf_cfg80211_escan()
/linux-4.1.27/drivers/tty/
H A Dsynclink.c7199 /* BUSY (BIT 5) is active (channel still active). */ mgsl_dma_test()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c7009 /* Mbox cmd issue - BUSY */ lpfc_sli_issue_mbox_s3()
7011 "(%d):0308 Mbox cmd issue - BUSY Data: " lpfc_sli_issue_mbox_s3()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723a_bt-coexist.c6358 /* sco BUSY bit is not used on voice over PCM platform */ BTDM_1AntFwC2hBtInfo8723A()

Completed in 4887 milliseconds