Searched refs:transactions (Results 1 – 21 of 21) sorted by relevance
| /drivers/net/ethernet/freescale/fman/ |
| A D | Kconfig | 25 read or write transactions into multiple smaller transactions 26 such that more than 17 AXI transactions are in flight from FMAN
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Kconfig | 59 transactions on the TX path, answer Y. 61 transport to optionally ask for atomic SCMI transactions and operate 116 transactions on the TX path, answer Y. 119 transport to optionally ask for atomic SCMI transactions and operate
|
| /drivers/gpu/drm/tests/ |
| A D | drm_dp_mst_helper_test.c | 350 .u.i2c_read.transactions = { 452 txin = &IN.transactions[i]; in sideband_msg_req_equal() 453 txout = &OUT.transactions[i]; in sideband_msg_req_equal() 544 kfree(out->u.i2c_read.transactions[i].bytes); in drm_test_dp_mst_sideband_msg_req_decode()
|
| /drivers/platform/x86/amd/pmc/ |
| A D | Kconfig | 13 primarily responsible for S2Idle transactions that are driven from 15 mechanism to investigate the S2Idle transactions and failures.
|
| /drivers/xen/xenbus/ |
| A 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()
|
| /drivers/usb/host/ |
| A D | octeon-hcd.c | 320 struct list_head transactions; member 1114 INIT_LIST_HEAD(&pipe->transactions); in cvmx_usb_open_pipe() 1355 list_first_entry(&pipe->transactions, typeof(*transaction), in cvmx_usb_start_channel_control() 1500 list_first_entry(&pipe->transactions, typeof(*transaction), in cvmx_usb_start_channel() 1849 list_first_entry(&pipe->transactions, typeof(*t), in cvmx_usb_find_ready_pipe() 2093 if (list_empty(&pipe->transactions)) in cvmx_usb_complete() 2159 if (!list_empty(&pipe->transactions)) { in cvmx_usb_submit_transaction() 2160 list_add_tail(&transaction->node, &pipe->transactions); in cvmx_usb_submit_transaction() 2162 list_add_tail(&transaction->node, &pipe->transactions); in cvmx_usb_submit_transaction() 2369 if (!list_empty(&pipe->transactions)) in cvmx_usb_close_pipe() [all …]
|
| /drivers/pci/ |
| A D | Kconfig | 200 Enables drivers to do PCI peer-to-peer transactions to and from 205 Many PCIe root complexes do not support P2P transactions and 207 P2P DMA transactions must be between devices behind the same root
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_mst_topology.c | 418 buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f; in drm_dp_encode_sideband_req() 420 buf[idx] = req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 422 …memcpy(&buf[idx], req->u.i2c_read.transactions[i].bytes, req->u.i2c_read.transactions[i].num_bytes… in drm_dp_encode_sideband_req() 423 idx += req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 548 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 566 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 666 &req->u.i2c_read.transactions[i]; in drm_dp_dump_sideband_msg_req_body() 728 kfree(req.u.i2c_read.transactions[i].bytes); in drm_dp_mst_dump_sideband_msg_tx() 5837 msg.u.i2c_read.transactions[i].i2c_dev_id = msgs[i].addr; in drm_dp_mst_i2c_read() 5838 msg.u.i2c_read.transactions[i].num_bytes = msgs[i].len; in drm_dp_mst_i2c_read() [all …]
|
| /drivers/w1/masters/ |
| A D | Kconfig | 13 correctly timed 1 wire transactions without relying on GPIO timing
|
| /drivers/memory/ |
| A D | Kconfig | 224 controller. This driver configures the transactions with external 243 - the time between 2 transactions in multiplexed mode.
|
| /drivers/media/usb/msi2500/ |
| A D | msi2500.c | 245 unsigned int i, j, transactions, dst_len = 0; in msi2500_convert_stream() local 249 transactions = src_len / 1024; in msi2500_convert_stream() 251 for (i = 0; i < transactions; i++) { in msi2500_convert_stream()
|
| /drivers/scsi/aic7xxx/ |
| A D | Kconfig.aic79xx | 22 This is an upper bound value for the number of tagged transactions
|
| A D | Kconfig.aic7xxx | 27 This is an upper bound value for the number of tagged transactions
|
| A D | aic7xxx.seq | 362 * when we have outstanding transactions, so we can safely 364 * we start sending out transactions again. 790 * be transferred using memory write and invalidate PCI transactions. 1811 * transactions by first looking at the transaction stored in 1876 * transactions since the SCB may exist in any slot. If we're not
|
| A D | aic79xx.seq | 457 * PCI-X mode, we do this to avoid split transactions since 1093 * transactions by first looking at the transaction stored in 1914 * so it can be used for other transactions. On RTI capable controllers,
|
| /drivers/char/tpm/ |
| A D | Kconfig | 31 bool "Use HMAC and encrypted transactions on the TPM bus" 42 transactions.
|
| /drivers/soc/tegra/ |
| A D | Kconfig | 176 information about the failed transactions.
|
| /drivers/fpga/ |
| A D | Kconfig | 143 occur if AXI transactions are interrupted by DFX.
|
| /drivers/perf/ |
| A D | Kconfig | 142 Groups (PMCG), which provide monitoring of transactions passing
|
| /drivers/i2c/busses/ |
| A D | Kconfig | 807 be used to manage I2C bus transactions, which are necessary for
|
| /drivers/android/ |
| A D | binder.c | 6926 DEFINE_SHOW_ATTRIBUTE(transactions);
|
Completed in 862 milliseconds