Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dstb0899_drv.c277 u8 buf_0[] = { in _stb0899_read_s2reg() local
293 .buf = buf_0, in _stb0899_read_s2reg()
376 u8 buf_0[] = { in stb0899_write_s2reg() local
396 .buf = buf_0, in stb0899_write_s2reg()
/drivers/crypto/caam/
Dcaamhash.c110 u8 buf_0[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned; member
137 return state->current_buf ? state->buf_1 : state->buf_0; in current_buf()
142 return state->current_buf ? state->buf_0 : state->buf_1; in alt_buf()
1591 buf = state->buf_0; in ahash_export()
1611 memcpy(state->buf_0, export->buf, export->buflen); in ahash_import()
Dcaamalg_qi2.c3001 u8 buf_0[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned; member
3028 return state->current_buf ? state->buf_1 : state->buf_0; in current_buf()
3033 return state->current_buf ? state->buf_0 : state->buf_1; in alt_buf()
4331 buf = state->buf_0; in ahash_export()
4351 memcpy(state->buf_0, export->buf, export->buflen); in ahash_import()