Searched refs:active (Results 176 - 200 of 1168) sorted by relevance

1234567891011>>

/linux-master/drivers/media/i2c/
H A Dak7375.c81 /* active or standby mode */
82 bool active; member in struct:ak7375_device
254 if (!ak7375_dev->active)
279 ak7375_dev->active = false;
297 if (ak7375_dev->active)
326 ak7375_dev->active = true;
/linux-master/net/tipc/
H A Dcrypto.c98 * key: | (reserved)|passive idx| active idx|pending idx|
108 active:2, member in struct:tipc_key::__anon271::__anon272
114 active:2,
182 * @peer_rx_active: replicated peer RX active key index
1067 ehdr->rx_key_active = (__rx) ? __rx->key.active : 0;
1161 if (key.active && key.passive)
1171 if (key.active && pos != key_next(key.active)) {
1175 } else if (!key.active && !key.passive) {
1181 key.pending = key_next(key.active
[all...]
/linux-master/drivers/iio/adc/
H A Dtwl4030-madc.c124 * @active: Flag if request is active
134 bool active; member in struct:twl4030_madc_request
186 req.active = false;
505 r->active = false;
513 * In case of error check whichever request is active
518 if (!r->active)
526 r->active = false;
618 if (twl4030_madc->requests[req->method].active) {
649 twl4030_madc->requests[req->method].active
[all...]
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c280 if (bdma_chan->active)
298 if (bdma_chan->active)
646 if (bdma_chan->active)
676 if (bdma_chan->active)
682 if (bdma_chan->active)
709 if (!bdma_chan->active) {
760 bdma_chan->active = true;
791 bdma_chan->active = false;
819 if (tsi721_dma_is_idle(bdma_chan) && bdma_chan->active) {
905 bdma_chan->active
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio.c155 if (!irq->active && was_high && !irq->line_level)
376 * CPENDR for HW interrupts, so we clear the active state on
377 * the physical side if the virtual interrupt is not active.
385 if (!irq->active)
456 * If we are fiddling with an IRQ's active state, we have to make sure the IRQ
458 * active state can be overwritten when the VCPU's state is synced coming back
469 * active state, which guarantees that the VCPU is not running.
503 if (irq->active)
537 bool active, bool is_uaccess)
542 irq->active
536 vgic_hw_irq_change_active(struct kvm_vcpu *vcpu, struct vgic_irq *irq, bool active, bool is_uaccess) argument
546 vgic_mmio_change_active(struct kvm_vcpu *vcpu, struct vgic_irq *irq, bool active) argument
[all...]
H A Dvgic-v2.c44 * - active bit is transferred as is
79 /* Always preserve the active bit, note deactivation */
80 deactivated = irq->active && !(val & GICH_LR_ACTIVE_BIT);
81 irq->active = !!(val & GICH_LR_ACTIVE_BIT);
83 if (irq->active && vgic_irq_is_sgi(intid))
127 if (irq->active) {
144 * Never set pending+active on a HW interrupt, as the
148 if (irq->active)
158 if (irq->active)
/linux-master/arch/x86/mm/
H A Dkmmio.c62 int active; member in struct:kmmio_context
252 * the single stepping. We can only handle one active kmmio trace
269 if (ctx->active) {
295 ctx->active++;
339 if (!ctx->active) {
341 * debug traps without an active context are due to either
362 ctx->active--;
363 BUG_ON(ctx->active);
/linux-master/drivers/ata/
H A Dpata_cmd64x.c133 ata_dev_dbg(adev, DRV_NAME ": active %d recovery %d setup %d.\n",
134 t.active, t.recover, t.setup);
136 t.active += t.recover - 16;
139 if (t.active > 16)
140 t.active = 16;
157 t.active &= 0x0F; /* 0 = 16 */
165 /* Load active/recovery */
166 pci_write_config_byte(pdev, drwtim, (t.active << 4) | t.recover);
/linux-master/drivers/spi/
H A Dspi-realtek-rtl.c33 static void rt_set_cs(struct spi_device *spi, bool active) argument
38 /* CS0 bit is active low */
40 if (active)
/linux-master/include/net/
H A Dtcx.h128 const bool active)
131 tcx_entry(entry)->miniq_active = active;
127 tcx_miniq_set_active(struct bpf_mprog_entry *entry, const bool active) argument
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_output.c97 crtc_state->active = true;
124 crtc_state->active = false;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h150 u64 active; member in struct:intel_context::intel_context_stats
168 * active: Active tracker for the rq activity (inc. external) on this
171 struct i915_active active; member in struct:intel_context
206 /** @requests: list of active requests on this context */
/linux-master/arch/x86/kvm/
H A Dxen.h48 vcpu->arch.xen.vcpu_info_cache.active &&
69 vcpu->arch.xen.vcpu_info_cache.active &&
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h59 u8 active[SCAN_MAX_BANDS]; /* number of active scan channels */ member in struct:wl18xx_cmd_scan_params
61 u8 passive_active; /* number of passive before active channels 2.4ghz */
/linux-master/include/uapi/linux/
H A Dswitchtec_ioctl.h61 __u32 active; member in struct:switchtec_ioctl_flash_part_info
/linux-master/include/linux/
H A Denclosure.h91 int active; member in struct:enclosure_component
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_ap.h33 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, bool active, u16 reason);
/linux-master/drivers/pnp/
H A Dmanager.c387 if (dev->active)
398 dev->active = 1;
413 if (!dev->active)
420 dev->active = 0;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h71 struct ispccdc_lsc_config_req *active; /* active configuration */ member in struct:ispccdc_lsc
H A Disppreview.h109 * @output: Bitmask of the active output
113 * @params.active: Bitmask of parameters active in set 0
114 * @params.lock: Parameters lock, protects params.active and params.shadow
136 u32 active; member in struct:isp_prev_device::__anon175
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h77 bool active; member in struct:cdn_dp_device
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c77 list_add_tail(&buf->list, &vbiq->active);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c207 int active = 0; local
234 active);
247 int active = 1; local
272 /* Enable device as active */
273 ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnic_dev_enable2, active);
/linux-master/arch/arm/boot/compressed/
H A Dhead-sa1100.S27 @ Data cache might be active.
/linux-master/net/mac80211/
H A Dled.c361 tpt_trig->active &= ~types_off;
362 tpt_trig->active |= types_on;
370 allowed = tpt_trig->active & IEEE80211_TPT_LEDTRIG_FL_RADIO;
372 if (!allowed || !(tpt_trig->active & tpt_trig->want))

Completed in 334 milliseconds

1234567891011>>