Searched refs:running (Results 1 - 25 of 70) sorted by relevance

123

/drivers/gpu/drm/
H A Ddrm_dp_i2c_helper.c51 * Send the address. If the I2C link is running, this 'restarts'
67 algo_data->running = true;
86 if (algo_data->running) {
88 algo_data->running = false;
94 * the I2C link must be running or this returns -EIO
102 if (!algo_data->running)
111 * I2C link must be running or this returns -EIO
119 if (!algo_data->running)
/drivers/watchdog/
H A Dcpu5wdt.c62 int running; member in struct:__anon5836
76 if (cpu5wdt_device.running)
118 cpu5wdt_device.running++;
127 if (cpu5wdt_device.running)
128 cpu5wdt_device.running = 0;
H A Drdc321x_wdt.c59 int running; member in struct:__anon5863
76 if (rdc321x_wdt_device.running)
127 rdc321x_wdt_device.running++;
132 if (rdc321x_wdt_device.running)
133 rdc321x_wdt_device.running = 0;
H A Dmtx-1_wdt.c63 int running; member in struct:__anon5856
75 if (mtx1_wdt_device.running)
106 mtx1_wdt_device.running++;
/drivers/char/pcmcia/
H A DKconfig12 Enable support for the SyncLink PC Card serial adapter, running
17 inserted in and removed from the running kernel whenever you want).
/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/media/dvb/ddbridge/
H A Dddbridge.h88 int running; member in struct:ddb_input
116 int running; member in struct:ddb_output
/drivers/macintosh/
H A Dtherm_windtunnel.c51 volatile int running; member in struct:__anon1294
320 if( !x.running ) {
331 x.running = 1;
341 if (x.running) {
342 x.running = 0;
/drivers/scsi/fnic/
H A Dvnic_wq_copy.c38 if (!(ioread32(&wq->ctrl->running)))
H A Dvnic_rq.h58 u32 running; /* 0x28 */ member in struct:vnic_rq_ctrl
H A Dvnic_wq.c149 if (!(ioread32(&wq->ctrl->running)))
H A Dvnic_wq.h53 u32 running; /* 0x28 */ member in struct:vnic_wq_ctrl
/drivers/staging/vme/
H A Dvme_bridge.h65 struct list_head running; member in struct:vme_dma_resource
/drivers/isdn/gigaset/
H A Dgigaset.h444 unsigned running; /* !=0 if events are handled */ member in struct:cardstate
528 int running; member in struct:bas_bc_state
771 if (cs->running)
/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/net/ethernet/cisco/enic/
H A Dvnic_rq.h39 u32 running; /* 0x28 */ member in struct:vnic_rq_ctrl
H A Dvnic_wq.h39 u32 running; /* 0x28 */ member in struct:vnic_wq_ctrl
/drivers/usb/misc/
H A DKconfig18 inserted in and removed from the running kernel whenever you want).
73 inserted in and removed from the running kernel whenever you want).
/drivers/net/ethernet/smsc/
H A DKconfig52 inserted in and removed from the running kernel whenever you want).
/drivers/spi/
H A Dspi-bfin5xx.c75 bool running; member in struct:bfin_spi_master_data
596 dev_dbg(&drv_data->pdev->dev, "transfer: still running ...\n");
891 if (list_empty(&drv_data->queue) || !drv_data->running) {
898 /* Make sure we are not already running a message */
946 if (!drv_data->running) {
958 if (drv_data->running && !drv_data->busy)
1052 /* we dont support running in slave mode (yet?) */
1194 drv_data->running = false;
1217 if (drv_data->running || drv_data->busy) {
1222 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) {
897 if (!espi->running || espi->current_msg ||
915 if (espi->running && !list_empty(&espi->msg_queue))
1123 espi->running
[all...]
H A Dspi-pl022.c338 * @running: workqueue is running
374 bool running; member in struct:pl022
714 * clock starts running when you put things into the TX FIFO,
1310 * when running in interrupt or DMA transfer mode.
1515 if (list_empty(&pl022->queue) || !pl022->running) {
1533 /* Make sure we are not already running a message */
1578 pl022->running = false;
1599 if (pl022->running || pl022->busy) {
1604 pl022->running
[all...]
/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/media/video/saa7134/
H A Dsaa7134-input.c379 if (!ir->running)
417 if (ir->running)
455 ir->running = true;
481 if (!ir->running)
488 ir->running = false;
/drivers/tty/serial/
H A Dmfd.c85 int running; member in struct:uart_hsu_port
599 if (unlikely(!up->running))
642 if (!up->use_dma || !up->running)
851 up->running = 1;
864 up->running = 0;
1404 uport->running = 0;

Completed in 424 milliseconds

123