Searched refs:idle (Results 76 - 91 of 91) sorted by relevance

1234

/drivers/media/dvb-frontends/
H A Dstv090x.c3764 u32 reg, idle = 0, fifo_full = 1; local
3799 while ((!idle) && (i < 10)) {
3801 idle = STV090x_GETFIELD_Px(reg, TX_IDLE_FIELD);
3815 u32 reg, idle = 0, fifo_full = 1; local
3856 while ((!idle) && (i < 10)) {
3858 idle = STV090x_GETFIELD_Px(reg, TX_IDLE_FIELD);
/drivers/scsi/
H A Dncr53c8xx.c1841 ncrcmd idle [ 2]; member in struct:script
2071 ** when the bus becomes idle.
2781 ** || PADDR (idle),
3453 *p++ =PADDR (idle);
4460 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
5234 cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
7345 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
8433 np->script0->idle[0] =
H A Daha152x.c451 idle=0, enumerator in enum:aha152x_state
669 { "idle", NULL, NULL, NULL, 0},
3299 for (i = idle; i<maxstate; i++) {
/drivers/media/platform/omap3isp/
H A Disp.c384 * @idle: Consider idle state.
393 static void isp_core_init(struct isp_device *isp, int idle) argument
396 ((idle ? ISP_SYSCONFIG_MIDLEMODE_SMARTSTANDBY :
1152 * Returns 0 if suspend left in idle state all the submodules properly,
1202 * isp_reset - Reset ISP with a timeout wait for idle.
1353 * isp_module_sync_idle - Helper to sync module with its idle state
1382 * idle.
1385 * module wants to be idle.
/drivers/gpu/drm/r128/
H A Dr128_cce.c188 * prior to a wait for idle, as it informs the engine that the command
199 /* Wait for the CCE to go idle.
253 * to go idle before calling this routine.
378 /* GH: Simple idle check.
687 /* If we fail to make the engine go idle, we return an error
690 if (stop->idle) {
696 /* Finally, we can turn off the CCE. If the engine isn't idle,
/drivers/i2c/busses/
H A Di2c-i801.c1065 gpio_data.idle = I2C_MUX_GPIO_NO_IDLE;
/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c1765 if (changes & BSS_CHANGED_IDLE && !bss_conf->idle)
2158 if (!vif->bss_conf.idle) {
/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c997 txdata->idle += get_cycles() - txdata->last_idle;
/drivers/net/wireless/ti/wlcore/
H A Dmain.c3020 bool idle)
3024 if (idle == cur_idle)
3027 if (idle) {
3030 /* The current firmware only supports sched_scan in idle */
3065 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use",
4298 wl1271_sta_handle_idle(wl, wlvif, bss_conf->idle);
3019 wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool idle) argument
/drivers/xen/events/
H A Devents_base.c40 #include <asm/idle.h>
/drivers/gpu/drm/radeon/
H A Dradeon_cp.c397 DRM_DEBUG("wait idle failed status : 0x%08X 0x%08X\n",
568 * prior to a wait for idle, as it informs the engine that the command
582 /* Wait for the CP to go idle.
659 * to go idle before calling this routine.
1725 /* If we fail to make the engine go idle, we return an error
1728 if (stop->idle) {
1737 /* Finally, we can turn off the CP. If the engine isn't idle,
/drivers/md/
H A Dmd.c87 * subsystem is idle. There is also an 'absolute maximum' reconstruction
89 * idle IO detection.
3621 * active-idle
3629 "write-pending", "active-idle", NULL };
3997 char *type = "idle";
4028 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) {
7016 int idle; local
7019 idle = 1;
7035 * the array to appear non-idle, and resync will slow
7039 * completing might cause the array to appear non-idle
[all...]
/drivers/net/wireless/b43legacy/
H A Dmain.c3180 bool idle) {
3183 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
3179 b43legacy_set_synth_pu_delay(struct b43legacy_wldev *dev, bool idle) argument
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c8004 u32 idle, busy, busy_ext; local
8011 rt2800_register_read(rt2x00dev, CH_IDLE_STA, &idle);
8015 if (idle || busy) {
8020 survey->channel_time = (idle + busy) / 1000;
/drivers/net/wireless/b43/
H A Dmain.c3350 * It will reset the watchdog counter to 0 in its idle loop. */
4721 static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle) argument
4730 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c2243 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000;
2248 brcmf_dbg(TRACE, "STA idle time : %d ms, connected time :%d sec\n",

Completed in 337 milliseconds

1234