Searched defs:resetting (Results 1 - 5 of 5) sorted by relevance

/drivers/input/misc/
H A Dcm109.c120 unsigned resetting:1; member in struct:cm109_dev
586 if (!dev->resetting)
816 * while we are resetting
818 dev->resetting = 1;
830 dev->resetting = 0;
/drivers/ata/
H A Dlibahci.c1647 int resetting = !!(ap->pflags & ATA_PFLAG_RESETTING); local
1654 /* ignore BAD_PMP while resetting */
1655 if (unlikely(resetting))
1721 /* while resetting, invalid completions are expected */
1722 if (unlikely(rc < 0 && !resetting)) {
/drivers/net/ethernet/i825xx/
H A Dether1.h47 unsigned char resetting; member in struct:ether1_priv
/drivers/scsi/
H A Dhptiop.h267 atomic_t resetting; member in struct:hptiop_hba
H A Daha152x.c357 resetting = 0x0400, /* BUS DEVICE RESET is pending */ enumerator in enum:__anon4043
826 printk("aha152x: resetting bus...\n");
1005 if(SCpnt->SCp.phase & (resetting|check_condition)) {
1028 if ((phase & resetting) || !scsi_sglist(SCpnt)) {
1182 aha152x_internal_queue(SCpnt, &done, resetting, reset_done);
1266 DPRINTK(debug_eh, KERN_DEBUG "scsi%d: resetting bus\n", shpnt->host_no);
1340 DPRINTK(debug_eh, KERN_DEBUG "scsi%d: resetting ports\n", shpnt->host_no);
1693 } else if (CURRENT_SC->SCp.phase & resetting) {

Completed in 988 milliseconds