Home
last modified time | relevance | path

Searched refs:unpause (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-counter95 This attribute is intended to serve as a pause/unpause mechanism
99 and then finally unpause the counter to continue where it had
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic7xxx.h987 uint8_t unpause; member
A Daic7xxx_core.c360 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
1022 goto unpause; in ahc_handle_seqint()
1517 unpause: in ahc_handle_seqint()
2042 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section()
4430 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
4432 ahc->unpause = 0; in ahc_softc_init()
4433 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init()
5536 ahc->unpause &= ~INTEN; in ahc_intr_enable()
5540 ahc->unpause |= INTEN; in ahc_intr_enable()
A Daic79xx.h1152 uint8_t unpause; member
A Daic79xx_core.c399 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
3501 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section()
6091 ahd->unpause = 0; in ahd_softc_init()
7771 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7775 ahd->unpause |= INTEN; in ahd_intr_enable()
/linux-6.3-rc2/Documentation/driver-api/
A Dgeneric-counter.rst330 For example, if you want to pause/unpause a Count from updating, you
/linux-6.3-rc2/Documentation/trace/
A Dhistogram.rst1014 paused state, then unpause it and do something you want to measure,
1034 this new trigger is that it will 'unpause' the hist trigger we just

Completed in 39 milliseconds