Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 11 of 11) sorted by relevance

/drivers/md/
Ddm-switch.c63 struct switch_ctx *sctx; in alloc_switch_ctx() local
79 struct switch_ctx *sctx = ti->private; in alloc_region_table() local
127 static void switch_get_position(struct switch_ctx *sctx, unsigned long region_nr, in switch_get_position()
141 static unsigned int switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read()
155 static unsigned int switch_get_path_nr(struct switch_ctx *sctx, sector_t offset) in switch_get_path_nr()
175 static void switch_region_table_write(struct switch_ctx *sctx, unsigned long region_nr, in switch_region_table_write()
193 static void initialise_region_table(struct switch_ctx *sctx) in initialise_region_table()
207 struct switch_ctx *sctx = ti->private; in parse_path() local
236 struct switch_ctx *sctx = ti->private; in switch_dtr() local
261 struct switch_ctx *sctx; in switch_ctr() local
[all …]
/drivers/crypto/nx/
Dnx-sha256.c44 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() local
64 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_update() local
183 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_final() local
253 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_export() local
262 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_import() local
Dnx-sha512.c44 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_init() local
64 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_update() local
186 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_final() local
259 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_export() local
268 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_import() local
Dnx-aes-xcbc.c158 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_init() local
169 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_update() local
294 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_final() local
/drivers/crypto/
Dpadlock-sha.c271 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano() local
283 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano() local
354 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano() local
367 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_update_nano() local
441 void *sctx = shash_desc_ctx(desc); in padlock_sha_export_nano() local
451 void *sctx = shash_desc_ctx(desc); in padlock_sha_import_nano() local
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2505 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init()
2513 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait()
2532 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err()
2541 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
Drtw_cmd.c631 struct submit_ctx sctx; in rtw_startbss_cmd() local
Drtw_mlme_ext.c2028 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
/drivers/misc/
Dfastrpc.c298 struct fastrpc_session_ctx *sctx; member
1104 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx, in fastrpc_invoke_send()
/drivers/staging/rtl8723bs/include/
Drtw_cmd.h30 struct submit_ctx *sctx; member
Drtw_xmit.h258 struct submit_ctx *sctx; member