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

/linux-4.1.27/sound/soc/intel/atom/sst/
H A DMakefile
H A Dsst.c150 static int sst_save_dsp_context_v2(struct intel_sst_drv *sst) sst_save_dsp_context_v2() argument
180 int sst_driver_ops(struct intel_sst_drv *sst) sst_driver_ops() argument
H A Dsst_loader.c294 static int sst_cache_and_parse_fw(struct intel_sst_drv *sst, sst_cache_and_parse_fw() argument
351 static int sst_request_fw(struct intel_sst_drv *sst) sst_request_fw() argument
H A Dsst_pvt.c229 int sst_prepare_and_post_msg(struct intel_sst_drv *sst, sst_prepare_and_post_msg() argument
416 void sst_add_to_dispatch_list_and_post(struct intel_sst_drv *sst, sst_add_to_dispatch_list_and_post() argument
/linux-4.1.27/sound/soc/intel/common/
H A DMakefile
H A Dsst-dsp.c76 void sst_memcpy_toio_32(struct sst_dsp *sst, sst_memcpy_toio_32() argument
83 void sst_memcpy_fromio_32(struct sst_dsp *sst, void *dest, sst_memcpy_fromio_32() argument
91 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) sst_dsp_shim_write() argument
101 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read() argument
114 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) sst_dsp_shim_write64() argument
124 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read64() argument
137 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) sst_dsp_shim_write_unlocked() argument
143 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read_unlocked() argument
149 void sst_dsp_shim_write64_unlocked(struct sst_dsp *sst, u32 offset, u64 value) sst_dsp_shim_write64_unlocked() argument
155 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read64_unlocked() argument
161 int sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits_unlocked() argument
181 int sst_dsp_shim_update_bits64_unlocked(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits64_unlocked() argument
199 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits() argument
212 int sst_dsp_shim_update_bits64(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits64() argument
225 void sst_dsp_dump(struct sst_dsp *sst) sst_dsp_dump() argument
232 void sst_dsp_reset(struct sst_dsp *sst) sst_dsp_reset() argument
239 int sst_dsp_boot(struct sst_dsp *sst) sst_dsp_boot() argument
248 int sst_dsp_wake(struct sst_dsp *sst) sst_dsp_wake() argument
257 void sst_dsp_sleep(struct sst_dsp *sst) sst_dsp_sleep() argument
264 void sst_dsp_stall(struct sst_dsp *sst) sst_dsp_stall() argument
289 int sst_dsp_mailbox_init(struct sst_dsp *sst, u32 inbox_offset, size_t inbox_size, sst_dsp_mailbox_init() argument
300 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_outbox_write() argument
313 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_outbox_read() argument
326 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_inbox_write() argument
339 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_inbox_read() argument
355 struct sst_dsp *sst; sst_dsp_new() local
407 void sst_dsp_free(struct sst_dsp *sst) sst_dsp_free() argument
H A Dsst-dsp-priv.h305 static inline void sst_dsp_write(struct sst_dsp *sst, void *src, sst_dsp_write() argument
311 static inline void sst_dsp_read(struct sst_dsp *sst, void *dest, sst_dsp_read() argument
317 static inline void *sst_dsp_get_thread_context(struct sst_dsp *sst) sst_dsp_get_thread_context() argument
H A Dsst-firmware.c45 struct sst_dsp *sst; member in struct:sst_dma
61 struct sst_dsp *sst = (struct sst_dsp *)arg; sst_dma_transfer_complete() local
66 static int sst_dsp_dma_copy(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copy() argument
97 int sst_dsp_dma_copyto(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copyto() argument
106 int sst_dsp_dma_copyfrom(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copyfrom() argument
264 int sst_dma_new(struct sst_dsp *sst) sst_dma_new() argument
/linux-4.1.27/sound/soc/intel/atom/
H A DMakefile
H A Dsst-mfld-platform-pcm.c34 struct sst_device *sst; variable in typeref:struct:sst_device
375 struct sst_data *sst = snd_soc_dai_get_drvdata(dai); get_current_pipe_id() local
/linux-4.1.27/sound/soc/intel/baytrail/
H A DMakefile
H A Dsst-baytrail-dsp.c159 static void sst_byt_dump_shim(struct sst_dsp *sst) sst_byt_dump_shim() argument
181 struct sst_dsp *sst = (struct sst_dsp *) context; sst_byt_irq() local
207 static void sst_byt_boot(struct sst_dsp *sst) sst_byt_boot() argument
232 static void sst_byt_reset(struct sst_dsp *sst) sst_byt_reset() argument
258 static int sst_byt_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) sst_byt_resource_map() argument
293 static int sst_byt_init(struct sst_dsp *sst, struct sst_pdata *pdata) sst_byt_init() argument
345 static void sst_byt_free(struct sst_dsp *sst) sst_byt_free() argument
H A Dsst-baytrail-ipc.c284 struct sst_dsp *sst = byt->dsp; sst_byt_process_notification() local
313 struct sst_dsp *sst = (struct sst_dsp *) context; sst_byt_irq_thread() local
358 struct sst_dsp *sst = byt->dsp; sst_byt_stream_new() local
451 struct sst_dsp *sst = byt->dsp; sst_byt_stream_free() local
559 struct sst_dsp *sst = byt->dsp; sst_byt_get_dsp_position() local
650 struct sst_dsp *sst = ipc->dsp; byt_shim_dbg() local
/linux-4.1.27/sound/soc/intel/haswell/
H A DMakefile
H A Dsst-haswell-dsp.c218 struct sst_dsp *sst = (struct sst_dsp *) context; hsw_irq() local
250 static void hsw_set_dsp_D3(struct sst_dsp *sst) hsw_set_dsp_D3() argument
291 static void hsw_reset(struct sst_dsp *sst) hsw_reset() argument
306 static int hsw_set_dsp_D0(struct sst_dsp *sst) hsw_set_dsp_D0() argument
400 static void hsw_boot(struct sst_dsp *sst) hsw_boot() argument
410 static void hsw_stall(struct sst_dsp *sst) hsw_stall() argument
418 static void hsw_sleep(struct sst_dsp *sst) hsw_sleep() argument
431 static int hsw_wake(struct sst_dsp *sst) hsw_wake() argument
466 static int hsw_acpi_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) hsw_acpi_resource_map() argument
500 struct sst_dsp *sst = block->dsp; hsw_block_get_bit() local
531 struct sst_dsp *sst = block->dsp; sst_mem_block_dummy_read() local
540 struct sst_dsp *sst = block->dsp; hsw_block_enable() local
576 struct sst_dsp *sst = block->dsp; hsw_block_disable() local
615 static int hsw_init(struct sst_dsp *sst, struct sst_pdata *pdata) hsw_init() argument
686 static void hsw_free(struct sst_dsp *sst) hsw_free() argument
H A Dsst-haswell-ipc.c722 struct sst_dsp *sst = hsw->dsp; hsw_process_notification() local
773 struct sst_dsp *sst = (struct sst_dsp *) context; hsw_irq_thread() local
979 struct sst_dsp *sst = hsw->dsp; sst_hsw_stream_new() local
1005 struct sst_dsp *sst = hsw->dsp; sst_hsw_stream_free() local
1501 struct sst_dsp *sst = hsw->dsp; sst_hsw_dx_state_dump() local
1554 struct sst_dsp *sst = hsw->dsp; sst_hsw_dx_state_restore() local
2073 struct sst_dsp *sst = ipc->dsp; hsw_shim_dbg() local
/linux-4.1.27/sound/soc/intel/boards/
H A DMakefile
/linux-4.1.27/crypto/
H A Dsha1_generic.c29 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, sha1_generic_block_fn() argument
H A Dsha256_generic.c218 static void sha256_generic_block_fn(struct sha256_state *sst, u8 const *src, sha256_generic_block_fn() argument
H A Dsha512_generic.c134 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, sha512_generic_block_fn() argument
/linux-4.1.27/arch/arm64/crypto/
H A Dsha1-ce-glue.c28 struct sha1_state sst; member in struct:sha1_ce_state
H A Dsha2-ce-glue.c28 struct sha256_state sst; member in struct:sha256_ce_state
/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi.h107 struct omap_ssm_ctx sst; member in struct:omap_ssi_port
H A Domap_ssi_port.c445 void __iomem *sst = omap_port->sst_base; ssi_setup() local
510 void __iomem *sst = omap_port->sst_base; ssi_flush() local
/linux-4.1.27/arch/powerpc/kernel/
H A Dtime.c249 u64 sst, ust; accumulate_stolen_time() local

Completed in 327 milliseconds