/linux/drivers/dma/sf-pdma/ |
A D | sf-pdma.h | 91 RUNNING = 0, enumerator
|
A D | sf-pdma.c | 467 chan->pm_state = RUNNING; in sf_pdma_setup_chans()
|
/linux/drivers/dma/ |
A D | fsldma.c | 416 if (unlikely(chan->pm_state != RUNNING)) { in fsl_dma_tx_submit() 1180 chan->pm_state = RUNNING; in fsl_dma_chan_probe() 1356 chan->pm_state = RUNNING; in fsldma_suspend_late() 1378 chan->pm_state = RUNNING; in fsldma_resume_early()
|
A D | fsl-edma.c | 357 fsl_chan->pm_state = RUNNING; in fsl_edma_probe() 474 fsl_chan->pm_state = RUNNING; in fsl_edma_resume_early()
|
A D | fsl-edma-common.h | 66 RUNNING = 0, enumerator
|
A D | fsldma.h | 146 RUNNING = 0, enumerator
|
A D | fsl-edma-common.c | 644 if (unlikely(fsl_chan->pm_state != RUNNING)) { in fsl_edma_issue_pending()
|
/linux/drivers/media/platform/rcar-vin/ |
A D | rcar-vin.h | 74 RUNNING, enumerator
|
A D | rcar-dma.c | 920 } else if ((vin->state != STOPPED && vin->state != RUNNING) || in rvin_fill_hw_slot() 1029 vin->state = RUNNING; in rvin_irq()
|
A D | rcar-core.c | 1094 if (vin->state != RUNNING) in rvin_suspend()
|
/linux/Documentation/networking/device_drivers/appletalk/ |
A D | cops.rst | 54 UP BROADCAST RUNNING NOARP MULTICAST MTU:600 Metric:1
|
/linux/arch/x86/events/intel/ |
A 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/Documentation/locking/ |
A D | locktypes.rst | 277 to RUNNING, but that does not work here because the task must remain 280 instead sets the saved state to RUNNING. Then, when the lock 282 state, in this case setting it to RUNNING::
|
/linux/drivers/net/ethernet/amd/ |
A D | amd8111e.h | 136 RUNNING = (1 << 0), enumerator
|
/linux/drivers/media/test-drivers/vidtv/ |
A D | vidtv_psi.h | 213 RUNNING = 0x4, enumerator
|
A D | vidtv_psi.c | 1427 service->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_sdt_service_init() 1995 e->bitfield = cpu_to_be16(RUNNING << 13); in vidtv_psi_eit_event_init()
|
/linux/drivers/block/drbd/ |
A D | drbd_worker.c | 2142 if (get_t_state(&connection->worker) != RUNNING) in wait_for_work() 2175 while (get_t_state(thi) == RUNNING) { in drbd_worker() 2190 if (get_t_state(thi) == RUNNING) { in drbd_worker() 2197 if (get_t_state(thi) != RUNNING) in drbd_worker()
|
A D | drbd_main.c | 332 thi->t_state = RUNNING; in drbd_thread_setup() 394 thi->t_state = RUNNING; in drbd_thread_start() 412 thi->t_state = RUNNING; in drbd_thread_start() 421 case RUNNING: in drbd_thread_start() 1472 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection()
|
A D | drbd_int.h | 230 RUNNING, enumerator 1930 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
|
/linux/drivers/media/platform/stm32/ |
A D | stm32-dcmi.c | 90 RUNNING, enumerator 233 if (dcmi->state != RUNNING) { in dcmi_restart_capture() 566 dcmi->state = RUNNING; in dcmi_buf_queue() 824 dcmi->state = RUNNING; in dcmi_start_streaming()
|
/linux/Documentation/sound/designs/ |
A D | compress-offload.rst | 191 | | PREPARE |------------------->| RUNNING |--------------------------+ 262 +------------------------>| RUNNING |
|
/linux/arch/x86/include/asm/ |
A D | perf_event_p4.h | 714 P4_GEN_ESCR_EMASK(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING, 0),
|
/linux/tools/testing/selftests/tc-testing/ |
A D | README | 48 RUNNING TDC
|
/linux/drivers/net/phy/ |
A D | phy.c | 50 PHY_STATE_STR(RUNNING) in phy_state_to_str()
|
/linux/sound/core/ |
A D | pcm.c | 249 STATE(RUNNING),
|