Searched refs:tbc (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 556 struct class *tbc; sbprof_tb_init() local 565 tbc = class_create(THIS_MODULE, "sb_tracebuffer"); sbprof_tb_init() 566 if (IS_ERR(tbc)) { sbprof_tb_init() 567 err = PTR_ERR(tbc); sbprof_tb_init() 571 tb_class = tbc; sbprof_tb_init() 573 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); sbprof_tb_init()
|
/linux-4.4.14/drivers/crypto/ |
H A D | img-hash.c | 361 size_t nbytes, bleft, wsend, len, tbc; img_hash_dma_task() local 401 tbc = 0; img_hash_dma_task() 407 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, img_hash_dma_task() 410 ctx->bufcnt += tbc; img_hash_dma_task() 411 if (tbc >= ctx->sg->length) { img_hash_dma_task() 413 tbc = 0; img_hash_dma_task() 418 ctx->offset = tbc; img_hash_dma_task()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | cpm.h | 26 __be16 tbc; /* Internal */ member in struct:spi_pram
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-cpm.c | 72 ushort tbc; /* Internal */ member in struct:i2c_ram 170 out_be16(&i2c_ram->tbc, 0); cpm_reset_i2c_params()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-fsl-cpm.c | 373 out_be16(&mspi->pram->tbc, 0); fsl_spi_cpm_init()
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
H A D | tx4939.h | 108 __u32 tbc; member in struct:tx4939_rtc_reg
|
/linux-4.4.14/net/can/ |
H A D | gw.c | 147 /* tbc */
|
Completed in 321 milliseconds