Searched refs:tbc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 544 struct class *tbc; in sbprof_tb_init() local 553 tbc = class_create(THIS_MODULE, "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()
|
/Linux-v5.10/drivers/crypto/ |
D | img-hash.c | 362 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 402 tbc = 0; in img_hash_dma_task() 408 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task() 411 ctx->bufcnt += tbc; in img_hash_dma_task() 412 if (tbc >= ctx->sg->length) { in img_hash_dma_task() 414 tbc = 0; in img_hash_dma_task() 419 ctx->offset = tbc; in img_hash_dma_task()
|
/Linux-v5.10/include/soc/fsl/ |
D | cpm.h | 28 __be16 tbc; /* Internal */ member
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-cpm.c | 63 ushort tbc; /* Internal */ member 164 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
|
/Linux-v5.10/drivers/rtc/ |
D | rtc-tx4939.c | 36 __u32 tbc; member
|
/Linux-v5.10/drivers/spi/ |
D | spi-fsl-cpm.c | 367 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
|