| /kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/ |
| D | i2c.c | 25 * Send byte to the TIS register according to the ST33ZP24 I2C protocol. 26 * @param: tpm_register, the tpm tis register where the data should be written 42 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol. 43 * @param: tpm_register, the tpm tis register where the data should be read 63 * Send byte to the TIS register according to the ST33ZP24 I2C protocol. 65 * @param: tpm_register, the tpm tis register where the data should be written 79 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol. 81 * @param: tpm_register, the tpm tis register where the data should be read
|
| D | spi.c | 89 * Send byte to the TIS register according to the ST33ZP24 SPI protocol. 91 * @param: tpm_register, the tpm tis register where the data should be written 132 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol. 134 * @param: tpm_register, the tpm tis register where the data should be read 173 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol. 175 * @param: tpm_register, the tpm tis register where the data should be read
|
| /kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/ |
| D | i2c.c | 30 * Send byte to the TIS register according to the ST33ZP24 I2C protocol. 31 * @param: tpm_register, the tpm tis register where the data should be written 47 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol. 48 * @param: tpm_register, the tpm tis register where the data should be read 68 * Send byte to the TIS register according to the ST33ZP24 I2C protocol. 70 * @param: tpm_register, the tpm tis register where the data should be written 84 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol. 86 * @param: tpm_register, the tpm tis register where the data should be read
|
| D | spi.c | 94 * Send byte to the TIS register according to the ST33ZP24 SPI protocol. 96 * @param: tpm_register, the tpm tis register where the data should be written 137 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol. 139 * @param: tpm_register, the tpm tis register where the data should be read 178 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol. 180 * @param: tpm_register, the tpm tis register where the data should be read
|
| /kernel/linux/linux-5.10/drivers/char/tpm/ |
| D | Kconfig | 44 TCG TIS TPM core driver. It implements the TPM TCG TIS logic and hooks 53 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO 65 TCG TIS 1.3 TPM specification (TPM1.2) or the TCG PTP FIFO 83 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO 103 TCG TIS 1.2 TPM specification and Infineon's I2C Protocol Stack
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/security/tpm/ |
| D | tpm_tis_mmio.txt | 7 Refer to the 'TCG PC Client Specific TPM Interface Specification (TIS)' TCG 13 "tcg,tpm-tis-mmio". Valid chip strings are: 21 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/security/tpm/ |
| D | tpm_tis_mmio.txt | 7 Refer to the 'TCG PC Client Specific TPM Interface Specification (TIS)' TCG 13 "tcg,tpm-tis-mmio". Valid chip strings are: 21 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
|
| /kernel/linux/linux-6.6/drivers/char/tpm/ |
| D | Kconfig | 44 TCG TIS TPM core driver. It implements the TPM TCG TIS logic and hooks 53 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO 65 TCG TIS 1.3 TPM specification (TPM1.2) or the TCG PTP FIFO 95 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO 124 TCG TIS 1.2 TPM specification and Infineon's I2C Protocol Stack
|
| D | tpm_tis_i2c.c | 27 /* TIS-compatible register address to avoid clash with TPM_ACCESS (0x00) */ 30 /* Mask to extract the I2C register from TIS register addresses */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | renesas,rzv2m.yaml | 33 - const: tis 73 interrupt-names = "tia", "tis";
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | cx20442.h | 5 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | cx20442.h | 5 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
|
| /kernel/linux/linux-6.6/kernel/irq/ |
| D | timings.c | 704 static struct timings_intervals tis[] __initdata = { variable 761 for (i = 0; i < ARRAY_SIZE(tis); i++) { in irq_timings_next_index_selftest() 764 i, tis[i].count); in irq_timings_next_index_selftest() 766 ret = irq_timings_test_next_index(&tis[i]); in irq_timings_next_index_selftest() 825 for (i = 0; i < ARRAY_SIZE(tis); i++) { in irq_timings_irqs_selftest() 827 i, tis[i].count); in irq_timings_irqs_selftest() 828 ret = irq_timings_test_irqs(&tis[i]); in irq_timings_irqs_selftest()
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | timings.c | 704 static struct timings_intervals tis[] __initdata = { variable 761 for (i = 0; i < ARRAY_SIZE(tis); i++) { in irq_timings_next_index_selftest() 764 i, tis[i].count); in irq_timings_next_index_selftest() 766 ret = irq_timings_test_next_index(&tis[i]); in irq_timings_next_index_selftest() 825 for (i = 0; i < ARRAY_SIZE(tis); i++) { in irq_timings_irqs_selftest() 827 i, tis[i].count); in irq_timings_irqs_selftest() 828 ret = irq_timings_test_irqs(&tis[i]); in irq_timings_irqs_selftest()
|
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| D | It_net_container_007.cpp | 36 static const char *MSG = "Tis is UDP Test!";
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
| D | ravb_main.c | 761 u32 tis = ravb_read(ndev, TIS); in ravb_queue_interrupt() local 764 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 781 tis, tic); in ravb_queue_interrupt() 790 u32 tis = ravb_read(ndev, TIS); in ravb_timestamp_interrupt() local 792 if (tis & TIS_TFUF) { in ravb_timestamp_interrupt() 793 ravb_write(ndev, ~(TIS_TFUF | TIS_RESERVED), TIS); in ravb_timestamp_interrupt() 924 ravb_write(ndev, ~(mask | TIS_RESERVED), TIS); in ravb_poll()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/ |
| D | r9a09g011.dtsi | 274 interrupt-names = "tia", "tis"; 288 interrupt-names = "tia", "tis";
|
| /kernel/linux/linux-5.10/tools/lib/api/fs/ |
| D | tracing_path.c | 151 "Hint:\tIs the debugfs/tracefs filesystem mounted?\n" in tracing_path__strerror_open_tp()
|
| /kernel/linux/linux-6.6/tools/lib/api/fs/ |
| D | tracing_path.c | 162 "Hint:\tIs the debugfs/tracefs filesystem mounted?\n" in tracing_path__strerror_open_tp()
|
| /kernel/linux/linux-5.10/Documentation/security/tpm/ |
| D | xen-tpmfront.rst | 103 Mini-os TPM version 1.2 TPM Interface Specification (TIS)
|
| /kernel/linux/linux-6.6/Documentation/security/tpm/ |
| D | xen-tpmfront.rst | 103 Mini-os TPM version 1.2 TPM Interface Specification (TIS)
|
| /kernel/linux/linux-6.6/sound/soc/ti/ |
| D | ams-delta.c | 5 * Copyright (C) 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> 605 MODULE_AUTHOR("Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>");
|
| /kernel/linux/linux-5.10/sound/soc/ti/ |
| D | ams-delta.c | 5 * Copyright (C) 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> 609 MODULE_AUTHOR("Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>");
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
| D | ravb_main.c | 1135 u32 tis = ravb_read(ndev, TIS); in ravb_queue_interrupt() local 1138 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 1155 tis, tic); in ravb_queue_interrupt() 1164 u32 tis = ravb_read(ndev, TIS); in ravb_timestamp_interrupt() local 1166 if (tis & TIS_TFUF) { in ravb_timestamp_interrupt() 1167 ravb_write(ndev, ~(TIS_TFUF | TIS_RESERVED), TIS); in ravb_timestamp_interrupt() 1314 ravb_write(ndev, ~(mask | TIS_RESERVED), TIS); in ravb_poll()
|
| /kernel/linux/linux-6.6/sound/aoa/soundbus/ |
| D | soundbus.h | 41 /* for codecs to distinguish among their TIs */
|