Home
last modified time | relevance | path

Searched refs:tbc (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c369 TPMBackendClass *tbc = TPM_BACKEND_CLASS(klass); in tpm_passthrough_class_init() local
371 tbc->type = TPM_TYPE_PASSTHROUGH; in tpm_passthrough_class_init()
372 tbc->opts = tpm_passthrough_cmdline_opts; in tpm_passthrough_class_init()
373 tbc->desc = "Passthrough TPM backend driver"; in tpm_passthrough_class_init()
374 tbc->create = tpm_passthrough_create; in tpm_passthrough_class_init()
375 tbc->startup_tpm = tpm_passthrough_startup_tpm; in tpm_passthrough_class_init()
376 tbc->reset = tpm_passthrough_reset; in tpm_passthrough_class_init()
377 tbc->cancel_cmd = tpm_passthrough_cancel_cmd; in tpm_passthrough_class_init()
378 tbc->get_tpm_established_flag = tpm_passthrough_get_tpm_established_flag; in tpm_passthrough_class_init()
379 tbc->reset_tpm_established_flag = in tpm_passthrough_class_init()
[all …]
H A Dtpm_emulator.c1061 TPMBackendClass *tbc = TPM_BACKEND_CLASS(klass); in tpm_emulator_class_init() local
1063 tbc->type = TPM_TYPE_EMULATOR; in tpm_emulator_class_init()
1064 tbc->opts = tpm_emulator_cmdline_opts; in tpm_emulator_class_init()
1065 tbc->desc = "TPM emulator backend driver"; in tpm_emulator_class_init()
1066 tbc->create = tpm_emulator_create; in tpm_emulator_class_init()
1067 tbc->startup_tpm = tpm_emulator_startup_tpm; in tpm_emulator_class_init()
1068 tbc->cancel_cmd = tpm_emulator_cancel_cmd; in tpm_emulator_class_init()
1069 tbc->get_tpm_established_flag = tpm_emulator_get_tpm_established_flag; in tpm_emulator_class_init()
1070 tbc->reset_tpm_established_flag = tpm_emulator_reset_tpm_established_flag; in tpm_emulator_class_init()
1071 tbc->get_tpm_version = tpm_emulator_get_tpm_version; in tpm_emulator_class_init()
[all …]
/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c544 struct class *tbc; in sbprof_tb_init() local
553 tbc = class_create("sb_tracebuffer"); in sbprof_tb_init()
554 if (IS_ERR(tbc)) { in sbprof_tb_init()
555 err = PTR_ERR(tbc); in sbprof_tb_init()
559 tb_class = tbc; in sbprof_tb_init()
561 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
/openbmc/linux/drivers/crypto/
H A Dimg-hash.c363 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local
407 tbc = 0; in img_hash_dma_task()
413 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
416 ctx->bufcnt += tbc; in img_hash_dma_task()
417 if (tbc >= ctx->sg->length) { in img_hash_dma_task()
419 tbc = 0; in img_hash_dma_task()
424 ctx->offset = tbc; in img_hash_dma_task()
/openbmc/linux/include/soc/fsl/
H A Dcpm.h28 __be16 tbc; /* Internal */ member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cpm.c63 ushort tbc; /* Internal */ member
164 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c54 u32 tbc; /* Tx byte count setting */ member
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Djz4725b.dtsi321 reg = <0x13050000 0x130>; /* tbc */
H A Djz4770.dtsi401 reg = <0x13050000 0x130>; /* tbc */
/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.c390 iowrite16be(0, &mspi->pram->tbc); in fsl_spi_cpm_init()