/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | ndisc_unsolicited_na_test.sh | 18 PAUSE=no 61 if [ "${PAUSE}" = "yes" ]; then 222 P) PAUSE=yes;; 229 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
A D | gre_gso.sh | 15 PAUSE=no 42 if [ "${PAUSE}" = "yes" ]; then 195 P) PAUSE=yes;; 205 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
A D | test_vxlan_vnifiltering.sh | 97 PAUSE=no 122 if [ "${PAUSE}" = "yes" ]; then 522 P) PAUSE=yes;; 530 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
A D | fib_nexthops.sh | 58 PAUSE=no 91 if [ "${PAUSE}" = "yes" ]; then 2293 P) PAUSE=yes;; 2302 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
A D | fib_tests.sh | 16 PAUSE=no 43 if [ "${PAUSE}" = "yes" ]; then 2167 P) PAUSE=yes;; 2177 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/apple/ |
A D | mace.c | 307 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset() 477 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 487 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 515 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 516 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 975 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() 1406 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1407 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1496 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1502 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
|
/linux-6.3-rc2/Documentation/userspace-api/media/rc/ |
A D | rc-tables.rst | 194 - PAUSE / FREEZE 210 - PLAY / PAUSE 226 - CAPTURE / REC / RECORD/PAUSE
|
/linux-6.3-rc2/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-6.3-rc2/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
|
A D | varhandlers.c | 50 { "pause", PAUSE, VAR_STRING, spk_str_pause, NULL },
|
/linux-6.3-rc2/sound/ppc/ |
A D | pmac.c | 155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop() 392 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer() 710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 712 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/clk/samsung/ |
A D | clk-exynos5260.h | 322 #define PAUSE 0x1004 macro
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/security/ |
A D | sak.rst | 30 choose CTRL-ALT-PAUSE.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mips/cavium/ |
A D | bootbus.txt | 44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/altera/ |
A D | altera_tse.rst | 186 802.3-2012, Section 30.3.4.2. This statistic is a count of PAUSE frames 190 802.3-2012, Section 30.3.4.3. This statistic is a count of PAUSE frames
|
/linux-6.3-rc2/net/dsa/ |
A D | Kconfig | 109 (PAUSE frames) over the CPU port is not supported when operating in
|