/Linux-v6.6/drivers/dma/sf-pdma/ |
D | sf-pdma.h | 86 RUNNING = 0, enumerator
|
D | sf-pdma.c | 478 chan->pm_state = RUNNING; in sf_pdma_setup_chans()
|
/Linux-v6.6/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-vin.h | 75 RUNNING, enumerator
|
D | rcar-dma.c | 1023 } else if ((vin->state != STOPPED && vin->state != RUNNING) || in rvin_fill_hw_slot() 1136 vin->state = RUNNING; in rvin_irq()
|
D | rcar-core.c | 1083 if (vin->state != RUNNING) in rvin_suspend()
|
/Linux-v6.6/drivers/dma/ |
D | fsldma.c | 417 if (unlikely(chan->pm_state != RUNNING)) { in fsl_dma_tx_submit() 1181 chan->pm_state = RUNNING; in fsl_dma_chan_probe() 1357 chan->pm_state = RUNNING; in fsldma_suspend_late() 1379 chan->pm_state = RUNNING; in fsldma_resume_early()
|
D | fsldma.h | 146 RUNNING = 0, enumerator
|
D | fsl-edma-main.c | 530 fsl_chan->pm_state = RUNNING; in fsl_edma_probe() 667 fsl_chan->pm_state = RUNNING; in fsl_edma_resume_early()
|
D | fsl-edma-common.h | 72 RUNNING = 0, enumerator
|
D | fsl-edma-common.c | 789 if (unlikely(fsl_chan->pm_state != RUNNING)) { in fsl_edma_issue_pending()
|
/Linux-v6.6/Documentation/networking/device_drivers/appletalk/ |
D | cops.rst | 54 UP BROADCAST RUNNING NOARP MULTICAST MTU:600 Metric:1
|
/Linux-v6.6/drivers/net/ethernet/amd/ |
D | amd8111e.h | 136 RUNNING = (1 << 0), enumerator
|
/Linux-v6.6/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.h | 213 RUNNING = 0x4, enumerator
|
D | vidtv_psi.c | 1421 service->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_sdt_service_init() 1989 e->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_eit_event_init()
|
/Linux-v6.6/Documentation/locking/ |
D | locktypes.rst | 274 to RUNNING, but that does not work here because the task must remain 277 instead sets the saved state to RUNNING. Then, when the lock 279 state, in this case setting it to RUNNING::
|
/Linux-v6.6/arch/x86/events/intel/ |
D | p4.c | 326 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING), 604 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING)), 655 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING)) |
|
/Linux-v6.6/drivers/media/platform/st/stm32/ |
D | stm32-dcmi.c | 90 RUNNING, enumerator 235 if (dcmi->state != RUNNING) { in dcmi_restart_capture() 588 dcmi->state = RUNNING; in dcmi_buf_queue() 803 dcmi->state = RUNNING; in dcmi_start_streaming()
|
/Linux-v6.6/Documentation/sound/designs/ |
D | compress-offload.rst | 191 | | PREPARE |------------------->| RUNNING |--------------------------+ 262 +------------------------>| RUNNING |
|
/Linux-v6.6/drivers/block/drbd/ |
D | drbd_worker.c | 2145 if (get_t_state(&connection->worker) != RUNNING) in wait_for_work() 2178 while (get_t_state(thi) == RUNNING) { in drbd_worker() 2193 if (get_t_state(thi) == RUNNING) { in drbd_worker() 2200 if (get_t_state(thi) != RUNNING) in drbd_worker()
|
D | drbd_main.c | 339 thi->t_state = RUNNING; in drbd_thread_setup() 401 thi->t_state = RUNNING; in drbd_thread_start() 419 thi->t_state = RUNNING; in drbd_thread_start() 428 case RUNNING: in drbd_thread_start() 1478 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection()
|
D | drbd_int.h | 157 RUNNING, enumerator 1869 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | perf_event_p4.h | 714 P4_GEN_ESCR_EMASK(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING, 0),
|
/Linux-v6.6/tools/testing/selftests/tc-testing/ |
D | README | 48 RUNNING TDC
|
/Linux-v6.6/drivers/net/phy/ |
D | phy.c | 51 PHY_STATE_STR(RUNNING) in phy_state_to_str()
|
/Linux-v6.6/sound/core/ |
D | pcm.c | 251 STATE(RUNNING),
|