/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_ctxts.h | 69 __field(u64, hw_free) 81 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free); 94 __entry->hw_free,
|
H A D | pio.c | 566 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 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 | 524 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 D | oxygen_pcm.c | 620 .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 D | oxygen_pcm.c | 620 .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 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,
|
/kernel/linux/linux-5.10/drivers/media/platform/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-link.c | 130 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 D | axg-frddr.c | 147 .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 D | axg-toddr.c | 182 .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 D | axg-toddr.c | 182 .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 D | axg-frddr.c | 161 .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 D | pcm.c | 146 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 D | pxa2xx-pcm.c | 26 .hw_free = pxa2xx_soc_pcm_hw_free,
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | neo1973_wm8753.c | 111 .hw_free = neo1973_hifi_hw_free, 163 .hw_free = neo1973_voice_hw_free,
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam-pcm.c | 258 .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 D | soc-link.c | 137 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 D | sof_sdw_max98373.c | 94 .hw_free = sdw_hw_free,
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | digi00x-pcm.c | 329 .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 D | fireworks_pcm.c | 376 .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 D | bebob_pcm.c | 346 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices() 356 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices()
|