Searched refs:active (Results 126 - 150 of 1168) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/omap/
H A Dlcd_dma.c58 int active; member in struct:lcd_dma_info
296 lcd_dma.active = 0;
317 lcd_dma.active = 0;
364 lcd_dma.active = 1;
374 BUG_ON(lcd_dma.active);
387 * If DMA was already active set the end_prog bit to have
388 * the programmed register set loaded into the active
403 lcd_dma.active = 0;
/linux-master/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c64 dev_err(ps->dev, "PS %s: powering off with RESET active\n",
98 * We consider domains as active if they are actually on, or if they have auto-PM
202 bool active; local
237 active = apple_pmgr_ps_is_active(ps);
240 if (!active) {
243 active = apple_pmgr_ps_power_on(&ps->genpd) == 0;
248 if (active)
252 ret = pm_genpd_init(&ps->genpd, NULL, !active);
/linux-master/kernel/
H A Dpid_namespace.c392 struct pid_namespace *active = task_active_pid_ns(current); local
400 * Only allow entering the current active pid namespace
401 * or a child of the current active pid namespace.
407 if (new->level < active->level)
411 while (ancestor->level > active->level)
413 if (ancestor != active)
423 struct pid_namespace *active = task_active_pid_ns(current); local
431 if (p == active)
/linux-master/include/trace/events/
H A Dtimer_migration.h104 __field( u8, active )
114 __entry->active = state.active;
118 TP_printk("group=%p lvl=%d numa=%d active=%0x migrator=%0x "
121 __entry->active, __entry->migrator,
263 __entry->child_active = childstate.active;
264 __entry->group_active = groupstate.active;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h75 bool active)
78 active);
73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) argument
/linux-master/arch/arm/include/debug/
H A Dsa1100.S23 @ We probe for the active serial port here, coherently with
27 @ see if Ser3 is active
/linux-master/drivers/hwmon/occ/
H A Dcommon.h110 bool active; member in struct:occ
128 int occ_active(struct occ *occ, bool active);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_modeset_setup.c46 if (!crtc_state->hw.active)
89 crtc->active = false;
129 /* Clear the corresponding bit in pmdemand active phys mask */
333 crtc_state->uapi.active = crtc_state->hw.active;
434 * We start out with underrun reporting disabled on active
447 !crtc_state->hw.active &&
458 if (crtc_state->hw.active) {
476 if (!crtc_state->hw.active ||
484 * active connector
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_execlist.c146 for (i = ARRAY_SIZE(port->active) - 1; i >= 0; i--) {
147 while (!list_empty(&port->active[i])) {
148 exl = list_first_entry(&port->active[i],
158 list_add_tail(&exl->active_link, &port->active[i]);
219 XE_WARN_ON(priority >= ARRAY_SIZE(exl->port->active));
232 list_add_tail(&exl->active_link, &port->active[priority]);
267 for (i = 0; i < ARRAY_SIZE(port->active); i++)
268 INIT_LIST_HEAD(&port->active[i]);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-mpeg.c204 if (list_empty(&q->active))
207 buf = list_entry(q->active.next, struct cx88_buffer, list);
252 if (list_empty(&cx88q->active)) {
253 dprintk(1, "queue is empty - first active\n");
254 list_add_tail(&buf->list, &cx88q->active);
255 dprintk(1, "[%p/%d] %s - first active\n",
260 dprintk(1, "queue is not empty - append to active\n");
261 prev = list_entry(cx88q->active.prev, struct cx88_buffer, list);
262 list_add_tail(&buf->list, &cx88q->active);
264 dprintk(1, "[%p/%d] %s - append to active\
[all...]
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c223 * @desc.active: Descriptor being executed by the hardware
242 struct xilinx_dpdma_tx_desc *active; member in struct:xilinx_dpdma_chan::__anon12
1038 * Handle completion of the currently active descriptor (@chan->desc.active). As
1045 struct xilinx_dpdma_tx_desc *active; local
1052 active = chan->desc.active;
1053 if (active)
1054 vchan_cyclic_callback(&active->vdesc);
1057 "chan%u: DONE IRQ with no active descripto
1148 struct xilinx_dpdma_tx_desc *active; local
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S17 @ Data cache might be active.
/linux-master/include/linux/greybus/
H A Dinterface.h61 bool active; member in struct:gb_interface
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pm.c8 /* Timeout value in MS for the PM to wait for device to reach active state */
11 /* Note that here "active" has the value 1, as compared to the enums
12 * ipc_mem_host_pm_state or ipc_mem_dev_pm_state, where "active" is 0
149 bool ipc_pm_trigger(struct iosm_pm *ipc_pm, enum ipc_pm_unit unit, bool active) argument
162 new_cond.irq = active;
166 new_cond.link = active;
170 new_cond.hs = active;
265 "loc-pm=%d active: confused req-pm=%d",
274 /* Inform the PM that the device link is active. */
/linux-master/drivers/media/tuners/
H A Dsi2157_priv.h26 unsigned int active:1; member in struct:si2157_dev
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.h89 * @crop.active: Active crop rectangle (based on hardware requirements)
112 struct v4l2_rect active; member in struct:isp_res_device::__anon176
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.h12 struct mlx5e_selq_params __rcu *active; member in struct:mlx5e_selq
/linux-master/include/linux/
H A Dmdev.h23 bool active; member in struct:mdev_device
/linux-master/drivers/media/usb/au0828/
H A Dau0828-vbi.c66 list_add_tail(&buf->list, &vbiq->active);
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-pcm.c234 dev_dbg(afe->dev, "%s(), id %d, stream %d, widget active p %d, c %d\n",
235 __func__, dai->id, substream->stream, p->active, c->active);
239 if (p->active || c->active)
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-pcm.c192 dev_dbg(afe->dev, "%s(), id %d, stream %d, rate %d, rate_reg %d, widget active p %d, c %d\n",
198 p->active,
199 c->active);
201 if (p->active || c->active)
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-pcm.c192 dev_dbg(afe->dev, "%s(), id %d, stream %d, rate %d, rate_reg %d, widget active p %d, c %d\n",
198 p->active, c->active);
200 if (p->active || c->active)
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-pcm.c282 dev_info(afe->dev, "%s(), id %d, stream %d, rate %d, rate_reg %d, widget active p %d, c %d\n",
288 p->active,
289 c->active);
291 if (p->active || c->active)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_live_selftests.h31 selftest(active, i915_active_live_selftests)
/linux-master/drivers/base/power/
H A Dwakeup_stats.c43 ws->active ? ktime_sub(ktime_get(), ws->last_time) : 0;
56 if (ws->active) {
72 if (ws->active) {
107 if (ws->active && ws->autosleep_enabled) {

Completed in 201 milliseconds

1234567891011>>