Searched refs:started (Results 1 - 25 of 36) sorted by relevance

12

/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.h32 bool started; member in struct:rcar_du_crtc
H A Drcar_du_crtc.c221 if (rcrtc->started)
258 rcrtc->started = true;
265 if (!rcrtc->started)
280 rcrtc->started = false;
/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.h33 bool started; member in struct:shmob_drm_crtc
H A Dshmob_drm_crtc.c173 if (scrtc->started)
260 scrtc->started = true;
268 if (!scrtc->started)
286 scrtc->started = false;
/drivers/input/serio/
H A Dhyperv-keyboard.c104 spinlock_t lock; /* protects 'started' field */
105 bool started; member in struct:hv_kbd_dev
159 if (kbd_dev->started) {
327 kbd_dev->started = true;
339 kbd_dev->started = false;
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.h94 /* Indicates whether streaming started */
95 u8 started; member in struct:vpfe_video_device
H A Dvpfe_video.c198 if (!pipe->inputs[i]->started ||
202 if (!pipe->outputs[i]->started ||
378 if (pipe->inputs[i]->started)
381 if (pipe->outputs[i]->started)
487 video->started = 0;
517 if (video->started) {
569 if (video->started)
719 /* If streaming is started, return error */
720 if (video->started) {
721 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\
[all...]
/drivers/media/platform/davinci/
H A Dvpfe_capture.c579 /* if streaming not started, don't do anything */
580 if (!vpfe_dev->started)
654 /* if streaming not started, don't do anything */
655 if (!vpfe_dev->started) {
699 vpfe_dev->started = 0;
722 if (vpfe_dev->started) {
781 if (vpfe_dev->started)
985 /* If streaming is started, return error */
986 if (vpfe_dev->started) {
987 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\
[all...]
H A Dvpbe_display.c155 /* If streaming is started in this layer */
156 if (!layer->started)
353 /* Initialize field_id and started member */
374 layer->started = 1;
894 /* If streaming is started, return error */
895 if (layer->started) {
896 v4l2_err(&vpbe_dev->v4l2_dev, "Streaming is started\n");
1003 /* If streaming is started, return error */
1004 if (layer->started) {
1005 v4l2_err(&vpbe_dev->v4l2_dev, "Streaming is started\
[all...]
/drivers/sh/maple/
H A Dmaple.c52 static int started, scanning, fullscan; variable
562 if (!started || !fullscan) {
581 if (!started || (scanning == 2) || !fullscan) {
709 started = 1;
/drivers/watchdog/
H A Ds3c2410_wdt.c91 "Watchdog is started at boot time if set to 1, default="
93 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
518 int started = 0; local
588 started = s3c2410wdt_set_heartbeat(&wdt->wdt_device,
591 if (started == 0)
621 if (tmr_atboot && started == 0) {
/drivers/crypto/
H A Dhifn_795x.c442 int active, started; member in struct:hifn_device
1259 dev->started++;
1615 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) {
1676 dev->started = 0;
1703 dev->started = dev->active = 0;
1763 dev->started--;
1764 if (dev->started < 0)
1765 printk("%s: started: %d.\n", __func__, dev->started);
1767 BUG_ON(dev->started <
[all...]
/drivers/md/
H A Ddm-snap.c186 int started; member in struct:dm_snap_pending_exception
1596 pe->started = 0;
1696 if (!pe->started &&
1699 pe->started = 1;
1707 if (!pe->started) {
1709 pe->started = 1;
2050 if (!pe->started) {
2051 pe->started = 1;
2056 if (!pe->started) {
2057 pe->started
[all...]
/drivers/macintosh/
H A Dtherm_adt746x.c233 int started = 0; local
246 started = 1;
275 if (started)
520 /* The 7460 needs to be started explicitly */
H A Dwindfarm_pm112.c106 static int started; variable
361 printk(KERN_INFO "windfarm: Backside control loop started.\n");
411 printk(KERN_INFO "windfarm: Drive bay control loop started.\n");
463 printk(KERN_INFO "windfarm: Slots control loop started.\n");
508 if (!started) {
509 started = 1;
510 printk(KERN_INFO "windfarm: CPUs control loops started.\n");
H A Dwindfarm_pm72.c88 static bool started; variable
528 pr_info("wf_pm72: Backside control loop started.\n");
594 pr_info("wf_pm72: Drive bay control loop started.\n");
613 if (!started) {
614 started = 1;
615 printk(KERN_INFO "windfarm: CPUs control loops started.\n");
H A Dwindfarm_rm31.c82 static bool started; variable
437 pr_info("wf_rm31: Backside control loop started.\n");
499 pr_info("wf_rm31: Slots control loop started.\n");
516 if (!started) {
517 started = 1;
518 printk(KERN_INFO "windfarm: CPUs control loops started.\n");
/drivers/staging/comedi/drivers/
H A Damplc_pci230.c507 bool ai_cmd_started:1; /* Flag AI command started */
508 bool ao_cmd_started:1; /* Flag AO command started */
1026 bool started; local
1030 started = devpriv->ao_cmd_started;
1033 if (!started)
1861 bool started; local
1864 started = devpriv->ai_cmd_started;
1867 if (!started)
/drivers/net/wireless/
H A Dmac80211_hwsim.c426 bool started, idle, scanning; member in struct:mac80211_hwsim_data
1023 if (!data2->started || (data2->idle && !data2->tmp_chan) ||
1159 data->started = true;
1167 data->started = false;
1296 if (!data->started)
1362 if (!data->started || !data->beacon_int)
1439 if (data->started &&
2380 if (data2->idle || !data2->started)
/drivers/net/wireless/ath/ath10k/
H A Dcore.h322 * RESTARTED means that the device is up and mac80211 has started hw
462 struct completion started; member in struct:ath10k::__anon4170
/drivers/isdn/hardware/eicon/
H A Dos_4bri.c937 int started = 0; local
957 started = 1;
969 if (!started) {
999 DBG_LOG(("A(%d) %s adapter successfully started",
H A Dos_bri.c638 int started = 0; local
696 started = 1;
702 if (!started) {
739 DBG_LOG(("A(%d) BRI adapter successfully started", IoAdapter->ANum))
H A Dos_pri.c437 int started = 0; local
467 started = 1;
472 if (!started) {
516 DBG_LOG(("A(%d) PRI adapter successfully started", IoAdapter->ANum))
/drivers/net/wireless/libertas/
H A Dif_sdio.c120 bool started; member in struct:if_sdio_card
845 if (!card->started) {
849 card->started = true;
/drivers/usb/gadget/function/
H A Du_serial.c671 unsigned started; local
693 started = gs_start_rx(port);
696 if (started) {

Completed in 429 milliseconds

12