| /linux/tools/testing/selftests/net/ |
| A D | test_vxlan_nolocalbypass.sh | 20 PAUSE=no 50 if [ "${PAUSE}" = "yes" ]; then 185 P) PAUSE=yes;; 193 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | ndisc_unsolicited_na_test.sh | 17 PAUSE=no 52 if [ "${PAUSE}" = "yes" ]; then 217 P) PAUSE=yes;; 224 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | gre_gso.sh | 13 PAUSE=no 38 if [ "${PAUSE}" = "yes" ]; then 191 P) PAUSE=yes;; 201 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | test_bridge_backup_port.sh | 51 PAUSE=no 82 if [ "${PAUSE}" = "yes" ]; then 715 P) PAUSE=yes;; 724 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | test_vxlan_vnifiltering.sh | 95 PAUSE=no 120 if [ "${PAUSE}" = "yes" ]; then 558 P) PAUSE=yes;; 566 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | fdb_flush.sh | 44 : ${PAUSE:=no} 96 if [ "${PAUSE}" = "yes" ]; then 774 P) PAUSE=yes;; 783 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | test_bridge_neigh_suppress.sh | 60 PAUSE=no 90 if [ "${PAUSE}" = "yes" ]; then 783 P) PAUSE=yes;; 791 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| A D | fib_nexthops.sh | 61 PAUSE=no 99 if [ "${PAUSE}" = "yes" ]; then 2487 P) PAUSE=yes;; 2496 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
| /linux/arch/powerpc/include/asm/ |
| A D | dbdma.h | 34 #define PAUSE 0x4000 macro 103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
|
| /linux/drivers/net/ethernet/apple/ |
| A D | mace.c | 305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset() 475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 485 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 513 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 514 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 973 out_le32(&rd->control, (PAUSE << 16) | PAUSE); in mace_rxdma_intr()
|
| A D | bmac.c | 181 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD)); in dbdma_continue() 189 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset() 482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 483 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 1405 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1406 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1495 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1501 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
|
| /linux/Documentation/userspace-api/media/rc/ |
| A D | rc-tables.rst | 194 - PAUSE / FREEZE 210 - PLAY / PAUSE 226 - CAPTURE / REC / RECORD/PAUSE
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | vidioc-encoder-cmd.rst | 131 - Resume encoding after a PAUSE command. When the encoder has not 168 The application sent a PAUSE or RESUME command when the encoder was
|
| A D | vidioc-decoder-cmd.rst | 187 - Resume decoding after a PAUSE command. When the decoder has not 217 The application sent a PAUSE or RESUME command when the decoder was
|
| /linux/drivers/accessibility/speakup/ |
| A D | speakup_soft.c | 51 [PAUSE_ID] = { PAUSE, .u.n = {"\x01P" } }, 178 var->var_id != PAUSE && var->var_id != DIRECT) { in get_initstring()
|
| A D | speakup_dummy.c | 37 [PAUSE_ID] = { PAUSE, .u.s = {"PAUSE\n"} },
|
| A D | spk_types.h | 50 DIRECT, PAUSE, enumerator
|
| /linux/sound/ppc/ |
| A D | pmac.c | 155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop() 388 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer() 705 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 707 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| A D | vortex.rst | 162 PAUSE command, which means that they will stop sending packets for a 163 short period if they receive a PAUSE frame from the link partner. 171 The 3com cards appear to only respond to PAUSE frames which are 173 do not honour PAUSE frames which are sent to the station MAC address.
|
| /linux/sound/aoa/soundbus/i2sbus/ |
| A D | pcm.c | 271 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_wait_for_stop() 567 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_pcm_trigger() 683 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in handle_interrupt()
|
| /linux/drivers/clk/samsung/ |
| A D | clk-exynos5260.h | 322 #define PAUSE 0x1004 macro
|
| /linux/drivers/scsi/ |
| A D | mac53c94.c | 112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD() 137 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
|
| /linux/Documentation/input/devices/ |
| A D | atarikbd.rst | 151 It remains in this mode until reset or commanded into another mode. The PAUSE 162 until reset or commanded into another mode. The PAUSE command in this mode not 424 PAUSE OUTPUT 445 The output is stopped only at the end of the current 'even'. If the PAUSE 447 will still be transmitted to conclusion and then the PAUSE will take effect. 449 MONITORING mode, the PAUSE OUTPUT command also temporarily stops the
|
| /linux/Documentation/security/ |
| A D | sak.rst | 30 choose CTRL-ALT-PAUSE.
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| A D | bootbus.txt | 44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
|