Searched defs:running (Results 1 - 25 of 35) sorted by relevance

12

/drivers/net/ethernet/cisco/enic/
H A Dvnic_wq.h39 u32 running; /* 0x28 */ member in struct:vnic_wq_ctrl
H A Dvnic_rq.h39 u32 running; /* 0x28 */ member in struct:vnic_rq_ctrl
H A Denic_main.c1723 int running = netif_running(netdev); local
1731 if (running)
1741 if (running)
/drivers/scsi/fnic/
H A Dvnic_wq.h53 u32 running; /* 0x28 */ member in struct:vnic_wq_ctrl
H A Dvnic_rq.h58 u32 running; /* 0x28 */ member in struct:vnic_rq_ctrl
/drivers/watchdog/
H A Dcpu5wdt.c64 int running; member in struct:__anon5953
78 if (cpu5wdt_device.running)
120 cpu5wdt_device.running++;
129 if (cpu5wdt_device.running)
130 cpu5wdt_device.running = 0;
H A Dmtx-1_wdt.c63 int running; member in struct:__anon5972
75 if (mtx1_wdt_device.running)
106 mtx1_wdt_device.running++;
H A Drdc321x_wdt.c59 int running; member in struct:__anon5979
76 if (rdc321x_wdt_device.running)
127 rdc321x_wdt_device.running++;
132 if (rdc321x_wdt_device.running)
133 rdc321x_wdt_device.running = 0;
/drivers/hid/
H A Duhid.c32 bool running; member in struct:uhid_device
160 if (!uhid->running)
201 * Make sure "uhid->running" is cleared on shutdown before
205 if (!ret || !uhid->running) {
285 if (uhid->running)
327 uhid->running = true;
340 uhid->running = false;
348 if (!uhid->running)
351 /* clear "running" before setting "report_done" */
352 uhid->running
[all...]
/drivers/macintosh/
H A Dtherm_windtunnel.c50 volatile int running; member in struct:__anon1318
319 if( !x.running ) {
330 x.running = 1;
340 if (x.running) {
341 x.running = 0;
/drivers/media/dvb/ddbridge/
H A Dddbridge.h86 int running; member in struct:ddb_input
114 int running; member in struct:ddb_output
/drivers/staging/vme/
H A Dvme_bridge.h65 struct list_head running; member in struct:vme_dma_resource
/drivers/net/ethernet/i825xx/
H A Dznet.c615 ushort result, rx_ptr, running; local
621 running = inb(ioaddr);
623 dev->name, status, result, rx_ptr, running, boguscnt);
/drivers/net/ethernet/
H A Dnetx-eth.c319 int running, i; local
336 running = xc_running(priv->xc);
339 /* if the xc engine is already running, assume the bootloader has
342 if (running) {
/drivers/s390/scsi/
H A Dzfcp_dbf.h23 * @running: number of running recovery actions
29 u32 running; member in struct:zfcp_dbf_rec_trigger
35 * struct zfcp_dbf_rec_running - trace record for running recovery
52 * @ZFCP_DBF_REC_RUN: running recovery identifier
/drivers/video/
H A Dpxa3xx-gcu.c114 struct pxa3xx_gcu_batch *running; member in struct:pxa3xx_gcu_priv
144 shared->hw_running ? "running" : " idle", \
190 sh->hw_running ? "running" : "idle ",
202 struct pxa3xx_gcu_batch *running = priv->running; local
205 while (running) {
206 next = running->next;
207 running->next = priv->free;
208 priv->free = running;
209 running
[all...]
/drivers/gpu/drm/radeon/
H A Dni.c212 u32 mem_type, running, blackout = 0; local
244 running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK;
246 if ((mem_type == MC_SEQ_MISC0_GDDR5_VALUE) && (running == 0)) {
247 if (running) {
278 if (running)
/drivers/input/keyboard/
H A Dlm8323.c137 bool running; member in struct:lm8323_pwm
366 pwm->running = false;
438 * will be kept running at the final PWM level indefinitely.
450 pwm->running = true;
468 if (pwm->running || pwm->desired_brightness == pwm->brightness)
574 pwm->running = false;
/drivers/net/ethernet/8390/
H A Dax88796.c96 unsigned char running; member in struct:ax_device
419 ax->running = 1;
438 ax->running = 0;
954 ax->resume_open = ax->running;
/drivers/spi/
H A Dspi-bfin5xx.c75 bool running; member in struct:bfin_spi_master_data
597 dev_dbg(&drv_data->pdev->dev, "transfer: still running ...\n");
894 if (list_empty(&drv_data->queue) || !drv_data->running) {
901 /* Make sure we are not already running a message */
949 if (!drv_data->running) {
961 if (drv_data->running && !drv_data->busy)
1054 /* we dont support running in slave mode (yet?) */
1196 drv_data->running = false;
1219 if (drv_data->running || drv_data->busy) {
1224 drv_data->running
[all...]
H A Dspi-ep93xx.c73 * @lock: spinlock that protects concurrent accesses to fields @running,
82 * @running: is the queue running
102 * @running is %true, driver accepts transfer requests from protocol drivers.
109 * @running, and @msg_queue.
120 bool running; member in struct:ep93xx_spi
389 if (!espi->running) {
893 if (!espi->running || espi->current_msg ||
911 if (espi->running && !list_empty(&espi->msg_queue))
1119 espi->running
[all...]
/drivers/tty/serial/
H A Dmfd.c85 int running; member in struct:uart_hsu_port
594 if (unlikely(!up->running))
637 if (!up->use_dma || !up->running)
846 up->running = 1;
859 up->running = 0;
1399 uport->running = 0;
H A Damba-pl011.c140 bool running; member in struct:pl011_dmarx_data
689 uap->dmarx.running = false;
702 uap->dmarx.running = true;
804 uap->dmarx.running = false;
857 uap->dmarx.running = false;
995 return uap->using_rx_dma && uap->dmarx.running;
/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1654 int running; local
1660 running = netif_running(dev);
1662 if (running) {
1702 if (running) {
/drivers/net/wireless/libertas/
H A Dcfg.c678 int running, carrier; local
690 running = !netif_queue_stopped(priv->dev);
692 if (running)
743 if (running && !priv->tx_pending_len)

Completed in 545 milliseconds

12