Home
last modified time | relevance | path

Searched refs:hw_free (Results 1 - 25 of 318) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_ctxts.h69 __field(u64, hw_free)
81 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free);
94 __entry->hw_free,
H A Dpio.c566 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index]; in cr_group_addresses()
1310 *sc->hw_free = 0; in sc_enable()
1675 static inline int fill_code(u64 hw_free) in fill_code() argument
1679 if (hw_free & CR_STATUS_SMASK) in fill_code()
1681 if (hw_free & CR_CREDIT_RETURN_DUE_TO_PBC_SMASK) in fill_code()
1683 if (hw_free & CR_CREDIT_RETURN_DUE_TO_THRESHOLD_SMASK) in fill_code()
1685 if (hw_free & CR_CREDIT_RETURN_DUE_TO_ERR_SMASK) in fill_code()
1687 if (hw_free & CR_CREDIT_RETURN_DUE_TO_FORCE_SMASK) in fill_code()
1701 u64 hw_free; in sc_release_update() local
1714 hw_free in sc_release_update()
[all...]
/kernel/linux/linux-6.6/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 in sc_release_update()
[all...]
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/media/platform/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-link.c130 rtd->dai_link->ops->hw_free) in snd_soc_link_hw_free()
131 rtd->dai_link->ops->hw_free(substream); in snd_soc_link_hw_free()
/kernel/linux/linux-5.10/sound/soc/meson/
H A Daxg-frddr.c147 .hw_free = axg_fifo_pcm_hw_free,
271 .hw_free = axg_fifo_pcm_hw_free,
341 .hw_free = axg_fifo_pcm_hw_free,
H A Daxg-toddr.c182 .hw_free = axg_fifo_pcm_hw_free,
242 .hw_free = axg_fifo_pcm_hw_free,
312 .hw_free = axg_fifo_pcm_hw_free,
/kernel/linux/linux-6.6/sound/soc/meson/
H A Daxg-toddr.c182 .hw_free = axg_fifo_pcm_hw_free,
243 .hw_free = axg_fifo_pcm_hw_free,
314 .hw_free = axg_fifo_pcm_hw_free,
H A Daxg-frddr.c161 .hw_free = axg_fifo_pcm_hw_free,
287 .hw_free = axg_fifo_pcm_hw_free,
358 .hw_free = axg_fifo_pcm_hw_free,
/kernel/linux/linux-6.6/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()
163 /* if this is a repeated hw_params without hw_free, skip setting up widgets */ 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()
709 pd->hw_free = sof_pcm_hw_free; in snd_sof_new_platform_drv()
/kernel/linux/linux-5.10/sound/soc/pxa/
H A Dpxa2xx-pcm.c26 .hw_free = pxa2xx_soc_pcm_hw_free,
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Dneo1973_wm8753.c111 .hw_free = neo1973_hifi_hw_free,
163 .hw_free = neo1973_voice_hw_free,
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dsof_sdw_max98373.c94 .hw_free = sdw_hw_free,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()

Completed in 15 milliseconds

12345678910>>...13