| /Linux-v5.4/tools/perf/Documentation/ |
| D | itrace.txt | 5 x synthesize transactions events 29 transactions events can be specified. 32 instructions or transactions events can be specified. 34 It is also possible to skip events generated (instructions, branches, transactions,
|
| /Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | srio.txt | 64 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-v5.4/Documentation/ABI/testing/ |
| D | sysfs-fs-xfs | 25 outstanding transactions. The grant head is exported in 36 oustanding transactions, including regrants due to 37 rolling transactions. The grant head is exported in
|
| D | sysfs-driver-fsi-master-gpio | 8 driver performs FSI bus transactions, 1 sets external mode,
|
| /Linux-v5.4/sound/firewire/ |
| D | fcp.c | 187 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-v5.4/sound/firewire/fireface/ |
| D | ff-transaction.c | 40 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-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | cros-ec.txt | 29 additional processing time in order to accept new transactions. If the delay 30 between transactions is not long enough the EC may not be able to respond 31 properly to subsequent transactions and cause them to hang. This property 32 specifies the delay, in usecs, introduced between transactions to account
|
| /Linux-v5.4/Documentation/i2c/ |
| D | dev-interface.rst | 94 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 166 All these transactions return -1 on failure; you can read errno to see 167 what happened. The 'write' transactions return 0 on success; the 168 'read' transactions return the read value, except for read_block, which 194 checking on future transactions.)
|
| D | functionality.rst | 72 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
|
| D | i2c-protocol.rst | 44 Combined transactions 49 They are just like the above transactions, but instead of a stop bit P 56 Modified transactions
|
| /Linux-v5.4/Documentation/devicetree/bindings/dma/ |
| D | qcom_hidma_mgmt.txt | 31 - 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-v5.4/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.txt | 27 of transactions, their contents and the log sequence number (LSN) of the 49 transactions. These transaction are known as rolling transactions, and require 67 Another feature of the XFS transaction subsystem is that most transactions are 69 filled (a log buffer can hold multiple transactions) or a synchronous operation 70 forces the log buffers holding the transactions to disk. This means that XFS is 71 doing aggregation of transactions in memory - batching them, if you like - to 81 buffers are full and under IO, then no more transactions can be committed until 83 be to able to issue enough transactions to keep the log buffers full and under 94 transactions A through D are committed to disk in the same log buffer. 132 recovered filesystem is concerned, there may be many thousands of transactions [all …]
|
| D | journalling.rst | 31 transactions in the journal and similarly :c:func:`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 160 as a whole, and those which are used to manage transactions
|
| /Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
| D | i2c-mux-gpmux.txt | 31 - mux-locked: If present, explicitly allow unrelated I2C transactions on the 37 However, I2C transactions to devices behind all I2C multiplexers connected 42 This means that no unrelated I2C transactions are allowed on the parent I2C
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | transactional_memory.rst | 17 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-v5.4/Documentation/xtensa/ |
| D | atomctl.rst | 20 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-v5.4/Documentation/devicetree/bindings/usb/ |
| D | ci-hdrc-usb2.txt | 71 the total of packet size for pervious transactions are more than 256 bytes, 72 it can't accept any transactions within this frame. The use case is single 75 more transactions than above case, it can accept transactions until it 78 maximum_periodic_data_per_frame. The use case is multiple transactions, but
|
| /Linux-v5.4/drivers/xen/xenbus/ |
| D | xenbus_dev_frontend.c | 102 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-v5.4/Documentation/i2c/busses/ |
| D | i2c-viapro.rst | 73 VT8231), this driver supports I2C block transactions. Such transactions
|
| /Linux-v5.4/drivers/staging/kpc2000/ |
| D | TODO | 1 - the kpc_spi driver doesn't seem to let multiple transactions (to different instances of the core)…
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | lm90.rst | 298 * SMBus PEC support for Write Byte and Receive Byte transactions. 370 not support PEC on all transactions though, so some care must be taken. 381 These transactions will be used to read register values, instead of 388 on SMBus Send Byte transactions in the lm90 driver. 390 PEC on byte data transactions represents a significant increase in bandwidth 393 two transactions will typically mean twice as much delay waiting for
|
| /Linux-v5.4/Documentation/devicetree/bindings/pci/ |
| D | arm,juno-r1-pcie.txt | 9 - dma-coherent: The host controller bridges the AXI transactions into PCIe bus
|
| /Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,icu.txt | 7 requests on input wires to MSG memory mapped transactions to the GIC. 41 transactions.
|
| /Linux-v5.4/Documentation/driver-api/pci/ |
| D | p2pdma.rst | 10 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-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | sbs_sbs-battery.txt | 12 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c
|