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

/linux-4.4.14/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.4.14/sound/soc/intel/common/
H A DMakefile
H A Dsst-dsp.c77 void sst_memcpy_toio_32(struct sst_dsp *sst, sst_memcpy_toio_32() argument
84 void sst_memcpy_fromio_32(struct sst_dsp *sst, void *dest, sst_memcpy_fromio_32() argument
92 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) sst_dsp_shim_write() argument
102 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read() argument
115 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) sst_dsp_shim_write64() argument
125 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read64() argument
138 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) sst_dsp_shim_write_unlocked() argument
144 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read_unlocked() argument
150 void sst_dsp_shim_write64_unlocked(struct sst_dsp *sst, u32 offset, u64 value) sst_dsp_shim_write64_unlocked() argument
156 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read64_unlocked() argument
162 int sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits_unlocked() argument
182 int sst_dsp_shim_update_bits64_unlocked(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits64_unlocked() argument
201 void sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits_forced_unlocked() argument
216 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits() argument
229 int sst_dsp_shim_update_bits64(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits64() argument
243 void sst_dsp_shim_update_bits_forced(struct sst_dsp *sst, u32 offset, sst_dsp_shim_update_bits_forced() argument
296 void sst_dsp_dump(struct sst_dsp *sst) sst_dsp_dump() argument
303 void sst_dsp_reset(struct sst_dsp *sst) sst_dsp_reset() argument
310 int sst_dsp_boot(struct sst_dsp *sst) sst_dsp_boot() argument
319 int sst_dsp_wake(struct sst_dsp *sst) sst_dsp_wake() argument
328 void sst_dsp_sleep(struct sst_dsp *sst) sst_dsp_sleep() argument
335 void sst_dsp_stall(struct sst_dsp *sst) sst_dsp_stall() argument
360 int sst_dsp_mailbox_init(struct sst_dsp *sst, u32 inbox_offset, size_t inbox_size, sst_dsp_mailbox_init() argument
371 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_outbox_write() argument
384 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_outbox_read() argument
397 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_inbox_write() argument
410 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes) sst_dsp_inbox_read() argument
427 struct sst_dsp *sst; sst_dsp_new() local
479 void sst_dsp_free(struct sst_dsp *sst) sst_dsp_free() argument
H A Dsst-firmware.c44 struct sst_dsp *sst; member in struct:sst_dma
60 struct sst_dsp *sst = (struct sst_dsp *)arg; sst_dma_transfer_complete() local
65 static int sst_dsp_dma_copy(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copy() argument
96 int sst_dsp_dma_copyto(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copyto() argument
105 int sst_dsp_dma_copyfrom(struct sst_dsp *sst, dma_addr_t dest_addr, sst_dsp_dma_copyfrom() argument
258 int sst_dma_new(struct sst_dsp *sst) sst_dma_new() argument
H A Dsst-dsp-priv.h321 static inline void sst_dsp_write(struct sst_dsp *sst, void *src, sst_dsp_write() argument
327 static inline void sst_dsp_read(struct sst_dsp *sst, void *dest, sst_dsp_read() argument
333 static inline void *sst_dsp_get_thread_context(struct sst_dsp *sst) sst_dsp_get_thread_context() argument
/linux-4.4.14/sound/soc/intel/atom/
H A DMakefile
H A Dsst-mfld-platform-pcm.c34 struct sst_device *sst; variable in typeref:struct:sst_device
/linux-4.4.14/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.4.14/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.c726 struct sst_dsp *sst = hsw->dsp; hsw_process_notification() local
777 struct sst_dsp *sst = (struct sst_dsp *) context; hsw_irq_thread() local
983 struct sst_dsp *sst = hsw->dsp; sst_hsw_stream_new() local
1009 struct sst_dsp *sst = hsw->dsp; sst_hsw_stream_free() local
1505 struct sst_dsp *sst = hsw->dsp; sst_hsw_dx_state_dump() local
1558 struct sst_dsp *sst = hsw->dsp; sst_hsw_dx_state_restore() local
2077 struct sst_dsp *sst = ipc->dsp; hsw_shim_dbg() local
/linux-4.4.14/sound/soc/intel/boards/
H A DMakefile
/linux-4.4.14/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.4.14/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.4.14/sound/soc/intel/skylake/
H A Dskl-sst-dsp.c301 struct sst_dsp *sst; skl_dsp_ctx_init() local
H A Dskl-sst.c229 struct sst_dsp *sst; skl_sst_dsp_init() local
/linux-4.4.14/drivers/hsi/controllers/
H A Domap_ssi.h108 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.4.14/arch/powerpc/kernel/
H A Dtime.c250 u64 sst, ust; accumulate_stolen_time() local

Completed in 407 milliseconds