Home
last modified time | relevance | path

Searched refs:state_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/crypto/
Dchacha_glue.c129 u32 *state, state_buf[16 + 2] __aligned(8); in chacha_simd_stream_xor() local
134 state = PTR_ALIGN(state_buf + 0, CHACHA_STATE_ALIGN); in chacha_simd_stream_xor()
188 u32 *state, state_buf[16 + 2] __aligned(8); in xchacha_simd() local
200 state = PTR_ALIGN(state_buf + 0, CHACHA_STATE_ALIGN); in xchacha_simd()
/Linux-v5.4/drivers/extcon/
Dextcon.c411 char state_buf[120]; in extcon_sync() local
468 snprintf(state_buf, sizeof(state_buf), "STATE=%s", prop_buf); in extcon_sync()
469 envp[env_offset++] = state_buf; in extcon_sync()
/Linux-v5.4/drivers/video/fbdev/
Duvesafb.c390 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore() argument
395 if (!state_buf) in uvesafb_vbe_state_restore()
407 task->buf = state_buf; in uvesafb_vbe_state_restore()