/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp.c | 77 void sst_memcpy_toio_32(struct sst_dsp *sst, in sst_memcpy_toio_32() 84 void sst_memcpy_fromio_32(struct sst_dsp *sst, void *dest, in sst_memcpy_fromio_32() 92 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() 102 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read() 115 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64() 125 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64() 138 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() 144 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() 150 void sst_dsp_shim_write64_unlocked(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64_unlocked() 156 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64_unlocked() [all …]
|
D | sst-firmware.c | 45 struct sst_dsp *sst; member 75 struct sst_dsp *sst = (struct sst_dsp *)arg; in sst_dma_transfer_complete() local 80 static int sst_dsp_dma_copy(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copy() 111 int sst_dsp_dma_copyto(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copyto() 120 int sst_dsp_dma_copyfrom(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copyfrom() 273 static int sst_dma_new(struct sst_dsp *sst) in sst_dma_new() 1215 struct sst_dsp *sst; in sst_dsp_new() local 1267 void sst_dsp_free(struct sst_dsp *sst) in sst_dsp_free()
|
D | sst-dsp-priv.h | 328 static inline void sst_dsp_write(struct sst_dsp *sst, void *src, in sst_dsp_write() 334 static inline void sst_dsp_read(struct sst_dsp *sst, void *dest, in sst_dsp_read() 340 static inline void *sst_dsp_get_thread_context(struct sst_dsp *sst) in sst_dsp_get_thread_context()
|
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 223 struct sst_dsp *sst = (struct sst_dsp *) context; in hsw_irq() local 255 static void hsw_set_dsp_D3(struct sst_dsp *sst) in hsw_set_dsp_D3() 296 static void hsw_reset(struct sst_dsp *sst) in hsw_reset() 311 static int hsw_set_dsp_D0(struct sst_dsp *sst) in hsw_set_dsp_D0() 405 static void hsw_boot(struct sst_dsp *sst) in hsw_boot() 415 static void hsw_stall(struct sst_dsp *sst) in hsw_stall() 423 static void hsw_sleep(struct sst_dsp *sst) in hsw_sleep() 436 static int hsw_wake(struct sst_dsp *sst) in hsw_wake() 471 static int hsw_acpi_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) in hsw_acpi_resource_map() 505 struct sst_dsp *sst = block->dsp; in hsw_block_get_bit() local [all …]
|
D | sst-haswell-ipc.c | 725 struct sst_dsp *sst = hsw->dsp; in hsw_process_notification() local 776 struct sst_dsp *sst = (struct sst_dsp *) context; in hsw_irq_thread() local 977 struct sst_dsp *sst = hsw->dsp; in sst_hsw_stream_new() local 1003 struct sst_dsp *sst = hsw->dsp; in sst_hsw_stream_free() local 1499 struct sst_dsp *sst = hsw->dsp; in sst_hsw_dx_state_dump() local 1552 struct sst_dsp *sst = hsw->dsp; in sst_hsw_dx_state_restore() local 2065 struct sst_dsp *sst = ipc->dsp; in hsw_shim_dbg() local
|
/Linux-v4.19/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 159 static void sst_byt_dump_shim(struct sst_dsp *sst) in sst_byt_dump_shim() 181 struct sst_dsp *sst = (struct sst_dsp *) context; in sst_byt_irq() local 207 static void sst_byt_boot(struct sst_dsp *sst) in sst_byt_boot() 232 static void sst_byt_reset(struct sst_dsp *sst) in sst_byt_reset() 258 static int sst_byt_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) in sst_byt_resource_map() 293 static int sst_byt_init(struct sst_dsp *sst, struct sst_pdata *pdata) in sst_byt_init() 345 static void sst_byt_free(struct sst_dsp *sst) in sst_byt_free()
|
D | sst-baytrail-ipc.c | 277 struct sst_dsp *sst = byt->dsp; in sst_byt_process_notification() local 306 struct sst_dsp *sst = (struct sst_dsp *) context; in sst_byt_irq_thread() local 351 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_new() local 444 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_free() local 552 struct sst_dsp *sst = byt->dsp; in sst_byt_get_dsp_position() local 643 struct sst_dsp *sst = ipc->dsp; in byt_shim_dbg() local
|
/Linux-v4.19/crypto/ |
D | sm3_generic.c | 135 static void sm3_transform(struct sm3_state *sst, u8 const *src) in sm3_transform() 147 static void sm3_generic_block_fn(struct sm3_state *sst, u8 const *src, in sm3_generic_block_fn()
|
D | sha1_generic.c | 36 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn()
|
D | sha256_generic.c | 234 static void sha256_generic_block_fn(struct sha256_state *sst, u8 const *src, in sha256_generic_block_fn()
|
D | sha512_generic.c | 156 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
|
/Linux-v4.19/sound/soc/intel/atom/sst/ |
D | sst.c | 151 static int sst_save_dsp_context_v2(struct intel_sst_drv *sst) in sst_save_dsp_context_v2() 181 int sst_driver_ops(struct intel_sst_drv *sst) in sst_driver_ops()
|
D | sst_loader.c | 294 static int sst_cache_and_parse_fw(struct intel_sst_drv *sst, in sst_cache_and_parse_fw() 351 static int sst_request_fw(struct intel_sst_drv *sst) in sst_request_fw()
|
D | sst_pvt.c | 229 int sst_prepare_and_post_msg(struct intel_sst_drv *sst, in sst_prepare_and_post_msg() 406 void sst_add_to_dispatch_list_and_post(struct intel_sst_drv *sst, in sst_add_to_dispatch_list_and_post()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | cnl-sst.c | 429 struct sst_dsp *sst; in cnl_sst_dsp_init() local 468 struct sst_dsp *sst = ctx->dsp; in cnl_sst_init_fw() local
|
D | skl-sst-dsp.c | 417 struct sst_dsp *sst; in skl_dsp_ctx_init() local 441 int skl_dsp_acquire_irq(struct sst_dsp *sst) in skl_dsp_acquire_irq()
|
D | bxt-sst.c | 562 struct sst_dsp *sst; in bxt_sst_dsp_init() local 605 struct sst_dsp *sst = ctx->dsp; in bxt_sst_init_fw() local
|
D | skl-sst.c | 534 struct sst_dsp *sst; in skl_sst_dsp_init() local 570 struct sst_dsp *sst = ctx->dsp; in skl_sst_init_fw() local
|
D | skl-debug.c | 183 struct sst_dsp *sst = d->skl->skl_sst->dsp; in fw_softreg_read() local
|
/Linux-v4.19/arch/arm64/kernel/ |
D | fpsimd.c | 372 void *sst = task->thread.sve_state; in fpsimd_to_sve() local 398 void const *sst = task->thread.sve_state; in sve_to_fpsimd() local 494 void *sst = task->thread.sve_state; in sve_sync_from_fpsimd_zeropad() local
|
/Linux-v4.19/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 26 struct sha1_state sst; member
|
D | sha2-ce-glue.c | 26 struct sha256_state sst; member
|
/Linux-v4.19/drivers/hsi/controllers/ |
D | omap_ssi.h | 112 struct omap_ssm_ctx sst; member
|
D | omap_ssi_port.c | 483 void __iomem *sst = omap_port->sst_base; in ssi_setup() local 549 void __iomem *sst = omap_port->sst_base; in ssi_flush() local
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 34 struct sst_device *sst; variable
|