Home
last modified time | relevance | path

Searched refs:hw_free (Results 1 – 25 of 127) sorted by relevance

123456

/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ctxts.h28 __field(u64, hw_free)
40 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free);
53 __entry->hw_free,
H A Dpio.h85 volatile __le64 *hw_free; /* HW free counter */ member
/linux/sound/soc/meson/
H A Daxg-toddr.c182 .hw_free = axg_fifo_pcm_hw_free,
245 .hw_free = axg_fifo_pcm_hw_free,
316 .hw_free = axg_fifo_pcm_hw_free,
H A Daxg-frddr.c164 .hw_free = axg_fifo_pcm_hw_free,
292 .hw_free = axg_fifo_pcm_hw_free,
363 .hw_free = axg_fifo_pcm_hw_free,
H A Daiu-encoder-spdif.c206 .hw_free = aiu_encoder_spdif_hw_free,
H A Daiu-encoder-i2s.c329 .hw_free = aiu_encoder_i2s_hw_free,
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mem.h12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
H A Ddelta-mem.c41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free() function
H A Ddelta-ipc.c222 hw_free(pctx, ctx->ipc_buf); in delta_ipc_open()
449 hw_free(pctx, ctx->ipc_buf); in delta_ipc_close()
/linux/sound/soc/sof/
H A Dpcm.c154 if (spcm->prepared[substream->stream] && pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_params()
155 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_params()
169 /* if this is a repeated hw_params without hw_free, skip setting up widgets */ in sof_pcm_hw_params()
225 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free()
226 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
229 "pcm_ops->hw_free failed %d\n", ret); in sof_pcm_free_all_streams()
303 spcm_dbg(spcm, substream->stream, "Entry: hw_free\n"); in sof_pcm_prepare()
843 pd->hw_free = sof_pcm_hw_free;
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_maxim.c101 .hw_free = asoc_sdw_mx8373_hw_free,
/linux/sound/pci/ctxfi/
H A Dctpcm.c371 .hw_free = ct_pcm_hw_free,
382 .hw_free = ct_pcm_hw_free,
/linux/sound/soc/codecs/
H A Dhda-dai.c102 .hw_free = hda_codec_dai_hw_free,
H A Dak5386.c134 .hw_free = ak5386_hw_free,
H A Dsdw-mockup.c104 .hw_free = sdw_mockup_pcm_hw_free,
H A Dssm3515.c364 .hw_free = ssm3515_hw_free,
/linux/sound/soc/qcom/
H A Dsc8280xp.c120 .hw_free = sc8280xp_snd_hw_free,
H A Dx1e80100.c163 .hw_free = x1e80100_snd_hw_free,
H A Dsm8250.c143 .hw_free = sm8250_snd_hw_free,
/linux/sound/soc/intel/avs/
H A Dpcm.c322 .hw_free = avs_dai_nonhda_be_hw_free,
547 .hw_free = avs_dai_hda_be_hw_free,
556 .hw_free = avs_dai_hda_be_hw_free,
565 .hw_free = avs_dai_hda_be_hw_free,
932 .hw_free = avs_dai_fe_hw_free,
1161 dev_err(dai->dev, "hw_free FE on suspend failed: %d\n", ret); in avs_dai_suspend_fe_hw_free()
1170 ret = dai->driver->ops->hw_free(data->substream, dai); in avs_dai_suspend_be_hw_free()
1172 dev_err(dai->dev, "hw_free BE on suspend failed: %d\n", ret); in avs_dai_suspend_be_hw_free()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c1610 .hw_free = snd_cs46xx_playback_hw_free,
1620 .hw_free = snd_cs46xx_playback_hw_free,
1631 .hw_free = snd_cs46xx_playback_hw_free,
1641 .hw_free = snd_cs46xx_playback_hw_free,
1652 .hw_free = snd_cs46xx_playback_hw_free,
1662 .hw_free = snd_cs46xx_playback_hw_free,
1675 .hw_free = snd_cs46xx_playback_hw_free,
1685 .hw_free = snd_cs46xx_playback_hw_free,
1696 .hw_free = snd_cs46xx_capture_hw_free,
1706 .hw_free = snd_cs46xx_capture_hw_free,
/linux/sound/soc/intel/boards/
H A Dbytcht_da7213.c149 .hw_free = aif1_hw_free,
/linux/sound/usb/usx2y/
H A Dus144mkii_capture.c106 .hw_free = tascam_pcm_hw_free,
/linux/drivers/media/usb/go7007/
H A Dsnd-go7007.c179 .hw_free = go7007_snd_hw_free,
/linux/sound/drivers/
H A Dpcmtest.c532 .hw_free = snd_pcmtst_pcm_hw_free,
542 .hw_free = snd_pcmtst_pcm_hw_free,

123456