Searched refs:active (Results 1 - 25 of 1168) sorted by path

1234567891011>>

/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S17 @ Data cache might be active.
/linux-master/arch/arm/kernel/
H A Ddma.c66 dma->active = 0;
99 if (dma->active) {
100 pr_err("dma%d: freeing active DMA\n", chan);
102 dma->active = 0;
125 if (dma->active)
126 pr_err("dma%d: altering DMA SG while DMA active\n", chan);
142 if (dma->active)
143 pr_err("dma%d: altering DMA address while DMA active\n", chan);
159 if (dma->active)
160 pr_err("dma%d: altering DMA count while DMA active\
[all...]
/linux-master/arch/csky/mm/
H A Dcontext.c38 asid_info.active = &active_asids;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S362 set EXC_EXTWPTR, LV+4 # saved current PC (active)
/linux-master/arch/m68k/include/asm/
H A Datari_joystick.h19 int active; member in struct:joystick_status
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h432 uint64_t active:1; member in struct:cvmx_pko_mem_debug4::cvmx_pko_mem_debug4_cn50xx
452 uint64_t active:1;
518 uint64_t active:1; member in struct:cvmx_pko_mem_debug5::cvmx_pko_mem_debug5_cn30xx
534 uint64_t active:1;
622 uint64_t active:1; member in struct:cvmx_pko_mem_debug6::cvmx_pko_mem_debug6_s
634 uint64_t active:1;
679 uint64_t active:1; member in struct:cvmx_pko_mem_debug6::cvmx_pko_mem_debug6_cn52xx
693 uint64_t active:1;
/linux-master/arch/s390/appldata/
H A Dappldata.h32 int active; /* monitoring status */ member in struct:appldata_ops
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dubc.c65 unsigned long active = 0; local
70 active |= (1 << i);
72 return active;
/linux-master/arch/sparc/include/asm/
H A Dtlbflush_64.h15 unsigned long active; member in struct:tlb_batch
/linux-master/drivers/dma/qcom/
H A Dhidma.h92 * active descriptor on this channel
103 struct list_head active; member in struct:hidma_chan
H A Dhidma_dbg.c97 seq_puts(s, "active\n");
98 list_for_each_entry(mdesc, &mchan->active, node)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c85 bool active; local
102 active = (dir == NVKM_THERM_THRS_RISING);
105 if (active) {
112 therm->emergency.downclock(therm, active);
116 therm->emergency.pause(therm, active);
119 if (active) {
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h469 int cdn_dp_set_video_status(struct cdn_dp_device *dp, int active);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c97 dev->active = false;
/linux-master/drivers/input/joystick/
H A Dgrip_mp.c451 int flags, slot, invalid = 0, active = 0; local
461 active = 1;
464 /* Return true if no active slot but multiport sent all its data */
465 if (!active)
/linux-master/drivers/input/touchscreen/
H A Dpenmount.c43 bool active; /* is the touch valid? */ member in struct:mt_slot
73 pm->slots[i].active);
74 if (pm->slots[i].active) {
136 pm->slots[slotnum].active = pm->data[0] & 0x30;
152 pm->slots[slotnum].active = pm->data[0] & 0x40;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c167 * This is the risc program of the first buffer to be queued if the active list
197 if (list_empty(&q->active)) {
199 list_add_tail(&buf->queue, &q->active);
201 dprintk(2, "[%p/%d] vbi_queue - first active\n",
206 prev = list_entry(q->active.prev, struct cx23885_buffer,
209 list_add_tail(&buf->queue, &q->active);
212 dprintk(2, "[%p/%d] buffer_queue - append to active\n",
221 struct cx23885_buffer *buf = list_entry(dmaq->active.next,
236 while (!list_empty(&dmaq->active)) {
237 struct cx23885_buffer *buf = list_entry(dmaq->active
[all...]
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864.h92 struct list_head active; member in struct:tw5864_input
/linux-master/drivers/media/tuners/
H A De4000_priv.h23 bool active; member in struct:e4000_dev
H A Dfc2580_priv.h124 bool active; member in struct:fc2580_dev
/linux-master/drivers/media/usb/au0828/
H A Dau0828.h168 struct list_head active; member in struct:au0828_dmaqueue
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_phy.h36 s32 igb_set_d3_lplu_state(struct e1000_hw *hw, bool 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/drivers/net/wireless/ti/wl12xx/
H A Dscan.c33 * In active scans, we only scan channels not
90 /* skip active scans if we don't have SSIDs */
296 memcpy(cmd->active, cmd_channels->active, sizeof(cmd->active));
366 if (!force_passive && cfg->active[0]) {
383 if (!force_passive && cfg->active[1]) {
H A Dscan.h24 per channel for an active scan */
42 /* Duration in TU to wait for frames on a channel for active scan */
89 u8 active[SCAN_MAX_BANDS]; member in struct:wl1271_cmd_sched_scan_config

Completed in 354 milliseconds

1234567891011>>