Searched refs:paused (Results 1 - 19 of 19) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c43 bool paused; member in struct:vmw_stream
243 * If the stream is paused the no evict flag is removed from the buffer
264 /* If the stream is paused this is already done */
265 if (!stream->paused) {
282 stream->paused = false;
284 stream->paused = true;
312 stream->buf, buf, stream->paused ? "" : "not ");
319 } else if (!stream->paused) {
320 /* If the buffers match and not paused then just send
352 /* stream is no longer stopped/paused */
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c216 int paused; local
222 paused = ahd_is_paused(ahd);
223 if (!paused)
267 if (!paused)
H A Daic7xxx_proc.c194 int paused; local
200 paused = ahc_is_paused(ahc);
201 if (!paused)
279 if (!paused)
H A Daic7xxx.h1225 u_int width, u_int type, int paused);
1231 u_int type, int paused);
H A Daic7xxx_core.c258 static void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused);
310 * Without this workaround, if the chip is paused, by an interrupt or
333 * to stop. The sequencer will only acknowledge that it is paused
785 ahc_run_tqinfifo(ahc, /*paused*/FALSE);
1527 * The sequencer is paused immediately on
1898 /*paused*/TRUE);
1912 /*paused*/TRUE);
2495 u_int offset, u_int ppr_options, u_int type, int paused)
2621 u_int width, u_int type, int paused)
2697 int paused; local
2493 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2620 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
5620 int paused; local
7174 int paused; local
7806 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) argument
[all...]
H A Daic79xx_osm.c655 AHD_TRANS_GOAL, /*paused*/FALSE);
657 AHD_TRANS_GOAL, /*paused*/FALSE);
788 int paused; local
796 paused = FALSE;
2173 int paused; local
2180 paused = FALSE;
2242 paused = TRUE;
2372 if (paused)
H A Daic7xxx_osm.c623 AHC_TRANS_GOAL, /*paused*/FALSE);
625 AHC_TRANS_GOAL, /*paused*/FALSE);
2077 int paused; local
2083 paused = FALSE;
2170 paused = TRUE;
2321 if (paused)
H A Daic79xx_core.c274 static void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused);
364 * to stop. The sequencer will only acknowledge that it is paused
1011 ahd_run_tqinfifo(ahd, /*paused*/FALSE);
1794 * will cause the sequencer to be paused again,
1954 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1957 AHD_TRANS_ACTIVE, /*paused*/TRUE);
2383 * The sequencer is paused immediately on
3159 /*paused*/TRUE);
3164 /*paused*/TRUE);
3199 /*paused*/TRU
3889 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
4035 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
4224 int paused; local
8921 int paused; local
9734 int paused; local
10673 ahd_run_tqinfifo(struct ahd_softc *ahd, int paused) argument
[all...]
H A Daic79xx.h1419 u_int width, u_int type, int paused);
1424 u_int type, int paused);
/drivers/gpu/drm/via/
H A Dvia_dma.c398 * the regulator has already paused, restart it.
404 int paused, count; local
409 paused = 0;
433 paused = (VIA_READ(0x41c) & 0x80000000);
434 if (paused)
440 paused = VIA_READ(0x41c) & 0x80000000;
442 if (paused && !no_pci_fire) {
463 return paused;
625 * and actually paused at the current buffer end).
/drivers/dma/
H A Domap-dma.c49 bool paused; member in struct:omap_chan
983 if (!c->paused)
989 c->paused = false;
1005 if (!c->paused) {
1007 c->paused = true;
1019 if (c->paused) {
1026 c->paused = false;
H A Dqcom_bam_dma.c278 unsigned int paused; /* is the channel paused? */ member in struct:bam_chan
587 bchan->paused = 1;
594 bchan->paused = 0;
730 return bchan->paused ? DMA_PAUSED : ret;
744 if (ret == DMA_IN_PROGRESS && bchan->paused)
H A Dnbpfaxi.c222 bool paused; member in struct:nbpf_channel
388 chan->paused = false;
643 if (chan->paused)
881 chan->paused = true;
/drivers/macintosh/
H A Drack-meter.c71 int paused; member in struct:rackmeter
150 pr_debug("rackmeter: %s\n", pause ? "paused" : "started");
152 rm->paused = pause;
248 if (pause != rm->paused) {
/drivers/dma/dw/
H A Dregs.h227 bool paused; member in struct:dw_dma_chan
H A Dcore.c984 dwc->paused = true;
993 dwc->paused = false;
1012 if (!dwc->paused)
1080 if (dwc->paused && ret == DMA_IN_PROGRESS)
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c277 u16 paused; member in struct:tx_status_words
283 u16 paused;
958 yp->tx_status[entry].paused);
1228 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused);
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h678 int paused; member in struct:bna_rx_config
H A Dbna_tx_rx.c62 bfa_fsm_state_decl(bna_rxf, paused, struct bna_rxf,
762 if (q_config->paused)

Completed in 355 milliseconds