Searched refs:active (Results 76 - 100 of 1168) sorted by relevance

1234567891011>>

/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.h13 * @active: flag indicating if the stream is active
24 int active; member in struct:psc_dma_stream
/linux-master/sound/usb/6fire/
H A Dpcm.h40 bool active; member in struct:pcm_substream
/linux-master/arch/csky/mm/
H A Dcontext.c38 asid_info.active = &active_asids;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.h64 bool active; member in struct:mlx5_fpga_conn::__anon1228
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dmmu-40x.h59 unsigned int active; member in struct:__anon18
/linux-master/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h13 u8 active; member in struct:rtw_wdev_invit_info
25 (invit_info)->active = 0xff; \
36 u8 active; member in struct:rtw_wdev_nego_info
51 (nego_info)->active = 0xff; \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_timeline_types.h67 struct i915_active active; member in struct:intel_timeline
H A Dintel_ggtt_fencing.h27 struct i915_active active; member in struct:i915_fence_reg
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h47 int hyperv_update_situation(struct hv_device *hdev, u8 active, u32 bpp,
/linux-master/drivers/gpu/drm/i915/
H A Di915_active_types.h39 int (*active)(struct i915_active *ref); member in struct:i915_active
/linux-master/arch/powerpc/sysdev/ge/
H A Dge_pic.c232 u32 cause, mask, active; local
240 active = cause & mask;
242 if (active) {
244 if (active & (0x1 << hwirq))
/linux-master/drivers/usb/gadget/function/
H A Du_midi2.h27 bool active; /* FB active flag: bool */ member in struct:f_midi2_block_info
/linux-master/fs/afs/
H A Dcell.c162 atomic_set(&cell->active, 0);
288 atomic_set(&cell->active, 2);
297 trace_afs_cell(cell->debug_id, refcount_read(&cell->ref), atomic_read(&cell->active),
500 trace_afs_cell(cell->debug_id, r, atomic_read(&cell->active), afs_cell_trace_free);
546 trace_afs_cell(cell->debug_id, r + 1, atomic_read(&cell->active), reason);
561 a = atomic_read(&cell->active);
565 a = atomic_read(&cell->active);
566 WARN(a != 0, "Cell active count %u > 0\n", a);
573 * Note a cell becoming more active.
581 a = atomic_inc_return(&cell->active);
727 int ret, active; local
863 unsigned active; local
[all...]
/linux-master/drivers/soc/apple/
H A Dmailbox.h24 bool active; member in struct:apple_mbox
/linux-master/kernel/time/
H A Dtimer_migration.h13 * CPU or group is active;
27 * group is !active. The group event is then queued into
29 * Ignore bit of @groupevt is set when the group is active.
111 * @active: Contains each childmask bit of the active children
121 u8 active; member in struct:tmigr_state::__anon2901
H A Dhrtimer.c54 * cpu_base->active
357 * - an active object is initialized
375 * - an active object is activated
391 * - an active object is freed
489 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) argument
493 if (!*active)
496 idx = __ffs(*active);
497 *active &= ~(1U << idx);
502 #define for_each_active_base(base, cpu_base, active) \
503 while ((base = __next_base((cpu_base), &(active))))
505 __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base, const struct hrtimer *exclude, unsigned int active, ktime_t expires_next) argument
574 unsigned int active; local
872 update_needs_ipi(struct hrtimer_cpu_base *cpu_base, unsigned int active) argument
1518 unsigned int active; local
1728 unsigned int active = cpu_base->active_bases & active_mask; local
[all...]
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c221 int active; member in struct:ibmasmfs_event_data
228 int active; member in struct:ibmasmfs_heartbeat_data
354 event_data->active = 0;
384 if (event_data->active) {
388 event_data->active = 1;
407 event_data->active = 0;
438 rhbeat->active = 0;
467 if (rhbeat->active) {
471 rhbeat->active = 1;
475 rhbeat->active
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h86 void (*downclock)(struct nvkm_therm *, bool active);
87 void (*pause)(struct nvkm_therm *, bool active);
/linux-master/drivers/greybus/
H A Dgreybus_trace.h101 __field(int, active)
111 __entry->active = operation->active;
116 TP_printk("id=%04x type=0x%02x cport_id=%04x flags=0x%lx active=%d waiters=%d errno=%d",
118 __entry->active, __entry->waiters, __entry->errno)
150 * Occurs when an operation has been marked active, after updating
151 * its active count.
156 * Occurs when an operation has been marked active, before updating
157 * its active count.
304 __field(int, active) /* boo
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.h53 static inline void rtw89_set_entity_state(struct rtw89_dev *rtwdev, bool active) argument
57 WRITE_ONCE(hal->entity_active, active);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c113 u32 changes, bool active)
132 * the link was active before. So, do nothing in this case.
142 WARN_ON_ONCE(active == link_info->active);
147 if (!active && vif->type == NL80211_IFTYPE_STATION)
154 * the link becomes active, otherwise they will be ignored.
165 cmd.active = cpu_to_le32(active);
262 link_info->active = active;
111 iwl_mvm_link_changed(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_bss_conf *link_conf, u32 changes, bool active) argument
[all...]
/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/ata/
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;
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh124 active-low)
127 active-high)
210 # test input active-high
212 set_line input active-high
237 # test input active-low
239 set_line active-low
246 # test output active-high
248 set_line active-high 0
256 # test output active-low
258 set_line active
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c169 IWL_DEBUG_INFO(priv, "send QoS cmd with Qos active=%d FLAGS=0x%X\n",
198 const struct iwl_rxon_cmd *rxon2 = &ctx->active;
344 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
378 memcpy(active, &ctx->staging, sizeof(*active));
421 memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging));
444 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
485 memcpy(active,
836 const struct iwl_rxon_cmd *active = &ctx->active; local
1026 struct iwl_rxon_cmd *active = (void *)&ctx->active; local
[all...]

Completed in 555 milliseconds

1234567891011>>