Searched defs:paused (Results 1 - 13 of 13) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c42 bool paused; member in struct:vmw_stream
242 * If the stream is paused the no evict flag is removed from the buffer
263 /* If the stream is paused this is already done */
264 if (!stream->paused) {
281 stream->paused = false;
283 stream->paused = true;
311 stream->buf, buf, stream->paused ? "" : "not ");
318 } else if (!stream->paused) {
319 /* If the buffers match and not paused then just send
351 /* stream is no longer stopped/paused */
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c262 int paused; local
268 paused = ahd_is_paused(ahd);
269 if (!paused)
313 if (!paused)
H A Daic7xxx_proc.c240 int paused; local
246 paused = ahc_is_paused(ahc);
247 if (!paused)
325 if (!paused)
H A Daic79xx_osm.c655 AHD_TRANS_GOAL, /*paused*/FALSE);
657 AHD_TRANS_GOAL, /*paused*/FALSE);
788 int paused; local
796 paused = FALSE;
2178 int paused; local
2185 paused = FALSE;
2247 paused = TRUE;
2377 if (paused)
H A Daic7xxx_osm.c633 AHC_TRANS_GOAL, /*paused*/FALSE);
635 AHC_TRANS_GOAL, /*paused*/FALSE);
2092 int paused; local
2098 paused = FALSE;
2185 paused = TRUE;
2335 if (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_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...]
/drivers/macintosh/
H A Drack-meter.c69 int paused; member in struct:rackmeter
148 pr_debug("rackmeter: %s\n", pause ? "paused" : "started");
150 rm->paused = pause;
246 if (pause != rm->paused) {
/drivers/dma/
H A Ddw_dmac_regs.h142 bool paused; member in struct:dw_dma_chan
/drivers/gpu/drm/via/
H A Dvia_dma.c399 * the regulator has already paused, restart it.
405 int paused, count; local
410 paused = 0;
434 paused = (VIA_READ(0x41c) & 0x80000000);
435 if (paused)
441 paused = VIA_READ(0x41c) & 0x80000000;
443 if (paused && !no_pci_fire) {
464 return paused;
626 * and actually paused at the current buffer end).
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c277 u16 paused; member in struct:tx_status_words
283 u16 paused;
965 yp->tx_status[entry].paused);
1233 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused);
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h708 int paused; member in struct:bna_rx_config
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h253 int paused; member in struct:ath_atx_tid

Completed in 228 milliseconds