/linux-4.1.27/include/uapi/linux/ |
H A D | joystick.h | 119 __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 D | launch.h | 58 * 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 D | portman2x4.c | 160 #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 D | mts64.c | 192 * Checks if BUSY (Bit 7 of status) is clear
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | vce_v1_0.c | 97 /* set BUSY flag */ vce_v1_0_start() 148 /* clear BUSY flag */ vce_v1_0_start()
|
/linux-4.1.27/sound/pci/aw2/ |
H A D | saa7146.h | 153 #define BUSY (1UL << 0) macro 163 #define BUSY (1UL << 0) macro
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | hpfb.c | 49 #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 D | smscufx.c | 1399 /* 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 D | saa7134-i2c.c | 52 "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 D | i2c-iop3xx.h | 62 #define IOP3XX_ISR_BBUSY 0x0008 /* 1=Bus BUSY */
|
H A D | i2c-ali15x3.c | 261 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 D | i2c-ali1535.c | 253 * 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 D | i2c-s3c2410.c | 317 * 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 D | i2c-sh_mobile.c | 92 /* 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 D | i2c-st.c | 261 * else the controller raises a BUSY error. st_i2c_soft_reset()
|
H A D | i2c-i801.c | 333 /* 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 D | spi-ti-qspi.c | 104 #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 D | parport_atari.c | 9 * and 1 input status line (BUSY) able to cause an interrupt.
|
H A D | parport_mfc3.c | 36 * 40 | CA1 | <-- | BUSY 45 * 2 | PA0 | <-- | BUSY (same as CA1!)
|
H A D | parport_amiga.c | 10 * lines (BUSY, POUT, SEL), 1 output control line /STROBE (raised automatically
|
H A D | parport_ip32.c | 1552 * 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 D | parport_pc.c | 773 "%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 D | libata-trace.c | 33 trace_seq_printf(p, "BUSY "); libata_trace_parse_status()
|
H A D | libata-acpi.c | 632 * This function waits for idle (!BUSY and !DRQ) after writing
|
H A D | sata_dwc_460ex.c | 648 dev_warn(ap->dev, "STILL BUSY IRQ ata%d: irq trap\n", sata_dwc_isr()
|
H A D | libata-sff.c | 1215 "BUSY|DRQ persists on ERR|DF, " ata_sff_hsm_move() 1646 /* clear INTRQ and check if BUSY cleared */ __ata_sff_interrupt()
|
H A D | sata_mv.c | 2217 * 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 D | libata-scsi.c | 894 /* Must be first because BUSY means no other bits valid */ ata_to_sense_error()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | hfc_2bds0.c | 228 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 D | hfc_2bs0.c | 198 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 D | hash_low_64.S | 95 * 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 D | channel.h | 87 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 D | cx231xx-i2c.c | 214 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 D | joydev.c | 632 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 D | parkbd.c | 31 * BUSY (11) -----------|
|
/linux-4.1.27/include/trace/events/ |
H A D | target.h | 122 { SAM_STAT_BUSY, "BUSY" }, \
|
/linux-4.1.27/kernel/ |
H A D | irq_work.c | 158 * Clear the BUSY bit and return to the free state if irq_work_run_list()
|
H A D | resource.c | 1439 * if a resource is "BUSY", it's not a hardware resource iomem_map_sanity_check()
|
/linux-4.1.27/include/linux/ |
H A D | wm97xx.h | 87 #define WM9705_BSEN 0x0400 /* BUSY flag enable, pin47 is 1 when busy */ 88 #define WM9705_BINV 0x0200 /* invert BUSY (pin47) output */
|
H A D | parport_pc.h | 113 if (!(dsr & 0x80)) printk ("BUSY"); dump_parport_state()
|
H A D | libata.h | 1940 * Waits up to 10ms for port's BUSY and DRQ signals to clear.
|
/linux-4.1.27/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 115 /* 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 D | imm.c | 352 * 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 D | scsi_error.c | 716 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 D | atari_NCR5380.c | 255 * 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 D | u14-34f.c | 1811 /* Forces a reset if a disk drive keeps returning BUSY */ ihdlr() 1812 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) ihdlr()
|
H A D | 53c700.c | 522 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 D | ppa.c | 634 printk(KERN_DEBUG "ppa: BUS BUSY - EPP timeout detected\n"); ppa_interrupt()
|
H A D | eata.c | 2409 /* Forces a reset if a disk drive keeps returning BUSY */ ihdlr() 2410 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) ihdlr()
|
H A D | dc395x.c | 1409 "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 D | FlashPoint.c | 1904 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 D | NCR5380.c | 1801 or we've unexpectedly lost BUSY (which is a real error). NCR5380_transfer_dma()
|
H A D | scsi_debug.c | 4224 seq_printf(m, " %s BUSY: first,last bits set: %d,%d\n", scsi_debug_show_info()
|
H A D | hpsa.c | 1662 "%s: task complete with BUSY status.\n", handle_ioaccel_mode2_error()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-eh.c | 14 /* other bits are useless when BUSY */ ide_ata_error() 70 /* other bits are useless when BUSY */ ide_atapi_error()
|
H A D | ide-dma-sff.c | 245 if ((dma_stat & 0x18) == 0x18) /* BUSY Stupid Early Timer !! */ ide_dma_sff_timer_expiry()
|
H A D | ide-iops.c | 114 udelay(1); /* spec allows drive 400ns to assert "BUSY" */ __ide_wait_stat()
|
H A D | ide-taskfile.c | 218 pr_err("%s: drive still BUSY!\n", drive->name); wait_drive_not_busy()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-accept.c | 57 _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 D | ar-input.c | 30 "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 D | common-debug.c | 154 RXS_ERR("DECRYPT BUSY ERR", decrypt_busy_err); read_file_recv()
|
/linux-4.1.27/drivers/s390/net/ |
H A D | ctcm_fsms.h | 303 ATTN-BUSY from other side will convert
|
H A D | ctcm_fsms.c | 76 [CTC_EVENT_ATTNBUSY] = "Status ATTN & BUSY", 78 [CTC_EVENT_BUSY] = "Status BUSY",
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_perf.c | 79 n = snprintf(ptr, rem, "%%BUSY"); refill_buf()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_dma.h | 139 * Returns the software's view of the channel status. If that status is BUSY
|
/linux-4.1.27/arch/m68k/atari/ |
H A D | debug.c | 94 while ((st_mfp.par_dt_reg & 1) && --i) /* wait for BUSY == L */ ata_par_out()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_spc.c | 821 * 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 D | svga_reg.h | 632 * 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 D | das800.c | 83 #define BUSY 0x80 macro 525 if ((status & BUSY) == 0) das800_ai_eoc()
|
H A D | me4000.c | 380 /* Check if BUSY flag is low */ me4000_xilinx_download()
|
H A D | s626.h | 358 #define S626_I2C_BUSY 0x0001 /* I2C control/status flag BUSY. */
|
H A D | s626.c | 2520 * operation in progress and reset BUSY flag. s626_initialize()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-omap.c | 185 * 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 D | rtc-spear.c | 141 /* Assuming BUSY may stay active for 80 msec) */ rtc_wait_not_busy()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | uv_bau.h | 114 * Decoded meaning ERROR BUSY AUX ERR 117 * BUSY (active) 0 1 0
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | s_4bri.c | 269 #define FPGA_BUSY 0x0002 /* BUSY high, DONE low */
|
H A D | um_idi.c | 853 Entity BUSY divas_um_idi_entity_start_remove()
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | amd76xrom.c | 241 * if there is a BIOS "reserved" and BUSY range. If this amd76xrom_init_one()
|
H A D | ck804xrom.c | 271 * if there is a BIOS "reserved" and BUSY range. If this ck804xrom_init_one()
|
H A D | ichxrom.c | 266 * if there is a BIOS "reserved" and BUSY range. If this ichxrom_init_one()
|
H A D | esb2rom.c | 332 * if there is a BIOS "reserved" and BUSY range. If this esb2rom_init_one()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | cs553x_nand.c | 84 #define CS_NAND_CTL_RDY_INT_MASK (1<<3) /* Enable RDY/BUSY# interrupt */
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-wl1273.c | 286 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 D | hostap_pci.c | 247 /* Wait for f/w to complete initialization (CMD:BUSY == 0) */ prism2_pci_cor_sreset()
|
/linux-4.1.27/fs/fscache/ |
H A D | object-list.c | 228 BUSY, IDLE); fscache_objlist_show() local
|
/linux-4.1.27/drivers/xen/events/ |
H A D | events_fifo.c | 230 * Clear MASKED, spinning if BUSY is set.
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | davinci_mmc.c | 313 * 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 D | mxcmmc.c | 393 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 D | tmio_mmc_pio.c | 534 * 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 D | mmc_spi.c | 1150 * 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 D | a4xx_gpu.c | 157 /* Make all blocks contribute to the GPU BUSY perf counter */ a4xx_hw_init()
|
H A D | a3xx_gpu.c | 162 /* Make all blocks contribute to the GPU BUSY perf counter: */ a3xx_hw_init()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 480 pr_debug("cmd or seq allocation failure - sending BUSY\n"); ft_recv_cmd()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | board-osk.c | 491 /* omap_cfg_reg(P19_1610_GPIO6); */ /* BUSY */ osk_mistral_init()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2400pci.h | 606 * BUSY: 1: asic is busy execute BBP programming. 621 * BUSY: 1: asic is busy execute rf programming.
|
H A D | rt2500pci.h | 711 * BUSY: 1: asic is busy execute BBP programming. 726 * BUSY: 1: asic is busy execute rf programming.
|
H A D | rt61pci.h | 592 * BUSY: 1: ASIC is busy execute BBP programming. 606 * BUSY: 1: ASIC is busy execute RF programming.
|
H A D | rt73usb.h | 507 * BUSY: 1: ASIC is busy execute BBP programming. 521 * BUSY: 1: ASIC is busy execute RF programming.
|
H A D | rt2800.h | 792 * BUSY: ASIC is busy executing BBP commands 810 * BUSY: ASIC is busy executing RF commands
|
/linux-4.1.27/drivers/char/ |
H A D | lp.c | 25 * be still BUSY. This is needed at least with Epson Stylus Color. To enable 87 * BUSY _________ _______
|
/linux-4.1.27/drivers/dma/ |
H A D | pl330.c | 401 * 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 D | s3c24xx-dma.c | 1281 i, s3c24xx_dma_phy_busy(phy) ? "BUSY" : "FREE"); s3c24xx_dma_probe()
|
H A D | amba-pl08x.c | 2182 i, pl08x_phy_channel_busy(ch) ? "BUSY" : "FREE"); pl08x_probe()
|
/linux-4.1.27/drivers/block/ |
H A D | skd_main.c | 2397 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 D | stk1135.c | 133 /* repeat if BUSY or WRITE/READ not finished */ stk1135_serial_wait_ready()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
H A D | meth.c | 115 * Waits for BUSY status of mdio bus to clear
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_ruc.c | 460 * Note: we don't need the s_lock held since the BUSY flag ipath_ruc_loopback()
|
H A D | ipath_driver.c | 1431 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 D | ipath_rc.c | 261 /* Leave BUSY set until RNR timeout. */ ipath_make_rc_req()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_ruc.c | 580 * Note: we don't need the s_lock held since the BUSY flag qib_ruc_loopback()
|
H A D | qib_tx.c | 404 * 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 D | nv50.c | 178 { 0x00000001, "BUSY" }, /* set when any bit is set */
|
H A D | ctxnv50.c | 199 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 D | amd5536udc.c | 538 /* 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 D | pch_udc.c | 1794 /* prevent from using desc. - set HOST BUSY */ pch_udc_alloc_request()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | ocfs2.h | 141 exists with BUSY set. */
|
H A D | dlmglue.c | 943 * set BUSY 950 * !BUSY 952 * set BUSY
|
/linux-4.1.27/include/scsi/ |
H A D | scsi.h | 292 #define BUSY 0x04 macro
|
/linux-4.1.27/fs/afs/ |
H A D | rxrpc.c | 506 _debug("Rcv BUSY"); afs_deliver_to_call()
|
H A D | vlocation.c | 130 /* second+ BUSY - sleep a little bit */ afs_vlocation_access_vl_by_id()
|
/linux-4.1.27/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 203 /* Wait for the BUSY flag going down */ bcm2835_i2s_stop_clock()
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
H A D | sst-baytrail-ipc.c | 331 * 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 D | ixgbe_x550.c | 125 * 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 D | tape_3590.c | 1398 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 D | vmur.c | 963 TRACE("ur_set_offline: BUSY\n"); ur_set_offline_force()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 157 * 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 D | sym_hipd.c | 2972 * 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 D | sym_glue.c | 232 * BUSY. Use a big stick. sym_set_cam_result_error()
|
/linux-4.1.27/arch/x86/platform/uv/ |
H A D | tlb_uv.c | 552 * 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 D | lm78.c | 689 * We ignore the LM78 BUSY flag at this moment - it could lead to deadlocks,
|
H A D | it87.c | 2432 * 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 D | w83781d.c | 1734 * 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 D | c_can.c | 166 /* minimum timeout for checking BUSY status */
|
/linux-4.1.27/drivers/net/can/ |
H A D | pch_can.c | 259 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 D | plip.c | 84 D4->BUSY 6 - 11 11 - 6
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | rtl8723a_bt-coexist.h | 184 HCI_STATUS_CONTROLLER_BUSY = 0X3a /* CONTROLLER BUSY */
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_mount.c | 773 /* BUSY just means that there's some other obd that lustre_common_put_super()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 438 * racing with code that checks for BUSY before checking mcast->mc ipoib_mcast_join_complete()
|
/linux-4.1.27/drivers/crypto/ |
H A D | mv_cesa.c | 37 * IDLE -> new request -> BUSY -> done -> DEQUEUE
|
/linux-4.1.27/drivers/block/paride/ |
H A D | pd.c | 246 "READY", "BUSY", "AMNF", "TK0NF", "ABRT", "MCR",
|
/linux-4.1.27/drivers/net/ieee802154/ |
H A D | at86rf230.c | 275 #define STATE_P_ON 0x00 /* BUSY */
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 285 * BUSY | DID_OK scsi_status qla4xxx_status_entry()
|
H A D | ql4_mbx.c | 253 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 D | i915_irq.c | 2861 #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 D | ehca_mrmw.c | 663 /* TODO: BUSY: MR still has bound window(s) */ ehca_dereg_mr()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 1320 /* release the spin lock in case of BUSY */ sxgbe_xmit()
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | scc.c | 1209 /* BUSY timeout
|
/linux-4.1.27/drivers/atm/ |
H A D | eni.c | 498 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 D | sst-haswell-ipc.c | 808 /* clear BUSY bit and set DONE bit - accept new messages */ hsw_irq_thread()
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_tty.c | 2375 "CONNECT 64000", "NO DIALTONE", "BUSY", "NO ANSWER", isdn_tty_modem_result()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 2148 "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 D | ef10.c | 56 /* BUSY flag indicates that an update is in progress. AUTO_OLD is
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 484 SMSC_WARN(pdata, hw, "Timed out waiting for MAC not BUSY. " smsc911x_mac_complete()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1930 * as if the target returned BUSY SCSI status. ahc_linux_handle_scsi_status()
|
H A D | aic79xx_osm.c | 2018 * as if the target returned BUSY SCSI status. ahd_linux_handle_scsi_status()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 847 case BUSY: acornscsi_done()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 5201 "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 D | cfg80211.c | 1102 brcmf_dbg(INFO, "BUSY: scan for \"%s\" canceled\n", brcmf_cfg80211_escan()
|
/linux-4.1.27/drivers/tty/ |
H A D | synclink.c | 7199 /* BUSY (BIT 5) is active (channel still active). */ mgsl_dma_test()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 7009 /* 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 D | rtl8723a_bt-coexist.c | 6358 /* sco BUSY bit is not used on voice over PCM platform */ BTDM_1AntFwC2hBtInfo8723A()
|