Home
last modified time | relevance | path

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

12345678

/openbmc/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.c524 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index]; in cr_group_addresses()
1268 *sc->hw_free = 0; in sc_enable()
1633 static inline int fill_code(u64 hw_free) in fill_code() argument
1637 if (hw_free & CR_STATUS_SMASK) in fill_code()
1639 if (hw_free & CR_CREDIT_RETURN_DUE_TO_PBC_SMASK) in fill_code()
1641 if (hw_free & CR_CREDIT_RETURN_DUE_TO_THRESHOLD_SMASK) in fill_code()
1643 if (hw_free & CR_CREDIT_RETURN_DUE_TO_ERR_SMASK) in fill_code()
1645 if (hw_free & CR_CREDIT_RETURN_DUE_TO_FORCE_SMASK) in fill_code()
1659 u64 hw_free; in sc_release_update() local
1672 hw_free = le64_to_cpu(*sc->hw_free); /* volatile read */ in sc_release_update()
[all …]
/openbmc/linux/sound/soc/meson/
H A Daxg-toddr.c180 .hw_free = axg_fifo_pcm_hw_free,
241 .hw_free = axg_fifo_pcm_hw_free,
312 .hw_free = axg_fifo_pcm_hw_free,
H A Daxg-frddr.c162 .hw_free = axg_fifo_pcm_hw_free,
288 .hw_free = axg_fifo_pcm_hw_free,
359 .hw_free = axg_fifo_pcm_hw_free,
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_pcm.c620 .hw_free = oxygen_hw_free,
630 .hw_free = oxygen_hw_free,
640 .hw_free = oxygen_hw_free,
650 .hw_free = oxygen_spdif_hw_free,
660 .hw_free = oxygen_hw_free,
670 .hw_free = oxygen_hw_free,
/openbmc/linux/sound/soc/uniphier/
H A Daio-cpu.c452 .hw_free = uniphier_aio_hw_free,
465 .hw_free = uniphier_aio_hw_free,
478 .hw_free = uniphier_aio_hw_free,
493 .hw_free = uniphier_aio_hw_free,
506 .hw_free = uniphier_aio_hw_free,
519 .hw_free = uniphier_aio_hw_free,
/openbmc/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
/openbmc/linux/sound/soc/sof/
H A Dpcm.c146 if (pcm_ops && pcm_ops->hw_free && spcm->prepared[substream->stream]) { in sof_pcm_hw_params()
147 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_params()
220 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_free()
221 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_free()
710 pd->hw_free = sof_pcm_hw_free; in snd_sof_new_platform_drv()
/openbmc/linux/sound/soc/
H A Dsoc-link.c137 rtd->dai_link->ops->hw_free) in snd_soc_link_hw_free()
138 rtd->dai_link->ops->hw_free(substream); in snd_soc_link_hw_free()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-pcm.c258 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices()
268 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-pcm.c329 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices()
339 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices()
/openbmc/linux/sound/pci/
H A Dintel8x0.c1302 .hw_free = snd_intel8x0_hw_free,
1312 .hw_free = snd_intel8x0_hw_free,
1322 .hw_free = snd_intel8x0_hw_free,
1332 .hw_free = snd_intel8x0_hw_free,
1342 .hw_free = snd_intel8x0_hw_free,
1352 .hw_free = snd_intel8x0_hw_free,
1362 .hw_free = snd_intel8x0_hw_free,
1372 .hw_free = snd_intel8x0_hw_free,
1382 .hw_free = snd_intel8x0_hw_free,
1392 .hw_free = snd_intel8x0_hw_free,
[all …]
/openbmc/qemu/audio/
H A Daudio.c716 size_t live, dead, hw_free, sw_max, fe_max; in audio_pcm_sw_write() local
733 hw_free = audio_pcm_hw_get_free(hw); in audio_pcm_sw_write()
734 hw_free = hw_free > live ? hw_free - live : 0; in audio_pcm_sw_write()
735 frames_out_max = MIN(dead, hw_free); in audio_pcm_sw_write()
1144 size_t hw_free = audio_pcm_hw_get_free(hw); in audio_run_out() local
1161 hw_free * sw->info.bytes_per_frame); in audio_run_out()
1176 if (hw_free > sw->total_hw_samples_mixed) { in audio_run_out()
1178 MIN(sw_free, hw_free - sw->total_hw_samples_mixed)); in audio_run_out()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_pcm.c376 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices()
386 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-pcm.c340 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices()
350 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices()
/openbmc/linux/sound/firewire/fireface/
H A Dff-pcm.c369 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices()
379 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices()
/openbmc/linux/sound/pci/ctxfi/
H A Dctpcm.c371 .hw_free = ct_pcm_hw_free,
382 .hw_free = ct_pcm_hw_free,
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_pcm.c346 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices()
356 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices()
/openbmc/linux/sound/soc/codecs/
H A Dhda-dai.c99 .hw_free = hda_codec_dai_hw_free,
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-dai.c327 .hw_free = hda_dai_hw_free,
419 .hw_free = hda_dai_hw_free,
426 .hw_free = hda_dai_hw_free,
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw_maxim.c127 .hw_free = mx8373_sdw_hw_free,
/openbmc/linux/sound/soc/sh/
H A Dmigor.c99 .hw_free = migor_hw_free,
/openbmc/linux/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c370 .hw_free = snd_cs5535audio_hw_free,
380 .hw_free = snd_cs5535audio_hw_free,
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-pcm.c415 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm()
425 .hw_free = pcm_playback_hw_free, in snd_oxfw_create_pcm()

12345678