Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 25 of 131) sorted by relevance

123456

/linux/Documentation/devicetree/bindings/memory-controllers/
A Dst,stm32-fmc2-ebi.yaml14 - to translate AXI transactions into the appropriate external device
58 Select one of the transactions type supported
84 NOR and PSRAM transactions type). By default, Address/Data
115 during asynchronous transactions.
137 transactions.
141 in nanoseconds used for asynchronous read/write transactions.
149 in nanoseconds used for asynchronous read/write transactions.
161 phase in nanoseconds used for asynchronous write transactions.
166 transactions.
170 phase in nanoseconds used for asynchronous write transactions.
[all …]
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_dp_mst_helper.c71 txin = &IN.transactions[i]; in sideband_msg_req_equal()
72 txout = &OUT.transactions[i]; in sideband_msg_req_equal()
161 kfree(out->u.i2c_read.transactions[i].bytes); in sideband_msg_req_encode_decode()
240 in.u.i2c_read.transactions[i].bytes = data; in igt_dp_mst_sideband_msg_req_decode()
241 in.u.i2c_read.transactions[i].num_bytes = ARRAY_SIZE(data); in igt_dp_mst_sideband_msg_req_decode()
242 in.u.i2c_read.transactions[i].i2c_dev_id = 0x7f & ~i; in igt_dp_mst_sideband_msg_req_decode()
243 in.u.i2c_read.transactions[i].i2c_transaction_delay = 0xf & ~i; in igt_dp_mst_sideband_msg_req_decode()
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dsrio.txt64 memory and maintenance transactions then a single LIODN is
65 represented in the property for both transactions.
68 memory transactions and a unique LIODN for maintenance
69 transactions then a pair of LIODNs are represented in the
71 LIODN associated with memory transactions and the second element
72 represents the LIODN associated with maintenance transactions
/linux/Documentation/ABI/testing/
A Dsysfs-bus-mdio32 Total number of write transactions for this MDIO bus.
40 Total number of read transactions for this MDIO bus.
64 Total number of write transactions for this MDIO bus address.
72 Total number of read transactions for this MDIO bus address.
A Dsysfs-fs-xfs25 outstanding transactions. The grant head is exported in
36 outstanding transactions, including regrants due to
37 rolling transactions. The grant head is exported in
/linux/sound/firewire/
A Dfcp.c187 static LIST_HEAD(transactions);
248 list_add_tail(&t.list, &transactions); in fcp_avc_transaction()
306 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset()
352 list_for_each_entry(t, &transactions, list) { in fcp_response()
398 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
/linux/sound/firewire/fireface/
A Dff-transaction.c40 container_of(callback_data, struct snd_ff, transactions[0]); in finish_transmit_midi0_msg()
49 container_of(callback_data, struct snd_ff, transactions[1]); in finish_transmit_midi1_msg()
108 fw_send_request(fw_dev->card, &ff->transactions[port], tcode, in transmit_midi_msg()
111 callback, &ff->transactions[port]); in transmit_midi_msg()
/linux/tools/perf/Documentation/
A Ditrace.txt5 x synthesize transactions events
39 transactions events can be specified.
42 instructions or transactions events can be specified.
48 It is also possible to skip events generated (instructions, branches, transactions,
/linux/drivers/net/ethernet/freescale/fman/
A DKconfig24 read or write transactions into multiple smaller transactions
25 such that more than 17 AXI transactions are in flight from FMAN
/linux/Documentation/i2c/
A Ddev-interface.rst94 transactions (mixing read and write messages in the same transaction)
120 Used only for SMBus transactions. This request only has an effect if the
147 You can do plain I2C transactions by using read(2) and write(2) calls.
151 You can do SMBus level transactions (see documentation file smbus-protocol
168 All these transactions return -1 on failure; you can read errno to see
169 what happened. The 'write' transactions return 0 on success; the
170 'read' transactions return the read value, except for read_block, which
196 checking on future transactions.)
A Dfunctionality.rst72 A typical SMBus-only adapter would list all the SMBus transactions it
90 I2C_FUNC_SMBUS_EMUL includes all the SMBus transactions (with the
91 addition of I2C block transactions) which i2c-core can emulate using
117 and SMBus word data transactions. If not, then the driver won't work on
129 i2c-core will transparently implement SMBus transactions on top of I2C
A Di2c-protocol.rst44 Combined transactions
49 They are just like the above transactions, but instead of a stop
56 Modified transactions
/linux/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst30 of transactions, their contents and the log sequence number (LSN) of the
52 transactions. These transaction are known as rolling transactions, and require
97 transactions A through D are committed to disk in the same log buffer.
197 asynchronous transactions to the log. The differences between the existing
296 no later transactions should be replayed, either.
332 context and attach that to the CIL for aggregation of new transactions.
435 transactions is required.
447 operations that track transactions that have not yet completed know what
462 aggregation of multiple synchronous transactions if there are already
524 large enough to handle arbitrary sized checkpoint transactions. This
[all …]
A Djournalling.rst31 transactions in the journal and similarly jbd2_journal_load() will
39 by wrapping them into transactions. Additionally you also need to wrap
67 checkpoint all your transactions.
78 journal. Since transactions can't be nested/batched across differing
85 for transactions to complete and be committed from other tasks, so
191 as a whole, and those which are used to manage transactions
/linux/Documentation/devicetree/bindings/dma/
A Dqcom_hidma_mgmt.txt31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is
72 max-write-transactions = <31>;
73 max-read-transactions = <31>;
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-mux-gpmux.yaml53 Explicitly allow unrelated I2C transactions on the parent I2C adapter at
60 However, I2C transactions to devices behind all I2C multiplexers connected
65 This means that no unrelated I2C transactions are allowed on the parent I2C
/linux/Documentation/powerpc/
A Dtransactional_memory.rst17 instructions are presented to delimit transactions; transactions are
72 - See the ISA for full documentation of everything that will abort transactions.
90 Care must be taken when relying on syscalls to abort during active transactions
100 Delivery of signals (both sync and async) during transactions provides a second
103 abort transactions. The usual ucontext_t passed to the signal handler
120 However, basic signal handlers don't need to be aware of transactions
203 in parts within transactions.
/linux/drivers/xen/xenbus/
A Dxenbus_dev_frontend.c102 struct list_head transactions; member
320 list_for_each_entry_safe(trans, tmp, &u->transactions, list) { in xenbus_worker()
356 list_for_each_entry(trans, &u->transactions, list) in xenbus_get_transaction()
463 list_add(&trans->list, &u->transactions); in xenbus_write_transaction()
664 INIT_LIST_HEAD(&u->transactions); in xenbus_file_open()
/linux/Documentation/devicetree/bindings/usb/
A Dci-hdrc-usb2.txt75 the total of packet size for pervious transactions are more than 256 bytes,
76 it can't accept any transactions within this frame. The use case is single
79 more transactions than above case, it can accept transactions until it
82 maximum_periodic_data_per_frame. The use case is multiple transactions, but
/linux/Documentation/xtensa/
A Datomctl.rst20 which can implement RCW transactions. For FPGA cards with an External
31 don't support atomic RCW memory transactions and will likely want to
/linux/Documentation/i2c/busses/
A Di2c-viapro.rst73 VT8231), this driver supports I2C block transactions. Such transactions
/linux/Documentation/hwmon/
A Dlm90.rst320 * SMBus PEC support for Write Byte and Receive Byte transactions.
399 not support PEC on all transactions though, so some care must be taken.
410 These transactions will be used to read register values, instead of
417 on SMBus Send Byte transactions in the lm90 driver.
419 PEC on byte data transactions represents a significant increase in bandwidth
422 two transactions will typically mean twice as much delay waiting for
/linux/Documentation/driver-api/pci/
A Dp2pdma.rst10 make P2P transactions tricky to do in a perfectly safe way.
13 transactions between hierarchy domains, and in PCIe, each Root Port
19 domain, and the spec guarantees that all transactions within the
24 memory that is used for P2P transactions needs to be backed by struct
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dmarvell,icu.txt7 requests on input wires to MSG memory mapped transactions to the GIC.
41 transactions.
/linux/Documentation/devicetree/bindings/iommu/
A Diommu.txt92 tagging DMA transactions with an address space identifier. By default,
101 accepts a limited number of simultaneous stalled transactions before
103 transactions.
107 transactions have to complete before a time limit. More generally it

Completed in 18 milliseconds

123456