/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace_ctxts.h | 69 __field(u64, hw_free) 81 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free); 94 __entry->hw_free,
|
D | pio.c | 574 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index]; in cr_group_addresses() 1299 *sc->hw_free = 0; in sc_enable() 1660 static inline int fill_code(u64 hw_free) in fill_code() argument 1664 if (hw_free & CR_STATUS_SMASK) in fill_code() 1666 if (hw_free & CR_CREDIT_RETURN_DUE_TO_PBC_SMASK) in fill_code() 1668 if (hw_free & CR_CREDIT_RETURN_DUE_TO_THRESHOLD_SMASK) in fill_code() 1670 if (hw_free & CR_CREDIT_RETURN_DUE_TO_ERR_SMASK) in fill_code() 1672 if (hw_free & CR_CREDIT_RETURN_DUE_TO_FORCE_SMASK) in fill_code() 1686 u64 hw_free; in sc_release_update() local 1699 hw_free = le64_to_cpu(*sc->hw_free); /* volatile read */ in sc_release_update() [all …]
|
/Linux-v4.19/drivers/media/platform/sti/delta/ |
D | delta-mem.h | 12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
|
D | delta-mem.c | 41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free() function
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen_pcm.c | 639 .hw_free = oxygen_hw_free, 650 .hw_free = oxygen_hw_free, 661 .hw_free = oxygen_hw_free, 672 .hw_free = oxygen_spdif_hw_free, 683 .hw_free = oxygen_hw_free, 694 .hw_free = oxygen_hw_free,
|
/Linux-v4.19/sound/soc/ |
D | soc-pcm.c | 902 !component->driver->ops->hw_free) in soc_pcm_components_hw_free() 905 component->driver->ops->hw_free(substream); in soc_pcm_components_hw_free() 1014 if (cpu_dai->driver->ops->hw_free) in soc_pcm_hw_params() 1015 cpu_dai->driver->ops->hw_free(substream, cpu_dai); in soc_pcm_hw_params() 1023 if (codec_dai->driver->ops->hw_free) in soc_pcm_hw_params() 1024 codec_dai->driver->ops->hw_free(substream, codec_dai); in soc_pcm_hw_params() 1028 if (rtd->dai_link->ops->hw_free) in soc_pcm_hw_params() 1029 rtd->dai_link->ops->hw_free(substream); in soc_pcm_hw_params() 1073 if (rtd->dai_link->ops->hw_free) in soc_pcm_hw_free() 1074 rtd->dai_link->ops->hw_free(substream); in soc_pcm_hw_free() [all …]
|
/Linux-v4.19/sound/soc/samsung/ |
D | neo1973_wm8753.c | 119 .hw_free = neo1973_hifi_hw_free, 171 .hw_free = neo1973_voice_hw_free,
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-pcm.c | 264 .hw_free = pcm_capture_hw_free, in snd_tscm_create_pcm_devices() 276 .hw_free = pcm_playback_hw_free, in snd_tscm_create_pcm_devices()
|
/Linux-v4.19/sound/pci/ca0106/ |
D | ca0106_main.c | 1115 .hw_free = snd_ca0106_pcm_hw_free_playback, 1126 .hw_free = snd_ca0106_pcm_hw_free_capture, 1137 .hw_free = snd_ca0106_pcm_hw_free_capture, 1148 .hw_free = snd_ca0106_pcm_hw_free_capture, 1159 .hw_free = snd_ca0106_pcm_hw_free_capture, 1170 .hw_free = snd_ca0106_pcm_hw_free_playback, 1181 .hw_free = snd_ca0106_pcm_hw_free_playback, 1192 .hw_free = snd_ca0106_pcm_hw_free_playback,
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 337 .hw_free = pcm_capture_hw_free, in snd_dg00x_create_pcm_devices() 349 .hw_free = pcm_playback_hw_free, in snd_dg00x_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-pcm.c | 368 .hw_free = pcm_capture_hw_free, in snd_ff_create_pcm_devices() 380 .hw_free = pcm_playback_hw_free, in snd_ff_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 382 .hw_free = pcm_capture_hw_free, in snd_efw_create_pcm_devices() 394 .hw_free = pcm_playback_hw_free, in snd_efw_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-pcm.c | 360 .hw_free = capture_hw_free, in snd_motu_create_pcm_devices() 372 .hw_free = playback_hw_free, in snd_motu_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_pcm.c | 358 .hw_free = pcm_capture_hw_free, in snd_bebob_create_pcm_devices() 370 .hw_free = pcm_playback_hw_free, in snd_bebob_create_pcm_devices()
|
/Linux-v4.19/sound/soc/sh/ |
D | migor.c | 99 .hw_free = migor_hw_free,
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctpcm.c | 382 .hw_free = ct_pcm_hw_free, 395 .hw_free = ct_pcm_hw_free,
|
/Linux-v4.19/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 388 .hw_free = snd_cs5535audio_hw_free, 399 .hw_free = snd_cs5535audio_hw_free,
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 386 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm() 398 .hw_free = pcm_playback_hw_free, in snd_oxfw_create_pcm()
|
/Linux-v4.19/Documentation/sound/soc/ |
D | platform.rst | 20 int (*hw_free)(struct snd_pcm_substream *);
|
/Linux-v4.19/sound/pci/ |
D | intel8x0.c | 1375 .hw_free = snd_intel8x0_hw_free, 1386 .hw_free = snd_intel8x0_hw_free, 1397 .hw_free = snd_intel8x0_hw_free, 1408 .hw_free = snd_intel8x0_hw_free, 1419 .hw_free = snd_intel8x0_hw_free, 1430 .hw_free = snd_intel8x0_hw_free, 1441 .hw_free = snd_intel8x0_hw_free, 1452 .hw_free = snd_intel8x0_hw_free, 1463 .hw_free = snd_intel8x0_hw_free, 1474 .hw_free = snd_intel8x0_hw_free, [all …]
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-pcm.c | 409 .hw_free = capture_hw_free, in snd_dice_create_pcm() 421 .hw_free = playback_hw_free, in snd_dice_create_pcm()
|
/Linux-v4.19/sound/soc/codecs/ |
D | ak5386.c | 139 .hw_free = ak5386_hw_free,
|
/Linux-v4.19/sound/soc/intel/boards/ |
D | bytcht_da7213.c | 158 .hw_free = aif1_hw_free,
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 427 .hw_free = snd_bcm2835_pcm_hw_free, 439 .hw_free = snd_bcm2835_pcm_hw_free,
|
/Linux-v4.19/drivers/media/pci/cobalt/ |
D | cobalt-alsa-pcm.c | 506 .hw_free = snd_cobalt_pcm_hw_free, 518 .hw_free = snd_cobalt_pcm_hw_free,
|