Searched defs:sctx (Results 1 – 15 of 15) sorted by relevance
/drivers/md/ |
D | dm-switch.c | 62 struct switch_ctx *sctx; in alloc_switch_ctx() local 78 struct switch_ctx *sctx = ti->private; in alloc_region_table() local 126 static void switch_get_position(struct switch_ctx *sctx, unsigned long region_nr, in switch_get_position() 140 static unsigned switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read() 154 static unsigned switch_get_path_nr(struct switch_ctx *sctx, sector_t offset) in switch_get_path_nr() 174 static void switch_region_table_write(struct switch_ctx *sctx, unsigned long region_nr, in switch_region_table_write() 192 static void initialise_region_table(struct switch_ctx *sctx) in initialise_region_table() 206 struct switch_ctx *sctx = ti->private; in parse_path() local 235 struct switch_ctx *sctx = ti->private; in switch_dtr() local 260 struct switch_ctx *sctx; in switch_ctr() local [all …]
|
/drivers/crypto/nx/ |
D | nx-sha256.c | 44 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
|
D | nx-sha512.c | 44 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
|
D | nx-aes-xcbc.c | 158 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/ |
D | padlock-sha.c | 271 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/r8188eu/core/ |
D | rtw_xmit.c | 2160 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init() 2168 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait() 2204 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() 2215 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
|
D | rtw_io.c | 259 struct submit_ctx sctx; in _rtw_write_port_and_wait() local
|
D | rtw_mlme_ext.c | 4339 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 2497 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init() 2505 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait() 2524 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() 2533 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
|
D | rtw_cmd.c | 667 struct submit_ctx sctx; in rtw_startbss_cmd() local
|
D | rtw_mlme_ext.c | 2045 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
|
/drivers/misc/ |
D | fastrpc.c | 226 struct fastrpc_session_ctx *sctx; member 921 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx, in fastrpc_invoke_send()
|
/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 200 struct submit_ctx *sctx; member
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 30 struct submit_ctx *sctx; member
|
D | rtw_xmit.h | 258 struct submit_ctx *sctx; member
|