Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0014-timeSync-Portable-way-to-print-64bit-time_t.patch11 | prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror,
28 TimeSyncLogPLLState(const char *prefix, struct timex *tx)
32 - prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror,
33 - tx->status, tx->constant, tx->precision, tx->tolerance, tx->tick);
36 + prefix, (intmax_t)tx->offset, (intmax_t)tx->freq, (intmax_t)tx->maxerror, (intmax_t)tx-…
37 + tx->status, (intmax_t)tx->constant, (intmax_t)tx->precision, (intmax_t)tx->tolerance, (…
49 - g_debug("time slew start: %ld\n", tx.tick);
50 + g_debug("time slew start: %jd\n", (intmax_t)tx.tick);
/openbmc/qemu/tests/qtest/
H A Dtpm-tests.c32 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, in tpm_test_swtpm_test() argument
59 tpm_util_startup(s, tx); in tpm_test_swtpm_test()
60 tpm_util_pcrextend(s, tx); in tpm_test_swtpm_test()
67 tpm_util_pcrread(s, tx, tpm_pcrread_resp, in tpm_test_swtpm_test()
79 const char *uri, tx_func *tx, in tpm_test_swtpm_migration_test() argument
105 tpm_util_startup(src_qemu, tx); in tpm_test_swtpm_migration_test()
106 tpm_util_pcrextend(src_qemu, tx); in tpm_test_swtpm_migration_test()
113 tpm_util_pcrread(src_qemu, tx, tpm_pcrread_resp, in tpm_test_swtpm_migration_test()
119 tpm_util_pcrread(dst_qemu, tx, tpm_pcrread_resp, in tpm_test_swtpm_migration_test()
H A Dtpm-util.h31 void tpm_util_startup(QTestState *s, tx_func *tx);
32 void tpm_util_pcrextend(QTestState *s, tx_func *tx);
33 void tpm_util_pcrread(QTestState *s, tx_func *tx,
H A Dtpm-util.c54 void tpm_util_startup(QTestState *s, tx_func *tx) in tpm_util_startup() argument
62 tx(s, tpm_startup, sizeof(tpm_startup), buffer, sizeof(buffer)); in tpm_util_startup()
68 void tpm_util_pcrextend(QTestState *s, tx_func *tx) in tpm_util_pcrextend() argument
82 tx(s, tpm_pcrextend, sizeof(tpm_pcrextend), buffer, sizeof(buffer)); in tpm_util_pcrextend()
88 void tpm_util_pcrread(QTestState *s, tx_func *tx, in tpm_util_pcrread() argument
96 tx(s, tpm_pcrread, sizeof(tpm_pcrread), buffer, sizeof(buffer)); in tpm_util_pcrread()
H A Dtpm-tests.h18 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx,
23 const char *uri, tx_func *tx,
/openbmc/qemu/hw/i386/kvm/
H A Dtrace-events6 xenstore_error(unsigned int id, unsigned int tx_id, const char *err) "req %u tx %u err %s"
7 xenstore_read(unsigned int tx_id, const char *path) "tx %u path %s"
8 xenstore_write(unsigned int tx_id, const char *path) "tx %u path %s"
9 xenstore_mkdir(unsigned int tx_id, const char *path) "tx %u path %s"
10 xenstore_directory(unsigned int tx_id, const char *path) "tx %u path %s"
11 xenstore_directory_part(unsigned int tx_id, const char *path, unsigned int offset) "tx %u path %s o…
13 xenstore_transaction_end(unsigned int tx_id, bool commit) "tx %u commit %d"
14 xenstore_rm(unsigned int tx_id, const char *path) "tx %u path %s"
15 xenstore_get_perms(unsigned int tx_id, const char *path) "tx %u path %s"
16 xenstore_set_perms(unsigned int tx_id, const char *path) "tx %u path %s"
H A Dxenstore_impl.c79 XsTransaction *tx = value; in nobble_tx() local
81 if (tx->base_tx == *new_tx_id) { in nobble_tx()
83 tx->base_tx = XBT_NULL; in nobble_tx()
761 XsTransaction *tx = g_hash_table_lookup(op->s->transactions, in xs_node_walk() local
763 assert(tx); in xs_node_walk()
764 tx->nr_nodes = op->new_nr_nodes; in xs_node_walk()
856 XsTransaction *tx = g_hash_table_lookup(s->transactions, in init_walk_op() local
858 if (!tx) { in init_walk_op()
861 *rootp = &tx->root; in init_walk_op()
862 op->new_nr_nodes = tx->nr_nodes; in init_walk_op()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38534.patch26 let mut tx = match self.new_tx() {
27 Some(tx) => tx,
31 tx.set_events_from_flags(&msg.error_flags);
32 tx.request = Some(msg);
35 let mut tx = match self.new_tx() {
36 Some(tx) => tx,
/openbmc/libmctp/
H A Dastlpc.c109 struct mctp_astlpc_buffer tx; member
407 layout->tx.offset = be32toh(hdr.layout.rx_offset); in mctp_astlpc_layout_read()
408 layout->tx.size = be32toh(hdr.layout.rx_size); in mctp_astlpc_layout_read()
414 layout->tx.offset = be32toh(hdr.layout.tx_offset); in mctp_astlpc_layout_read()
415 layout->tx.size = be32toh(hdr.layout.tx_size); in mctp_astlpc_layout_read()
433 hdr.layout.rx_offset = htobe32(layout->tx.offset); in mctp_astlpc_layout_write()
434 hdr.layout.rx_size = htobe32(layout->tx.size); in mctp_astlpc_layout_write()
510 const struct mctp_astlpc_buffer *tx = &layout->tx; in mctp_astlpc_layout_validate() local
514 tx_valid = mctp_astlpc_buffer_validate(astlpc, tx, "Tx"); in mctp_astlpc_layout_validate()
520 if ((rx->offset <= tx->offset && rx->offset + rx->size > tx->offset) || in mctp_astlpc_layout_validate()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7793.dtsi524 dma-names = "tx", "rx", "tx", "rx";
541 dma-names = "tx", "rx", "tx", "rx";
558 dma-names = "tx", "rx", "tx", "rx";
637 dma-names = "tx", "rx", "tx", "rx";
655 dma-names = "tx", "rx", "tx", "rx";
670 dma-names = "tx", "rx", "tx", "rx";
685 dma-names = "tx", "rx", "tx", "rx";
700 dma-names = "tx", "rx", "tx", "rx";
715 dma-names = "tx", "rx", "tx", "rx";
730 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dr8a7794.dtsi465 dma-names = "tx", "rx", "tx", "rx";
482 dma-names = "tx", "rx", "tx", "rx";
612 dma-names = "tx", "rx", "tx", "rx";
630 dma-names = "tx", "rx", "tx", "rx";
645 dma-names = "tx", "rx", "tx", "rx";
660 dma-names = "tx", "rx", "tx", "rx";
675 dma-names = "tx", "rx", "tx", "rx";
690 dma-names = "tx", "rx", "tx", "rx";
705 dma-names = "tx", "rx", "tx", "rx";
720 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dast2600-bletchley.dts92 spi-tx-bus-width = <2>;
99 spi-tx-bus-width = <2>;
106 spi-tx-bus-width = <2>;
122 spi-tx-bus-width = <4>;
129 spi-tx-bus-width = <4>;
144 spi-tx-bus-width = <4>;
151 spi-tx-bus-width = <4>;
158 spi-tx-bus-width = <4>;
H A Dr8a7791.dtsi538 dma-names = "tx", "rx", "tx", "rx";
555 dma-names = "tx", "rx", "tx", "rx";
572 dma-names = "tx", "rx", "tx", "rx";
731 dma-names = "tx", "rx", "tx", "rx";
749 dma-names = "tx", "rx", "tx", "rx";
764 dma-names = "tx", "rx", "tx", "rx";
779 dma-names = "tx", "rx", "tx", "rx";
794 dma-names = "tx", "rx", "tx", "rx";
809 dma-names = "tx", "rx", "tx", "rx";
824 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dr8a7790.dtsi572 dma-names = "tx", "rx", "tx", "rx";
589 dma-names = "tx", "rx", "tx", "rx";
606 dma-names = "tx", "rx", "tx", "rx";
623 dma-names = "tx", "rx", "tx", "rx";
782 dma-names = "tx", "rx", "tx", "rx";
800 dma-names = "tx", "rx", "tx", "rx";
815 dma-names = "tx", "rx", "tx", "rx";
830 dma-names = "tx", "rx", "tx", "rx";
845 dma-names = "tx", "rx", "tx", "rx";
860 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dkeystone-k2hk-netcp.dtsi82 netcp-tx {
86 netcpx-tx {
153 tx-queue = <648>;
154 tx-channel = "nettx";
186 tx-pool = <1024 12>;
190 tx-completion-queue = <8706>;
198 tx-pool = <1024 12>;
202 tx-completion-queue = <8707>;
H A Dast2600-slt.dts127 spi-tx-bus-width = <4>;
134 spi-tx-bus-width = <4>;
141 spi-tx-bus-width = <4>;
157 spi-tx-bus-width = <4>;
164 spi-tx-bus-width = <4>;
179 spi-tx-bus-width = <4>;
186 spi-tx-bus-width = <4>;
193 spi-tx-bus-width = <4>;
H A Dast2400-evb.dts65 spi-tx-bus-width = <2>;
72 spi-tx-bus-width = <2>;
84 spi-tx-bus-width = <2>;
92 spi-tx-bus-width = <2>;
H A Dkeystone-k2e-netcp.dtsi70 netcp-tx {
135 tx-queue = <896>;
136 tx-channel = "nettx";
184 tx-pool = <1024 12>;
188 tx-completion-queue = <530>;
196 tx-pool = <1024 12>;
200 tx-completion-queue = <531>;
H A Dkeystone-k2l-netcp.dtsi70 netcp-tx {
134 tx-queue = <896>;
135 tx-channel = "nettx";
167 tx-pool = <1024 12>;
171 tx-completion-queue = <530>;
179 tx-pool = <1024 12>;
183 tx-completion-queue = <531>;
H A Dast2600-gb200nvl-bmc-nvidia.dts73 spi-tx-bus-width = <4>;
81 spi-tx-bus-width = <4>;
89 spi-tx-bus-width = <4>;
106 spi-tx-bus-width = <4>;
114 spi-tx-bus-width = <4>;
129 spi-tx-bus-width = <4>;
H A Dast2600-intel.dts128 spi-tx-bus-width = <4>;
135 spi-tx-bus-width = <4>;
142 spi-tx-bus-width = <4>;
158 spi-tx-bus-width = <4>;
165 spi-tx-bus-width = <4>;
180 spi-tx-bus-width = <4>;
187 spi-tx-bus-width = <4>;
194 spi-tx-bus-width = <4>;
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c236 u8 *tx) in sandbox_sf_process_cmd() argument
241 if (tx) in sandbox_sf_process_cmd()
242 sandbox_spi_tristate(tx, 1); in sandbox_sf_process_cmd()
321 uint8_t *tx = txp; in sandbox_sf_xfer() local
334 ret = sandbox_sf_process_cmd(sbsf, rx, tx); in sandbox_sf_xfer()
356 tx[pos++] = id; in sandbox_sf_xfer()
368 if (tx) in sandbox_sf_xfer()
369 sandbox_spi_tristate(&tx[pos], 1); in sandbox_sf_xfer()
406 assert(tx); in sandbox_sf_xfer()
407 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()
[all …]
/openbmc/u-boot/drivers/spi/
H A Ddesignware_spi.c111 void *tx; member
298 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
309 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
332 txw = *(u8 *)(priv->tx); in dw_writer()
334 txw = *(u16 *)(priv->tx); in dw_writer()
338 priv->tx += priv->bits_per_word >> 3; in dw_writer()
395 const u8 *tx = dout; in dw_spi_xfer() local
416 if (rx && tx) in dw_spi_xfer()
431 debug("%s: rx=%p tx=%p len=%d [bytes]\n", __func__, rx, tx, priv->len); in dw_spi_xfer()
433 priv->tx = (void *)tx; in dw_spi_xfer()
[all …]
H A Dmtk_qspi.c58 u8 tx[3]; /* only record max 3 bytes paras, when it's address. */ member
112 writeb(priv->tx[i], &priv->regs->prgdata[idx]); in mtk_qspi_tx_rx()
234 memcpy(priv->tx, (u8 *)dout + 1, in mtk_qspi_transfer()
253 addr = priv->tx[0] << 16 | priv->tx[1] << 8 | in mtk_qspi_transfer()
254 priv->tx[2]; in mtk_qspi_transfer()
265 addr = priv->tx[0] << 16 | priv->tx[1] << 8 | in mtk_qspi_transfer()
266 priv->tx[2]; in mtk_qspi_transfer()
/openbmc/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c98 &base->tx); in __i2c_probe_chip()
122 writel((dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_read()
130 writel(a, &base->tx); in __i2c_read()
141 writel(1 | (dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_read()
153 LPC32XX_I2C_TX_STOP, &base->tx); in __i2c_read()
189 writel((dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_write()
202 writel(a, &base->tx); in __i2c_write()
215 writel(d, &base->tx); in __i2c_write()

12345678910>>...14