Searched refs:active (Results 151 - 175 of 1168) sorted by relevance

1234567891011>>

/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-pcm.c228 dev_dbg(dai->dev, "%s(), id %d, stream %d, widget active p %d, c %d\n",
230 p->active, c->active);
232 if (p->active || c->active)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.h44 struct amdgpu_sync active; member in struct:amdgpu_vmid
H A Damdgpu_ids.c223 fences[i] = amdgpu_sync_peek_fence(&(*idle)->active, r);
299 tmp = amdgpu_sync_peek_fence(&(*id)->active, ring);
311 r = amdgpu_sync_fence(&(*id)->active, &job->base.s_fence->finished);
371 r = amdgpu_sync_fence(&(*id)->active,
423 r = amdgpu_sync_fence(&id->active,
567 amdgpu_sync_create(&id_mgr->ids[j].active);
596 amdgpu_sync_free(&id->active);
/linux-master/fs/smb/client/
H A Dcifs_fs_sb.h56 atomic_t active; member in struct:cifs_sb_info
/linux-master/drivers/input/touchscreen/
H A Dnovatek-nvt-ts.c94 bool active; local
117 active = true;
120 active = false;
132 input_mt_report_slot_state(data->input, MT_TOOL_FINGER, active);
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/net/wwan/iosm/
H A Diosm_ipc_pm.h9 /* Trigger the doorbell interrupt on cp to change the PM sleep/active status */
37 * @IPC_MEM_HOST_PM_ACTIVE: Host is active
39 * active
150 * ipc_pm_set_s2idle_sleep - Set PM variables to sleep/active
161 * Returns: true on success, false if the host was not active.
176 * for the device to reach active state
179 * Returns: true if device is active, false on timeout
201 * @active: Device link state
203 * Returns: true if link is unchanged or active, false otherwise
205 bool ipc_pm_trigger(struct iosm_pm *ipc_pm, enum ipc_pm_unit unit, bool active);
[all...]
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.h54 bool active :1; member in struct:panfrost_gem_mapping
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.h59 unsigned int active; member in struct:vsp1_rwpf::__anon1
/linux-master/drivers/pcmcia/
H A Domap_cf.c42 /* which chipselect (CS0..CS3) is used for CF (active low) */
60 unsigned active:1; member in struct:omap_cf_socket
90 if (cf->active)
280 cf->active = 1;
297 cf->active = 0;
/linux-master/include/linux/
H A Dhrtimer_defs.h43 * @active: red black tree root node for the active timers
53 struct timerqueue_head active; member in struct:hrtimer_clock_base
75 * @active_bases: Bitfield to mark bases with active timers
H A Dkvm_types.h71 bool active; member in struct:gfn_to_pfn_cache
/linux-master/drivers/siox/
H A Dsiox.h22 bool active; member in struct:siox_master
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c36 struct list_head active; member in struct:dmaengine_buffer
87 list_add_tail(&block->head, &dmaengine_buffer->active);
101 iio_dma_buffer_block_list_abort(queue, &dmaengine_buffer->active);
196 INIT_LIST_HEAD(&dmaengine_buffer->active);
/linux-master/include/net/
H A Dmacsec.h120 * @active:
136 bool active; member in struct:macsec_rx_sa
155 * @active: channel is active
162 bool active; member in struct:macsec_rx_sc
171 * @active:
187 bool active; member in struct:macsec_tx_sa
194 * @active:
205 bool active; member in struct:macsec_tx_sc
/linux-master/drivers/usb/core/
H A Ddevices.c198 int active = 0; local
207 active = (desc == &iface->cur_altsetting->desc);
210 active ? '*' : ' ', /* mark active altsetting */
254 * 1. marking active interface altsettings (code lists all, but should mark
255 * which ones are active, if any)
259 int active, int speed)
270 /* mark active/actual/current cfg. */
271 active ? '*' : ' ',
280 const struct usb_host_config *config, int active)
257 usb_dump_config_descriptor(char *start, char *end, const struct usb_config_descriptor *desc, int active, int speed) argument
279 usb_dump_config(int speed, char *start, char *end, const struct usb_host_config *config, int active) argument
[all...]
/linux-master/drivers/usb/typec/
H A Dbus.c132 if (!adev || adev->active)
138 if (is_typec_port(pdev->dev.parent) && !pdev->active)
163 if (!adev || !adev->active)
264 if (!adev || adev->active)
272 if (!pdev->active)
294 if (!adev || !adev->active)
535 if (adev->active) {
/linux-master/drivers/scsi/aacraid/
H A Dcomminit.c277 int *active = data; local
280 *active = *active + 1;
285 int i = 0, active; local
289 active = 0;
291 wait_for_io_iter, &active);
295 if (active == 0)
298 "Wait for %d commands to complete\n", active);
301 if (active)
303 "%d outstanding commands during shutdown\n", active);
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c235 ret = i915_active_wait(&fence->active);
301 GEM_BUG_ON(!i915_active_is_idle(&fence->active));
330 struct i915_fence_reg *active = NULL; local
336 if (fence == active) /* now seen this fence twice */
337 active = ERR_PTR(-EAGAIN);
340 if (active != ERR_PTR(-EAGAIN) && fence_is_active(fence)) {
341 if (!active)
342 active = fence;
875 i915_active_init(&fence->active, NULL, NULL, 0);
892 i915_active_fini(&fence->active);
[all...]
H A Dintel_engine.h113 struct i915_request * const *cur, * const *old, *active; local
115 cur = READ_ONCE(execlists->active);
120 active = READ_ONCE(*cur);
121 cur = READ_ONCE(execlists->active);
126 return active;
/linux-master/drivers/scsi/
H A Dinitio.c924 if ((host->semaph == 0) && (host->active == NULL)) {
940 if (tmp == host->active) {
965 if (tmp == host->active) {
1006 if ((scb = host->active) != NULL) {
1131 if (host->active) /* return to OS and wait for xfer_done_ISR/Selected_ISR */
1168 if (host->active)
1173 if (host->active != NULL)
1239 * Progress the active command block along the state machine
1249 next = host->active->next_state;
1293 struct scsi_ctrl_blk *scb = host->active;
[all...]
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c516 write_sq.active |= AMI_PLAY_LOADED;
526 if (write_sq.active & AMI_PLAY_LOADED) {
532 if (write_sq.active & AMI_PLAY_PLAYING)
563 if (!write_sq.active) {
571 if (write_sq.active & AMI_PLAY_PLAYING) {
577 if (write_sq.active & AMI_PLAY_LOADED)
582 write_sq.active = (write_sq.active<<1) & AMI_PLAY_MASK;
584 if (!write_sq.active)
594 if (!write_sq.active)
[all...]
/linux-master/sound/aoa/core/
H A Dgpio-feature.c104 reg = of_get_property(np, "audio-gpio-active-state", NULL);
380 int gpio, ret, active; local
385 active = headphone_detect_gpio_activestate;
389 active = linein_detect_gpio_activestate;
393 active = lineout_detect_gpio_activestate;
405 return ((ret >> 1) & 1) == active;
/linux-master/drivers/net/wan/
H A Dhdlc_fr.c17 (active) -> 0 when "ifconfig PVC down" or "link unreliable" or "PVC create"
21 (exist,new,active) = FULL STATUS if "link reliable"
24 active = open and "link reliable"
122 unsigned int active: 1; member in struct:pvc_device::__anon1466
334 pvc->state.active = netif_carrier_ok(pvc->frad);
336 pvc_carrier(pvc->state.active, pvc);
350 pvc->state.active = 0;
354 pvc->state.active = 0;
392 if (!pvc->state.active)
447 pvc->state.active
776 unsigned int active, new; local
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_2032.c39 bool active; /* an async command is running */ member in struct:apci2032_int_private
72 subpriv->active = false;
140 subpriv->active = true;
155 if (subpriv->active)
190 if (subpriv->active && (val & subpriv->enabled_isns) != 0) {

Completed in 296 milliseconds

1234567891011>>