| /OK3568_Linux_fs/kernel/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 = le64_to_cpu(*sc->hw_free); /* volatile read */ in sc_release_update() [all …]
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| 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,
|
| 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 | aiu-fifo-spdif.c | 161 .hw_free = aiu_fifo_hw_free,
|
| H A D | aiu-fifo-i2s.c | 146 .hw_free = aiu_fifo_hw_free,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | pxa2xx-pcm.c | 26 .hw_free = pxa2xx_soc_pcm_hw_free,
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | neo1973_wm8753.c | 111 .hw_free = neo1973_hifi_hw_free, 163 .hw_free = neo1973_voice_hw_free,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | intel8x0.c | 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, 1402 .hw_free = snd_intel8x0_hw_free, 1412 .hw_free = snd_intel8x0_hw_free, [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/boards/ |
| H A D | sof_sdw_max98373.c | 94 .hw_free = sdw_hw_free,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | ff-pcm.c | 369 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices() 379 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | motu-pcm.c | 340 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices() 350 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 371 .hw_free = ct_pcm_hw_free, 382 .hw_free = ct_pcm_hw_free,
|
| /OK3568_Linux_fs/kernel/sound/pci/cs5535audio/ |
| H A D | cs5535audio_pcm.c | 370 .hw_free = snd_cs5535audio_hw_free, 380 .hw_free = snd_cs5535audio_hw_free,
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/ |
| H A D | migor.c | 99 .hw_free = migor_hw_free,
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-pcm.c | 409 .hw_free = pcm_hw_free, in snd_dice_create_pcm() 419 .hw_free = pcm_hw_free, in snd_dice_create_pcm()
|
| /OK3568_Linux_fs/kernel/sound/firewire/oxfw/ |
| H A D | oxfw-pcm.c | 415 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm() 425 .hw_free = pcm_playback_hw_free, in snd_oxfw_create_pcm()
|