Home
last modified time | relevance | path

Searched full:tis (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v6.1/drivers/char/tpm/st33zp24/
Di2c.c30 * 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
Dspi.c94 * 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
/Linux-v6.1/Documentation/devicetree/bindings/security/tpm/
Dtpm_tis_mmio.txt7 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";
/Linux-v6.1/drivers/char/tpm/
DKconfig44 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
Dtpm_tis_i2c.c27 /* TIS-compatible register address to avoid clash with TPM_ACCESS (0x00) */
30 /* Mask to extract the I2C register from TIS register addresses */
Dtpm_i2c_nuvoton.c598 * TIS is in ready state in i2c_nuvoton_probe()
612 * aborted. TIS should now be in idle state - in i2c_nuvoton_probe()
Dtpm_tis.c338 {.compatible = "tcg,tpm-tis-mmio"},
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Drenesas,rzv2m.yaml33 - const: tis
73 interrupt-names = "tia", "tis";
/Linux-v6.1/sound/soc/codecs/
Dcx20442.h5 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Dcx20442.c5 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
/Linux-v6.1/kernel/irq/
Dtimings.c704 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()
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dr9a09g011.dtsi133 interrupt-names = "tia", "tis";
147 interrupt-names = "tia", "tis";
/Linux-v6.1/tools/lib/api/fs/
Dtracing_path.c151 "Hint:\tIs the debugfs/tracefs filesystem mounted?\n" in tracing_path__strerror_open_tp()
/Linux-v6.1/Documentation/security/tpm/
Dxen-tpmfront.rst103 Mini-os TPM version 1.2 TPM Interface Specification (TIS)
/Linux-v6.1/sound/soc/ti/
Dams-delta.c5 * Copyright (C) 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
604 MODULE_AUTHOR("Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>");
/Linux-v6.1/drivers/net/ethernet/renesas/
Dravb_main.c1127 u32 tis = ravb_read(ndev, TIS); in ravb_queue_interrupt() local
1130 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt()
1147 tis, tic); in ravb_queue_interrupt()
1156 u32 tis = ravb_read(ndev, TIS); in ravb_timestamp_interrupt() local
1158 if (tis & TIS_TFUF) { in ravb_timestamp_interrupt()
1159 ravb_write(ndev, ~(TIS_TFUF | TIS_RESERVED), TIS); in ravb_timestamp_interrupt()
1306 ravb_write(ndev, ~(mask | TIS_RESERVED), TIS); in ravb_poll()
Dravb.h157 TIS = 0x037C, enumerator
544 /* TIS */
/Linux-v6.1/sound/aoa/soundbus/
Dsoundbus.h41 /* for codecs to distinguish among their TIs */
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h255 * Per connection type (protocol) resources (cids, tis, vf cids etc.)
/Linux-v6.1/arch/arm/boot/dts/
Dimx7d-flex-concentrator.dts135 st33htph: tpm-tis@0 {
Daspeed-bmc-opp-tacoma.dts459 compatible = "tcg,tpm-tis-i2c";
/Linux-v6.1/fs/nls/
Dnls_cp874.c254 .alias = "tis-620",
275 MODULE_ALIAS_NLS(tis-620);
DKconfig34 koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
270 tristate "Thai charset (CP874, TIS-620)"
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c215 mlx5_core_warn(mdev, "create child tis failed, %d\n", err); in mlx5i_pkey_open()
/Linux-v6.1/drivers/mtd/nand/raw/
Dams-delta.c9 * Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>

12