Searched refs:active (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/drivers/staging/speakup/
H A Dthread.c17 our_sound.active = 0;
27 unprocessed_sound.active = 0;
31 our_sound.active ||
46 if (our_sound.active)
/drivers/gpu/drm/i915/
H A Di915_gem_debug.c48 DRM_ERROR("freed render active %p\n", obj);
51 } else if (!obj->active ||
53 DRM_ERROR("invalid render active %p (a %d r %x)\n",
55 obj->active,
59 DRM_ERROR("invalid render active %p (w %x, gwl %d)\n",
73 } else if (!obj->active ||
78 obj->active,
91 } else if (!obj->active ||
95 obj->active,
107 } else if (obj->pin_count || obj->active ||
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c39 struct list_head active; member in struct:vmw_legacy_display
53 struct list_head active; member in struct:vmw_legacy_display_unit
58 list_del_init(&ldu->active);
87 list_for_each_entry(entry, &lds->active, active) {
102 if (!list_empty(&lds->active)) {
103 entry = list_entry(lds->active.next, typeof(*entry), active);
115 list_for_each_entry(entry, &lds->active, active) {
[all...]
/drivers/gpu/vga/
H A Dvga_switcheroo.c39 bool active; member in struct:vga_switcheroo_client
46 bool active; member in struct:vgasr_priv
102 vgasr_priv.active = true;
126 vgasr_priv.clients[index].active = true;
154 vgasr_priv.active = false;
182 vgasr_priv.clients[i].active ? '+' : ' ',
219 struct vga_switcheroo_client *active = NULL; local
222 if (vgasr_priv.clients[i].active == true) {
223 active = &vgasr_priv.clients[i];
227 if (!active)
244 struct vga_switcheroo_client *active = NULL; local
[all...]
/drivers/acpi/
H A Dpci_link.c76 * If a link is initialized, we never change its active and initialized
77 * later even the link is disable. Instead, we just repick the active irq
80 u8 active; /* Current IRQ */ member in struct:acpi_pci_link_irq
246 * Run _CRS and set link->irq.active
258 link->irq.active = 0;
292 link->irq.active = irq;
294 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Link at IRQ %d \n", link->irq.active));
385 /* Query _CRS, set link->irq.active */
393 * set link->irq.active
395 if (link->irq.active !
823 acpi_penalize_isa_irq(int irq, int active) argument
[all...]
H A Dthermal.c77 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points.");
126 u8 active:1; member in struct:acpi_thermal_state
166 struct acpi_thermal_active active[ACPI_THERMAL_MAX_ACTIVE]; member in struct:acpi_thermal_trips
427 valid = tz->trips.active[i].flags.valid;
430 break; /* disable all active trip points */
433 tz->trips.active[i].flags.valid)) {
437 tz->trips.active[i].flags.valid = 0;
443 tz->trips.active[0].temperature =
450 tz->trips.active[i - 1].temperature =
451 (tz->trips.active[
[all...]
/drivers/ide/
H A Dide-timings.c116 q->active = EZ(t->active * 1000, T);
134 m->active = max(a->active, b->active);
197 * Lengthen active & recovery time so that cycle time is correct.
204 if (t->active + t->recover < t->cycle) {
205 t->active += (t->cycle - (t->active + t->recover)) / 2;
206 t->recover = t->cycle - t->active;
[all...]
H A Dqd65xx.h56 s16 active; /* active time */ member in struct:qd65xx_timing_s
/drivers/ata/
H A Dpata_legacy.c363 u8 active, recover; local
369 active = clamp_val(t.active, 2, 15);
377 iowrite8(recover << 4 | active, ap->ioaddr.device_addr);
397 u8 active, recover; local
403 active = clamp_val(t.active, 2, 15);
411 iowrite8(recover << 4 | active, ap->ioaddr.device_addr);
461 u8 active, recover, setup; local
487 active
536 u8 active, recover, setup; local
655 int active, recovery; local
790 int active, recovery; local
[all...]
H A Dpata_cmd640.c78 t.active += t.recover - 16;
81 if (t.active > 16)
82 t.active = 16;
98 t.active &= 0x0F; /* 0 = 16 */
106 /* Load active/recovery */
107 pci_write_config_byte(pdev, arttim + 1, (t.active << 4) | t.recover);
116 timing->reg58[adev->devno] = (t.active << 4) | t.recover;
H A Dpata_ns87410.c93 at.active = clamp_val(at.active, 2, 16) - 2;
97 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active];
/drivers/media/video/cx23885/
H A Dcx23885-vbi.c143 if (list_empty(&q->active))
146 buf = list_entry(q->active.next, struct cx23885_buffer, vb.queue);
150 list_for_each(item, &q->active) {
169 while (!list_empty(&q->active)) {
170 buf = list_entry(q->active.next, struct cx23885_buffer,
253 if (list_empty(&q->active)) {
254 list_add_tail(&buf->vb.queue, &q->active);
259 dprintk(2, "[%p/%d] vbi_queue - first active\n",
263 prev = list_entry(q->active.prev, struct cx23885_buffer,
265 list_add_tail(&buf->vb.queue, &q->active);
[all...]
/drivers/media/video/cx88/
H A Dcx88-vbi.c102 if (list_empty(&q->active))
105 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
109 list_for_each_entry(buf, &q->active, vb.queue)
129 while (!list_empty(&q->active)) {
130 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
206 if (list_empty(&q->active)) {
207 list_add_tail(&buf->vb.queue,&q->active);
212 dprintk(2,"[%p/%d] vbi_queue - first active\n",
216 prev = list_entry(q->active.prev, struct cx88_buffer, vb.queue);
217 list_add_tail(&buf->vb.queue,&q->active);
[all...]
/drivers/misc/ibmasm/
H A Dibmasmfs.c227 int active; member in struct:ibmasmfs_event_data
234 int active; member in struct:ibmasmfs_heartbeat_data
360 event_data->active = 0;
390 if (event_data->active) {
394 event_data->active = 1;
413 event_data->active = 0;
444 rhbeat->active = 0;
473 if (rhbeat->active) {
477 rhbeat->active = 1;
481 rhbeat->active
[all...]
/drivers/hv/
H A Dhv_kvp.c35 * Note that only one transaction can be active at any point in time.
43 bool active; /* transaction status - active or not */ member in struct:__anon850
118 kvp_transaction.active = false;
259 * If a transaction is not active; log and return.
262 if (!kvp_transaction.active) {
266 pr_warn("KVP: Transaction not active\n");
271 * only one transaction can be active at a time.
278 kvp_transaction.active = false;
362 * The host ensures that only one KVP transaction can be active a
[all...]
/drivers/base/power/
H A Dwakeup.c137 ws->active = false;
374 * wakup_source_activate - Mark given wakeup source as active.
385 ws->active = true;
408 if (!ws->active)
490 * will set ws->active. Then, ws->active may be cleared immediately
499 ws->active = false;
543 if (ws->active)
573 * in @data if it is currently active and its timer has not been canceled and
583 if (ws->active
659 int active = 0; local
[all...]
/drivers/input/misc/
H A Dpm8xxx-vibrator.c40 * @active: state of vibrator
50 bool active; member in struct:pm8xxx_vib
132 vib->active = true;
137 vib->active = false;
141 pm8xxx_vib_set(vib, vib->active);
155 if (vib->active)
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c121 struct antenna_setup *active = &rt2x00dev->link.ant.active; local
141 config.rx = active->rx;
153 config.tx = active->tx;
171 memcpy(active, &config, sizeof(config));
/drivers/usb/wusbcore/
H A Dmmc.c171 wusbhc->active = 1;
180 wusbhc->active = 0;
273 if (wusbhc->active) {
/drivers/input/
H A Dinput-mt.c75 * @active: true if contact is active, false otherwise
78 * ABS_MT_TOOL_TYPE. If active is true and the slot is currently
84 unsigned int tool_type, bool active)
89 if (!dev->mt || !active) {
128 * @use_count: report number of active contacts as finger count
83 input_mt_report_slot_state(struct input_dev *dev, unsigned int tool_type, bool active) argument
/drivers/isdn/hardware/eicon/
H A DKconfig8 Enable support for Eicon Networks active ISDN cards.
/drivers/media/video/zoran/
H A Dzoran_driver.c511 if (fh->buffers.active == ZORAN_FREE) {
512 if (zr->v4l_buffers.active == ZORAN_FREE) {
514 fh->buffers.active = ZORAN_ACTIVE;
529 if (zr->v4l_buffers.active == ZORAN_FREE) {
530 fh->buffers.active = ZORAN_FREE;
555 if (!res && zr->v4l_buffers.active == ZORAN_FREE)
556 zr->v4l_buffers.active = fh->buffers.active;
570 if (fh->buffers.active == ZORAN_FREE) {
573 "%s: %s - no grab active fo
[all...]
/drivers/media/video/omap3isp/
H A Dispresizer.h100 * @crop.active: Active crop rectangle (based on hardware requirements)
122 struct v4l2_rect active; member in struct:isp_res_device::__anon1629
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rxon.c121 IWL_DEBUG_INFO(priv, "send QoS cmd with Qos active=%d FLAGS=0x%X\n",
150 const struct iwl_rxon_cmd *rxon2 = &ctx->active;
193 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
227 memcpy(active, &ctx->staging, sizeof(*active));
235 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
276 memcpy(active, &ctx->staging, sizeof(*active));
418 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
[all...]
/drivers/net/wireless/orinoco/
H A Dhw.h47 int orinoco_hw_get_essid(struct orinoco_private *priv, int *active,

Completed in 1238 milliseconds

1234567891011>>