Searched refs:work_space (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm2-space.c166 struct tpm_space *space = &chip->work_space;
178 struct tpm_space *space = &chip->work_space;
241 struct tpm_space *space = &chip->work_space;
313 memcpy(&chip->work_space.context_tbl, &space->context_tbl,
315 memcpy(&chip->work_space.session_tbl, &space->session_tbl,
317 memcpy(chip->work_space.context_buf, space->context_buf,
319 memcpy(chip->work_space.session_buf, space->session_buf,
340 struct tpm_space *space = &chip->work_space;
377 struct tpm_space *space = &chip->work_space;
437 struct tpm_space *space = &chip->work_space;
[all...]
H A Dtpm-chip.c275 kfree(chip->work_space.context_buf);
276 kfree(chip->work_space.session_buf);
364 rc = tpm2_init_space(&chip->work_space, TPM2_SPACE_BUFFER_SIZE);
/linux-master/include/linux/
H A Dtpm.h166 struct tpm_space work_space; member in struct:tpm_chip

Completed in 140 milliseconds