Searched refs:transactions (Results 1 – 19 of 19) sorted by relevance
/drivers/net/ethernet/freescale/fman/ |
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/platform/x86/amd/pmc/ |
D | Kconfig | 13 primarily responsible for S2Idle transactions that are driven from 15 mechanism to investigate the S2Idle transactions and failures.
|
/drivers/gpu/drm/tests/ |
D | drm_dp_mst_helper_test.c | 206 .u.i2c_read.transactions = { 308 txin = &IN.transactions[i]; in sideband_msg_req_equal() 309 txout = &OUT.transactions[i]; in sideband_msg_req_equal() 400 kfree(out->u.i2c_read.transactions[i].bytes); in drm_test_dp_mst_sideband_msg_req_decode()
|
/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()
|
/drivers/firmware/arm_scmi/ |
D | Kconfig | 122 transactions on the TX path, answer Y. 124 transport to optionally ask for atomic SCMI transactions and operate 162 transactions on the TX path, answer Y. 165 transport to optionally ask for atomic SCMI transactions and operate
|
/drivers/usb/host/ |
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() 2304 if (list_first_entry(&pipe->transactions, typeof(*transaction), node) == in cvmx_usb_cancel() [all …]
|
/drivers/pci/ |
D | Kconfig | 173 Enableѕ drivers to do PCI peer-to-peer transactions to and from 178 Many PCIe root complexes do not support P2P transactions and 180 P2P DMA transactions must be between devices behind the same root
|
/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 405 buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f; in drm_dp_encode_sideband_req() 407 buf[idx] = req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 409 …memcpy(&buf[idx], req->u.i2c_read.transactions[i].bytes, req->u.i2c_read.transactions[i].num_bytes… in drm_dp_encode_sideband_req() 410 idx += req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 412 buf[idx] = (req->u.i2c_read.transactions[i].no_stop_bit & 0x1) << 4; in drm_dp_encode_sideband_req() 413 buf[idx] |= (req->u.i2c_read.transactions[i].i2c_transaction_delay & 0xf); in drm_dp_encode_sideband_req() 535 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 553 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 653 &req->u.i2c_read.transactions[i]; in drm_dp_dump_sideband_msg_req_body() 715 kfree(req.u.i2c_read.transactions[i].bytes); in drm_dp_mst_dump_sideband_msg_tx() [all …]
|
/drivers/media/usb/msi2500/ |
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/ |
D | Kconfig.aic79xx | 22 This is an upper bound value for the number of tagged transactions
|
D | Kconfig.aic7xxx | 27 This is an upper bound value for the number of tagged transactions
|
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
|
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/soc/tegra/ |
D | Kconfig | 177 information about the failed transactions.
|
/drivers/perf/ |
D | Kconfig | 99 Groups (PMCG), which provide monitoring of transactions passing
|
/drivers/memory/ |
D | Kconfig | 224 controller. This driver configures the transactions with external
|
/drivers/fpga/ |
D | Kconfig | 131 occur if AXI transactions are interrupted by DFX.
|
/drivers/iommu/ |
D | Kconfig | 353 incoming transactions from devices that are not attached to
|
/drivers/android/ |
D | binder.c | 6852 DEFINE_SHOW_ATTRIBUTE(transactions);
|