Searched refs:idling (Results 1 - 43 of 43) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c41 * _deny_idle - prevent DPLL from automatically idling
H A Ddpll3xxx.c676 * omap3_dpll_deny_idle - prevent DPLL from automatically idling
H A Dmux.c435 /* Runtime idling of dynamic pads */ omap_hwmod_mux()
H A Domap_hwmod_81xx_data.c710 * driver probed before EMAC0, we let MDIO do the clock idling.
H A Dclockdomain.c788 * @clkdm from idling. Intended to be used during boot to initialize the
H A Domap_hwmod.c703 * _add_initiator_dep: prevent @oh from smart-idling while @init_oh is active
1936 * does not prevent idling of the system. This is necessary for cases
2194 pr_debug("omap_hwmod: %s: idling\n", oh->name); _idle()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h219 #define IDLE_STATUS_RXMAC 1 /* 1: RXMAC state machine is in non-IDLE state. 0: RXMAC is idling */
220 #define IDLE_STATUS_TXMAC 2 /* 1: TXMAC state machine is in non-IDLE state. 0: TXMAC is idling */
221 #define IDLE_STATUS_RXQ 4 /* 1: RXQ state machine is in non-IDLE state. 0: RXQ is idling */
222 #define IDLE_STATUS_TXQ 8 /* 1: TXQ state machine is in non-IDLE state. 0: TXQ is idling */
223 #define IDLE_STATUS_DMAR 0x10 /* 1: DMAR state machine is in non-IDLE state. 0: DMAR is idling */
224 #define IDLE_STATUS_DMAW 0x20 /* 1: DMAW state machine is in non-IDLE state. 0: DMAW is idling */
225 #define IDLE_STATUS_SMB 0x40 /* 1: SMB state machine is in non-IDLE state. 0: SMB is idling */
226 #define IDLE_STATUS_CMB 0x80 /* 1: CMB state machine is in non-IDLE state. 0: CMB is idling */
/linux-4.1.27/arch/arm/mach-imx/
H A Dpm-imx5.c46 * to always using this state for cpu idling. The PM_SUSPEND_STANDBY also
/linux-4.1.27/arch/arm/mach-ebsa110/
H A Dcore.c283 * EBSA110 idling methodology:
/linux-4.1.27/block/
H A Dcfq-iosched.c202 /* time spent idling for this blkcg_gq */
410 CFQ_CFQQ_FLAG_idle_window, /* slice idling enabled */
483 CFQG_FLAG_FNS(idling)
809 * If we are not idling on queues and it is a NCQ drive, parallel iops_mode()
2658 * we can group them together and don't waste time idling. cfq_close_cooperator()
2716 cfq_log_cfqq(cfqd, cfqq, "Not idling. st->count:%d", st->count); cfq_should_idle()
2727 * SSD device without seek penalty, disable idling. But only do so cfq_arm_slice_timer()
2741 /* no queue idling. Check for group idling */ cfq_arm_slice_timer()
2768 cfq_log_cfqq(cfqd, cfqq, "Not idling. think_time:%lu", cfq_arm_slice_timer()
3065 * have been idling all along on this queue and it should be cfq_select_queue()
3098 * flight or is idling for a new request, allow either of these cfq_select_queue()
3821 /* Allow preemption only if we are idling on sync-noidle tree */ cfq_should_preempt()
4278 * Timer running if the active_queue is currently idling inside its time slice
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dscan.c57 * Rearm the tx watchdog just before idling scan. This wl1271_scan_complete_work()
H A Dmain.c2667 * Rearm the tx watchdog just before idling scan. This __wl1271_op_remove_interface()
3712 * Rearm the tx watchdog just before idling scan. This wl1271_op_cancel_hw_scan()
/linux-4.1.27/arch/arm/mach-omap1/
H A Dclock.h229 /* Provide a method for preventing idling some ARM IDLECT clocks */
/linux-4.1.27/drivers/media/usb/gspca/
H A Dsq905.c63 #define SQ905_PING 0x07 /* when reading an "idling" command */
/linux-4.1.27/drivers/cpufreq/
H A Dcpufreq_ondemand.c50 * efficient idling at a higher frequency/voltage is.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c324 nv_warn(priv, "timeout idling puller\n");
/linux-4.1.27/include/linux/regulator/
H A Dconsumer.h28 * idling. Regulator r has > 90% efficiency in NORMAL mode at loads > 100mA
/linux-4.1.27/net/dccp/ccids/
H A Dccid3.c133 * when idling [RFC 4342, 5.1]. Definition of idling is from rfc3448bis: ccid3_hc_tx_update_x()
/linux-4.1.27/drivers/media/rc/
H A Dite-cir.h162 /* default idling timeout in ns (0.2 seconds) */
/linux-4.1.27/drivers/spi/
H A Dspi.c798 /* If another context is idling the device then defer */ __spi_pump_messages()
799 if (master->idling) { __spi_pump_messages()
821 master->idling = true; __spi_pump_messages()
839 master->idling = false; __spi_pump_messages()
/linux-4.1.27/drivers/gpu/drm/via/
H A Dvia_dma.c453 * if the GPU is not idle. However, idling the GPU first via_hook_segment()
/linux-4.1.27/kernel/
H A Dnotifier.c11 * at shutdown. This is used to stop any idling DMA operations
/linux-4.1.27/include/linux/spi/
H A Dspi.h255 * @idling: the device is entering idle state
423 bool idling; member in struct:spi_master
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h108 #define IXGB_DELAY_BEFORE_RESET 10 /* allow 10ms after idling rx/tx units */
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_card.c120 "Pass TV signal through to TV-out when idling");
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dlib.c783 /* # Rx chains when idling, depending on SMPS mode */ iwl_get_idle_rx_chain_count()
/linux-4.1.27/drivers/dma/
H A Dep93xx_dma.c710 * If we have pending transactions queued and we are currently idling, this
/linux-4.1.27/drivers/char/agp/
H A Dintel-gtt.c573 /* Certain Gen5 chipsets require require idling the GPU before
/linux-4.1.27/drivers/usb/musb/
H A Dtusb6010.c696 /* Don't allow idling immediately */ tusb_otg_ints()
H A Dmusb_gadget.c1582 /* Block idling for at least 1s */ musb_gadget_wakeup()
/linux-4.1.27/include/drm/ttm/
H A Dttm_bo_driver.h495 idling before CPU mapping */
/linux-4.1.27/arch/x86/kernel/
H A Dapm_32.c896 * apm_cpu_idle - cpu idling for APM capable Linux
898 * This is the idling function the kernel executes when APM is available. It
/linux-4.1.27/drivers/tty/
H A Dn_gsm.c1229 /* Kick the link in case it is idling */ gsm_control_message()
1956 /* A SOF in GSM_START means we are still reading idling or gsm1_receive()
H A Dsynclinkmp.c4920 * when remote is idling flags. rx_get_frame()
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_frontend.c85 * FESTATE_IDLE. No tuning parameters have been supplied and the loop is idling.
437 /* if we've got no parameters, just keep idling */ dvb_frontend_swzigzag()
/linux-4.1.27/drivers/net/wan/
H A Dz85230.c1479 * and must be issued when idling. z8530_tx_begin()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c558 * access, idling previous GPU operations on the buffer and optionally
/linux-4.1.27/drivers/isdn/gigaset/
H A Dbas-gigaset.c1000 /* set up isochronous output URBs for flag idling */ starturbs()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c1560 /* Certain Gen5 chipsets require require idling the GPU before
/linux-4.1.27/sound/pci/
H A Dazt3328.c122 * despite no CPU activity, possibly due to hindering ACPI idling somehow.
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2182 * to resume transmission after idling while they still have unprocessed
/linux-4.1.27/drivers/regulator/
H A Dcore.c3085 * o Device is idling in between work.
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965-mac.c1118 /* # Rx chains when idling, depending on SMPS mode */ il4965_get_idle_rx_chain_count()

Completed in 1521 milliseconds