Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c69 u32 *state, state_buf[16 + (CHACHA20_STATE_ALIGN / sizeof(u32)) - 1]; in chacha20_simd() local
76 state = (u32 *)roundup((uintptr_t)state_buf, CHACHA20_STATE_ALIGN); in chacha20_simd()
/linux-4.4.14/drivers/extcon/
Dextcon.c261 char state_buf[120]; in extcon_update_state() local
310 snprintf(state_buf, sizeof(state_buf), in extcon_update_state()
312 envp[env_offset++] = state_buf; in extcon_update_state()
/linux-4.4.14/drivers/video/fbdev/
Duvesafb.c389 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore() argument
394 if (!state_buf) in uvesafb_vbe_state_restore()
406 task->buf = state_buf; in uvesafb_vbe_state_restore()