Home
last modified time | relevance | path

Searched defs:sst (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/sound/soc/intel/common/
Dsst-dsp.c77 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 …]
Dsst-firmware.c45 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()
Dsst-dsp-priv.h328 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/
Dsst-haswell-dsp.c223 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 …]
Dsst-haswell-ipc.c725 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/
Dsst-baytrail-dsp.c159 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()
Dsst-baytrail-ipc.c277 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/
Dsm3_generic.c135 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()
Dsha1_generic.c36 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn()
Dsha256_generic.c234 static void sha256_generic_block_fn(struct sha256_state *sst, u8 const *src, in sha256_generic_block_fn()
Dsha512_generic.c156 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/
Dsst.c151 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()
Dsst_loader.c294 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()
Dsst_pvt.c229 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/
Dcnl-sst.c429 struct sst_dsp *sst; in cnl_sst_dsp_init() local
468 struct sst_dsp *sst = ctx->dsp; in cnl_sst_init_fw() local
Dskl-sst-dsp.c417 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()
Dbxt-sst.c562 struct sst_dsp *sst; in bxt_sst_dsp_init() local
605 struct sst_dsp *sst = ctx->dsp; in bxt_sst_init_fw() local
Dskl-sst.c534 struct sst_dsp *sst; in skl_sst_dsp_init() local
570 struct sst_dsp *sst = ctx->dsp; in skl_sst_init_fw() local
Dskl-debug.c183 struct sst_dsp *sst = d->skl->skl_sst->dsp; in fw_softreg_read() local
/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c372 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/
Dsha1-ce-glue.c26 struct sha1_state sst; member
Dsha2-ce-glue.c26 struct sha256_state sst; member
/Linux-v4.19/drivers/hsi/controllers/
Domap_ssi.h112 struct omap_ssm_ctx sst; member
Domap_ssi_port.c483 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/
Dsst-mfld-platform-pcm.c34 struct sst_device *sst; variable

12