Searched refs:ostate (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | operation.c | 117 const struct fscache_state *ostate) in fscache_report_unexpected_submission() argument 129 kdebug("objstate=%s [%s]", object->state->name, ostate->name); in fscache_report_unexpected_submission() 157 const struct fscache_state *ostate; in fscache_submit_exclusive_op() local 173 ostate = object->state; in fscache_submit_exclusive_op() 222 fscache_report_unexpected_submission(object, op, ostate); in fscache_submit_exclusive_op() 243 const struct fscache_state *ostate; in fscache_submit_op() local 260 ostate = object->state; in fscache_submit_op() 304 fscache_report_unexpected_submission(object, op, ostate); in fscache_submit_op()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1185 void *istate, void *ostate) in mv_cesa_ahmac_setkey() argument 1224 ret = mv_cesa_ahmac_iv_state_init(req, opad, ostate, blocksize); in mv_cesa_ahmac_setkey() 1264 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() local 1267 ret = mv_cesa_ahmac_setkey("mv-md5", key, keylen, &istate, &ostate); in mv_cesa_ahmac_md5_setkey() 1274 for (i = 0; i < ARRAY_SIZE(ostate.hash); i++) in mv_cesa_ahmac_md5_setkey() 1275 ctx->iv[i + 8] = cpu_to_be32(ostate.hash[i]); in mv_cesa_ahmac_md5_setkey() 1335 struct sha1_state istate, ostate; in mv_cesa_ahmac_sha1_setkey() local 1338 ret = mv_cesa_ahmac_setkey("mv-sha1", key, keylen, &istate, &ostate); in mv_cesa_ahmac_sha1_setkey() 1345 for (i = 0; i < ARRAY_SIZE(ostate.state); i++) in mv_cesa_ahmac_sha1_setkey() 1346 ctx->iv[i + 8] = cpu_to_be32(ostate.state[i]); in mv_cesa_ahmac_sha1_setkey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_crtc.c | 125 struct drm_atomic_state *ostate = old_state->state; in tidss_crtc_position_planes() local 140 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_generic.c | 2845 void *state, *ostate; in ppp_set_compress() local 2870 ostate = ppp->xc_state; in ppp_set_compress() 2874 if (ostate) { in ppp_set_compress() 2875 ocomp->comp_free(ostate); in ppp_set_compress() 2888 ostate = ppp->rc_state; in ppp_set_compress() 2892 if (ostate) { in ppp_set_compress() 2893 ocomp->decomp_free(ostate); in ppp_set_compress()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1143 void *istate, void *ostate) in __safexcel_hmac_setkey() argument 1180 ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate); in __safexcel_hmac_setkey() 1197 struct safexcel_ahash_export_state istate, ostate; in safexcel_hmac_setkey() local 1200 ret = __safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_setkey() 1206 memcmp(&base->opad, ostate.state, state_sz))) in safexcel_hmac_setkey() 1210 memcpy(&base->opad, &ostate.state, state_sz); in safexcel_hmac_setkey()
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_oss.c | 2847 snd_pcm_state_t ostate; in snd_pcm_oss_poll() local 2850 if ((ostate = runtime->status->state) != SNDRV_PCM_STATE_RUNNING || in snd_pcm_oss_poll() 2854 if (ostate != SNDRV_PCM_STATE_RUNNING && runtime->oss.trigger) { in snd_pcm_oss_poll()
|