/linux-2.6.39/sound/firewire/ |
D | fcp.c | 27 static LIST_HEAD(transactions); 85 list_add_tail(&t.list, &transactions); in fcp_avc_transaction() 133 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset() 178 list_for_each_entry(t, &transactions, list) { in fcp_response() 219 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
|
/linux-2.6.39/drivers/xen/xenfs/ |
D | xenbus.c | 95 struct list_head transactions; member 325 list_add(&trans->list, &u->transactions); in xenbus_write_transaction() 327 list_for_each_entry(trans, &u->transactions, list) in xenbus_write_transaction() 330 BUG_ON(&trans->list == &u->transactions); in xenbus_write_transaction() 530 INIT_LIST_HEAD(&u->transactions); in xenbus_file_open() 555 list_for_each_entry_safe(trans, tmp, &u->transactions, list) { in xenbus_file_release()
|
/linux-2.6.39/Documentation/i2c/ |
D | functionality | 61 A typical SMBus-only adapter would list all the SMBus transactions it 79 I2C_FUNC_SMBUS_EMUL includes all the SMBus transactions (with the 80 addition of I2C block transactions) which i2c-core can emulate using 106 and SMBus word data transactions. If not, then the driver won't work on 118 i2c-core will transparently implement SMBus transactions on top of I2C
|
D | dev-interface | 90 transactions (mixing read and write messages in the same transaction) 116 Used only for SMBus transactions. This request only has an effect if the 143 You can do plain i2c transactions by using read(2) and write(2) calls. 147 You can do SMBus level transactions (see documentation file smbus-protocol 160 All these transactions return -1 on failure; you can read errno to see 161 what happened. The 'write' transactions return 0 on success; the 162 'read' transactions return the read value, except for read_block, which 189 checking on future transactions.)
|
D | i2c-protocol | 37 Combined transactions 42 They are just like the above transactions, but instead of a stop bit P 49 Modified transactions
|
D | writing-clients | 334 and they can be mixed in any way. The transactions are combined: no 380 All these transactions return a negative errno value on failure. The 'write' 381 transactions return 0 on success; the 'read' transactions return the read 382 value, except for block transactions, which return the number of values
|
D | smbus-protocol | 207 The following I2C block transactions are supported by the 211 I2C block transactions do not limit the number of bytes transferred
|
/linux-2.6.39/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 28 Resending transactions to different servers on timeout or error. 35 POHMELFS is based on transactions, which are potentially long-standing objects that live 37 command (or set of commands, which is frequently used during data writing: single transactions 42 POHMELFS uses a asynchronous approach to data processing. Courtesy of transactions, it is 45 servers and async threads will pick up replies in parallel, find appropriate transactions in the
|
/linux-2.6.39/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 | ext3.txt | 162 transactions capabilities to ext2. Journaling is done by the Journaling Block 170 The journal supports the transactions start and stop, and in case of a crash, 171 the journal can replay the transactions to quickly put the partition back into
|
/linux-2.6.39/Documentation/i2c/busses/ |
D | i2c-viapro | 65 VT8231), this driver supports I2C block transactions. Such transactions
|
D | i2c-ali1535 | 24 Additionally, the sequencing of the SMBus transactions has been modified to
|
/linux-2.6.39/Documentation/hwmon/ |
D | lm90 | 160 * SMBus PEC support for Write Byte and Receive Byte transactions. 229 not support PEC on all transactions though, so some care must be taken. 240 These transactions will be used to read register values, instead of 247 on SMBus Send Byte transactions in the lm90 driver. 249 PEC on byte data transactions represents a significant increase in bandwidth 252 two transactions will typically mean twice as much delay waiting for
|
/linux-2.6.39/Documentation/usb/ |
D | ehci.txt | 19 (TT) in the hub, which turns low or full speed transactions into 20 high speed "split transactions" that don't waste transfer bandwidth. 81 transactions (interrupt and isochronous transfers). These place some 82 limits on the number of periodic transactions that can be scheduled, 169 so that it's only trying six (or maybe seven) USB transactions each
|
/linux-2.6.39/Documentation/networking/ |
D | gianfar.txt | 29 transactions. To change, echo the number of bytes to
|
D | cxgb.txt | 281 the number of outstanding transactions, via BIOS configuration 285 Total allowed outstanding transactions: 2 296 NOTE: The default setting on most systems is 8 outstanding transactions
|
D | s2io.txt | 102 max-split-transactions(MOST) and MMRBC (use setpci command).
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 21 This is an upper bound value for the number of tagged transactions
|
D | Kconfig.aic7xxx | 26 This is an upper bound value for the number of tagged transactions
|
/linux-2.6.39/Documentation/rapidio/ |
D | sysfs.txt | 46 the RapidIO maintenance transactions:
|
D | rapidio.txt | 36 packets (transactions). In the RapidIO subsystem each master port is represented 104 The enumeration and discovery routines use RapidIO maintenance transactions
|
/linux-2.6.39/Documentation/w1/masters/ |
D | ds2490 | 30 - The number of USB bus transactions could be reduced if w1_reset_send
|
/linux-2.6.39/Documentation/ |
D | Intel-IOMMU.txt | 64 The same is true for peer to peer transactions. Hence we reserve the
|
/linux-2.6.39/drivers/block/drbd/ |
D | drbd_actlog.c | 433 int transactions = 0; in drbd_al_read_log() local 520 transactions++; in drbd_al_read_log() 540 transactions, active_extents); in drbd_al_read_log()
|
/linux-2.6.39/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 55 0x1c - always 0x20 or 32, smaller values slow down DMA transactions
|