/linux-6.12.1/drivers/dma/sf-pdma/ |
D | sf-pdma.h | 87 RUNNING = 0, enumerator
|
D | sf-pdma.c | 481 chan->pm_state = RUNNING; in sf_pdma_setup_chans()
|
/linux-6.12.1/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-vin.h | 75 RUNNING, enumerator
|
D | rcar-dma.c | 1033 } else if ((vin->state != STOPPED && vin->state != RUNNING) || in rvin_fill_hw_slot() 1146 vin->state = RUNNING; in rvin_irq()
|
D | rcar-core.c | 1083 if (vin->state != RUNNING) in rvin_suspend()
|
/linux-6.12.1/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() 1355 chan->pm_state = RUNNING; in fsldma_suspend_late() 1377 chan->pm_state = RUNNING; in fsldma_resume_early()
|
D | fsldma.h | 146 RUNNING = 0, enumerator
|
D | fsl-edma-main.c | 564 fsl_chan->pm_state = RUNNING; in fsl_edma_probe() 714 fsl_chan->pm_state = RUNNING; in fsl_edma_resume_early()
|
D | fsl-edma-common.h | 73 RUNNING = 0, enumerator
|
D | fsl-edma-common.c | 791 if (unlikely(fsl_chan->pm_state != RUNNING)) { in fsl_edma_issue_pending()
|
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.h | 213 RUNNING = 0x4, enumerator
|
D | vidtv_psi.c | 1456 service->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_sdt_service_init() 2024 e->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_eit_event_init()
|
/linux-6.12.1/drivers/net/ethernet/amd/ |
D | amd8111e.h | 136 RUNNING = (1 << 0), enumerator
|
/linux-6.12.1/Documentation/translations/it_IT/locking/ |
D | locktypes.rst | 282 Altri tipi di risvegli avrebbero impostato direttamente lo stato a RUNNING, 285 viene messo a RUNNING quando il risveglio di un non-blocco cerca di 288 ripristinerà lo stato salvato, in questo caso a RUNNING::
|
/linux-6.12.1/drivers/media/platform/st/stm32/ |
D | stm32-dcmi.c | 89 RUNNING, enumerator 234 if (dcmi->state != RUNNING) { in dcmi_restart_capture() 587 dcmi->state = RUNNING; in dcmi_buf_queue() 802 dcmi->state = RUNNING; in dcmi_start_streaming()
|
/linux-6.12.1/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() 1464 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection()
|
D | drbd_int.h | 157 RUNNING, enumerator 1859 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
|
/linux-6.12.1/Documentation/sound/designs/ |
D | compress-offload.rst | 191 | | PREPARE |------------------->| RUNNING |--------------------------+ 262 +------------------------>| RUNNING |
|
/linux-6.12.1/arch/x86/include/asm/ |
D | perf_event_p4.h | 714 P4_GEN_ESCR_EMASK(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING, 0),
|
/linux-6.12.1/tools/testing/selftests/tc-testing/ |
D | README | 47 RUNNING TDC
|
/linux-6.12.1/sound/core/ |
D | pcm.c | 243 STATE(RUNNING),
|
/linux-6.12.1/drivers/net/phy/ |
D | phy.c | 51 PHY_STATE_STR(RUNNING) in phy_state_to_str()
|