Searched refs:unpause (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-bus-counter | 88 		This attribute is intended to serve as a pause/unpause mechanism92 		and then finally unpause the counter to continue where it had
 
 | 
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx.h | 989 	uint8_t			  unpause;  member
 | 
| D | aic7xxx_core.c | 360 		ahc_outb(ahc, HCNTRL, ahc->unpause);  in ahc_unpause()1022 			goto unpause;  in ahc_handle_seqint()
 1518 unpause:  in ahc_handle_seqint()
 2059 		ahc_outb(ahc, HCNTRL, ahc->unpause);  in ahc_clear_critical_section()
 4454 		ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;  in ahc_softc_init()
 4456 		ahc->unpause = 0;  in ahc_softc_init()
 4457 	ahc->pause = ahc->unpause | PAUSE;   in ahc_softc_init()
 5565 	ahc->unpause &= ~INTEN;  in ahc_intr_enable()
 5569 		ahc->unpause |= INTEN;  in ahc_intr_enable()
 
 | 
| D | aic79xx.h | 1152 	uint8_t			  unpause;  member
 | 
| D | aic79xx_core.c | 399 		ahd_outb(ahd, HCNTRL, ahd->unpause);  in ahd_unpause()3528 		ahd_outb(ahd, HCNTRL, ahd->unpause);  in ahd_clear_critical_section()
 6127 	ahd->unpause = 0;  in ahd_softc_init()
 7812 	ahd->unpause &= ~INTEN;  in ahd_intr_enable()
 7816 		ahd->unpause |= INTEN;  in ahd_intr_enable()
 
 | 
| /Linux-v5.4/Documentation/trace/ | 
| D | histogram.rst | 1004   paused state, then unpause it and do something you want to measure,1024   this new trigger is that it will 'unpause' the hist trigger we just
 
 |