Searched refs:trigger (Results 1 - 25 of 824) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c1709 .trigger = davinci_mcasp_trigger,
/linux-master/sound/soc/sof/
H A Dsof-audio.h100 * @trigger: Function pointer for trigger
111 * STOP pcm trigger
112 * @ipc_first_on_start: Send IPC before invoking platform trigger during
114 * @platform_stop_during_hw_free: Invoke the platform trigger during hw_free. This is needed for
126 int (*trigger)(struct snd_soc_component *component, struct snd_pcm_substream *substream, member in struct:sof_ipc_pcm_ops
H A Dpcm.c280 * FE dai link trigger actions are always executed in non-atomic context because
302 dev_dbg(component->dev, "pcm: trigger stream %d dir %d cmd %d\n",
350 dev_err(component->dev, "Unhandled trigger cmd %d\n", cmd);
357 if (pcm_ops && pcm_ops->trigger)
358 ret = pcm_ops->trigger(component, substream, cmd);
363 /* invoke platform trigger to start DMA only if pcm_ops is successful */
370 /* invoke platform trigger to stop DMA even if pcm_ops isn't set or if it failed */
717 pd->trigger = sof_pcm_trigger;
H A Dipc4-pcm.c65 /* trigger a single pipeline */
76 /* trigger multiple pipelines with a single IPC */
197 * the PAUSE trigger
205 * STOP trigger
259 * Note that during system suspend, the suspend trigger is followed by a hw_free in
262 * prepare ioctl before the START trigger.
392 dev_dbg(sdev->dev, "trigger cmd: %d state: %d\n", cmd, state);
400 /* nothing to trigger if the list is empty */
410 * trigger function that handles the rest for the substream.
436 * indeterministic. But the sink->source trigger orde
[all...]
H A Dipc3-pcm.c174 dev_err(component->dev, "Unhandled trigger cmd %d\n", cmd);
278 * HDAudio does not follow the default trigger
284 fe->dai_link->trigger[SNDRV_PCM_STREAM_PLAYBACK] =
399 /* change the default trigger sequence as per HW implementation */
403 fe->dai_link->trigger[SNDRV_PCM_STREAM_PLAYBACK] =
410 fe->dai_link->trigger[SNDRV_PCM_STREAM_CAPTURE] =
434 .trigger = sof_ipc3_pcm_trigger,
H A Dipc4-topology.c3031 * set default trigger order for all links. Exceptions to
3037 link->trigger[SNDRV_PCM_STREAM_PLAYBACK] = SND_SOC_DPCM_TRIGGER_POST;
3038 link->trigger[SNDRV_PCM_STREAM_CAPTURE] = SND_SOC_DPCM_TRIGGER_PRE;
/linux-master/sound/soc/meson/
H A Daxg-tdm-interface.c434 .trigger = axg_tdm_iface_trigger,
/linux-master/sound/soc/intel/avs/
H A Dtopology.c994 .offset = offsetof(struct avs_tplg_pplcfg, trigger),
1669 link->trigger[0] = SND_SOC_DPCM_TRIGGER_PRE;
1670 link->trigger[1] = SND_SOC_DPCM_TRIGGER_PRE;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1530 * After this point, mmu_notifier_put will trigger the cleanup by
1828 int kfd_process_evict_queues(struct kfd_process *p, uint32_t trigger) argument
1838 trigger);
H A Dkfd_svm.c800 /* Prefetch should always trigger a migration even
1287 unsigned long last, uint32_t trigger)
1320 start, last, trigger);
1929 uint32_t trigger; local
1932 trigger = KFD_SVM_UNMAP_TRIGGER_MMU_NOTIFY_MIGRATE;
1934 trigger = KFD_SVM_UNMAP_TRIGGER_MMU_NOTIFY;
1943 svm_range_unmap_from_gpus(pchild, s, l, trigger);
1949 svm_range_unmap_from_gpus(prange, s, l, trigger);
2428 uint32_t trigger = KFD_SVM_UNMAP_TRIGGER_UNMAP_FROM_CPU; local
2456 svm_range_unmap_from_gpus(pchild, s, l, trigger);
1286 svm_range_unmap_from_gpus(struct svm_range *prange, unsigned long start, unsigned long last, uint32_t trigger) argument
[all...]
H A Dkfd_migrate.c383 uint64_t end, uint32_t trigger, uint64_t ttm_res_offset)
417 prange->preferred_loc, trigger);
450 0, node->id, trigger);
474 * @trigger: reason of migration
484 struct mm_struct *mm, uint32_t trigger)
536 r = svm_migrate_vma_to_vram(node, prange, vma, addr, next, trigger, ttm_res_offset);
670 * @trigger: reason of migration
682 uint32_t trigger, struct page *fault_page)
721 prange->preferred_loc, trigger);
756 node->id, 0, trigger);
381 svm_migrate_vma_to_vram(struct kfd_node *node, struct svm_range *prange, struct vm_area_struct *vma, uint64_t start, uint64_t end, uint32_t trigger, uint64_t ttm_res_offset) argument
482 svm_migrate_ram_to_vram(struct svm_range *prange, uint32_t best_loc, unsigned long start_mgr, unsigned long last_mgr, struct mm_struct *mm, uint32_t trigger) argument
680 svm_migrate_vma_to_ram(struct kfd_node *node, struct svm_range *prange, struct vm_area_struct *vma, uint64_t start, uint64_t end, uint32_t trigger, struct page *fault_page) argument
787 svm_migrate_vram_to_ram(struct svm_range *prange, struct mm_struct *mm, unsigned long start_mgr, unsigned long last_mgr, uint32_t trigger, struct page *fault_page) argument
879 svm_migrate_vram_to_vram(struct svm_range *prange, uint32_t best_loc, unsigned long start, unsigned long last, struct mm_struct *mm, uint32_t trigger) argument
906 svm_migrate_to_vram(struct svm_range *prange, uint32_t best_loc, unsigned long start, unsigned long last, struct mm_struct *mm, uint32_t trigger) argument
[all...]
H A Dkfd_device.c1069 int kgd2kfd_quiesce_mm(struct mm_struct *mm, uint32_t trigger) argument
1083 r = kfd_process_evict_queues(p, trigger);
1414 * which will trigger a GPU reset and bring the HWS back to normal state
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h131 _metadata->trigger = 0; \
711 for (; _metadata->trigger; _metadata->trigger = \
758 _metadata->trigger = 1; \
768 _metadata->trigger = 1; \
878 int trigger; /* extra handler after the evaluation */ member in struct:__test_metadata
1166 t->trigger = 0;
/linux-master/fs/bcachefs/
H A Dec.h22 .trigger = bch2_trigger_stripe, \
H A Dbtree_trans_commit.c449 if (old_ops->trigger == new_ops->trigger) {
485 old_ops->trigger == new_ops->trigger) {
H A Dsnapshot.h30 .trigger = bch2_mark_snapshot, \
H A Dextents.h423 .trigger = bch2_trigger_extent, \
431 .trigger = bch2_trigger_extent, \
445 .trigger = bch2_trigger_extent, \
459 .trigger = bch2_trigger_reservation, \
/linux-master/kernel/trace/
H A Dtrace_events.c2495 * event that can have a "trigger" file.
2513 if (strcmp(name, "trigger") == 0) {
2575 .name = "trigger",
2996 char *trigger; member in struct:boot_triggers
3004 char *trigger; local
3014 trigger = strsep(&buf, ",");
3015 if (!trigger)
3017 bootup_triggers[i].event = strsep(&trigger, ".");
3018 bootup_triggers[i].trigger = trigger;
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c4328 dev_info(hisi_hba->dev, "Invalid trigger mode: %u\n",
4368 phy->fifo.trigger);
4482 phy->fifo.trigger = val;
4509 debugfs_create_file("trigger", 0600, port_dentry,
4510 &phy->fifo.trigger,
/linux-master/sound/soc/sof/intel/
H A Dhda.h964 * @pre_trigger: Function pointer for DAI DMA pre-trigger actions
965 * @trigger: Function pointer for DAI DMA trigger actions
966 * @post_trigger: Function pointer for DAI DMA post-trigger actions
987 int (*trigger)(struct snd_sof_dev *sdev, struct snd_soc_dai *cpu_dai, member in struct:hda_dai_widget_dma_ops
H A Dhda-dai-ops.c139 /* mark pipeline so that it can be skipped during FE trigger */
344 dev_err(sdev->dev, "unknown trigger command %d\n", cmd);
378 dev_err(sdev->dev, "unknown trigger command %d\n", cmd);
432 * STOP/SUSPEND trigger is invoked only once when all users of this pipeline have
440 dev_err(sdev->dev, "unknown trigger command %d\n", cmd);
478 .trigger = hda_trigger,
492 .trigger = hda_trigger,
505 .trigger = hda_trigger,
518 .trigger = hda_trigger,
530 .trigger
[all...]
/linux-master/sound/soc/intel/avs/boards/
H A Dnau8825.c171 .trigger = avs_nau8825_trigger,
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c55 .trigger = trigger_voice,
/linux-master/fs/ext4/
H A Dsuper.c1305 * update_super_work will call start_this_handle may trigger
4301 void (*trigger)(
4310 sbi->s_journal_triggers[type].tr_triggers.t_frozen = trigger;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c342 /* Msgs are already copied, trigger VF's mbox irq */
347 offset = pfvf_mbox->trigger | (devid << pfvf_mbox->tr_shift);

Completed in 316 milliseconds

1234567891011>>