| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace_ctxts.h | 28 __field(u64, hw_free) 40 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free); 53 __entry->hw_free,
|
| H A D | pio.c | 523 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index]; in cr_group_addresses() 1267 *sc->hw_free = 0; in sc_enable() 1622 static inline int fill_code(u64 hw_free) in fill_code() argument 1626 if (hw_free & CR_STATUS_SMASK) in fill_code() 1628 if (hw_free & CR_CREDIT_RETURN_DUE_TO_PBC_SMASK) in fill_code() 1630 if (hw_free & CR_CREDIT_RETURN_DUE_TO_THRESHOLD_SMASK) in fill_code() 1632 if (hw_free & CR_CREDIT_RETURN_DUE_TO_ERR_SMASK) in fill_code() 1634 if (hw_free & CR_CREDIT_RETURN_DUE_TO_FORCE_SMASK) in fill_code() 1648 u64 hw_free; in sc_release_update() local 1661 hw_free = le64_to_cpu(*sc->hw_free); /* volatile read */ in sc_release_update() [all …]
|
| /linux/sound/soc/meson/ |
| H A D | axg-toddr.c | 182 .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 D | axg-frddr.c | 164 .hw_free = axg_fifo_pcm_hw_free, 292 .hw_free = axg_fifo_pcm_hw_free, 363 .hw_free = axg_fifo_pcm_hw_free,
|
| /linux/sound/pci/oxygen/ |
| H A D | oxygen_pcm.c | 609 .hw_free = oxygen_hw_free, 619 .hw_free = oxygen_hw_free, 629 .hw_free = oxygen_hw_free, 639 .hw_free = oxygen_spdif_hw_free, 649 .hw_free = oxygen_hw_free, 659 .hw_free = oxygen_hw_free,
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-cpu.c | 452 .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,
|
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 154 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/drivers/media/platform/st/sti/delta/ |
| H A D | delta-mem.h | 12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
|
| H A D | delta-mem.c | 41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free() function
|
| /linux/sound/soc/ |
| H A D | soc-link.c | 123 rtd->dai_link->ops->hw_free) in snd_soc_link_hw_free() 124 rtd->dai_link->ops->hw_free(substream); in snd_soc_link_hw_free()
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam-pcm.c | 243 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices() 253 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices()
|
| /linux/sound/pci/ |
| H A D | intel8x0.c | 1295 .hw_free = snd_intel8x0_hw_free, 1305 .hw_free = snd_intel8x0_hw_free, 1315 .hw_free = snd_intel8x0_hw_free, 1325 .hw_free = snd_intel8x0_hw_free, 1335 .hw_free = snd_intel8x0_hw_free, 1345 .hw_free = snd_intel8x0_hw_free, 1355 .hw_free = snd_intel8x0_hw_free, 1365 .hw_free = snd_intel8x0_hw_free, 1375 .hw_free = snd_intel8x0_hw_free, 1385 .hw_free = snd_intel8x0_hw_free, [all …]
|
| /linux/sound/firewire/digi00x/ |
| H A D | digi00x-pcm.c | 314 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices() 324 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices()
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks_pcm.c | 365 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices() 375 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices()
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_maxim.c | 101 .hw_free = asoc_sdw_mx8373_hw_free,
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_pcm.c | 336 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices() 346 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices()
|
| /linux/sound/virtio/ |
| H A D | virtio_pcm_ops.c | 506 .hw_free = virtsnd_pcm_hw_free, 518 .hw_free = virtsnd_pcm_hw_free,
|
| /linux/sound/firewire/fireface/ |
| H A D | ff-pcm.c | 355 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices() 365 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-pcm.c | 334 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices() 344 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 371 .hw_free = ct_pcm_hw_free, 382 .hw_free = ct_pcm_hw_free,
|
| /linux/sound/soc/codecs/ |
| H A D | hda-dai.c | 102 .hw_free = hda_codec_dai_hw_free,
|
| /linux/sound/pci/cs5535audio/ |
| H A D | cs5535audio_pcm.c | 366 .hw_free = snd_cs5535audio_hw_free, 376 .hw_free = snd_cs5535audio_hw_free,
|
| /linux/sound/soc/renesas/ |
| H A D | migor.c | 99 .hw_free = migor_hw_free,
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-pcm.c | 399 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm() 409 .hw_free = pcm_playback_hw_free, in snd_oxfw_create_pcm()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-pcm.c | 398 .hw_free = pcm_hw_free, in snd_dice_create_pcm() 408 .hw_free = pcm_hw_free, in snd_dice_create_pcm()
|