/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_dp_mst_helper.c | 71 txin = &IN.transactions[i]; in sideband_msg_req_equal() 72 txout = &OUT.transactions[i]; in sideband_msg_req_equal() 150 kfree(out.u.i2c_read.transactions[i].bytes); in sideband_msg_req_encode_decode() 226 in.u.i2c_read.transactions[i].bytes = data; in igt_dp_mst_sideband_msg_req_decode() 227 in.u.i2c_read.transactions[i].num_bytes = ARRAY_SIZE(data); in igt_dp_mst_sideband_msg_req_decode() 228 in.u.i2c_read.transactions[i].i2c_dev_id = 0x7f & ~i; in igt_dp_mst_sideband_msg_req_decode() 229 in.u.i2c_read.transactions[i].i2c_transaction_delay = 0xf & ~i; in igt_dp_mst_sideband_msg_req_decode()
|
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A 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() 168 // receive asynchronous transactions for MIDI messages, while the way to 182 * local address to listen asynchronous transactions. in snd_ff_transaction_reregister()
|
H A D | ff.h | 87 struct fw_transaction transactions[SND_FF_OUT_MIDI_PORTS]; member
|
/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A 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() 171 // receive asynchronous transactions for MIDI messages, while the way to 185 * local address to listen asynchronous transactions. in snd_ff_transaction_reregister()
|
H A D | ff.h | 84 struct fw_transaction transactions[SND_FF_OUT_MIDI_PORTS]; member
|
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | fcp.c | 187 static LIST_HEAD(transactions); 220 * Because it is possible for multiple FCP transactions to be active at the 246 list_add_tail(&t.list, &transactions); in fcp_avc_transaction() 297 * transactions are retried. 304 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset() 350 list_for_each_entry(t, &transactions, list) { in fcp_response() 396 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | fcp.c | 187 static LIST_HEAD(transactions); 220 * Because it is possible for multiple FCP transactions to be active at the 246 list_add_tail(&t.list, &transactions); in fcp_avc_transaction() 297 * transactions are retried. 304 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset() 350 list_for_each_entry(t, &transactions, list) { in fcp_response() 396 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_dp_mst_helper_test.c | 201 .desc = "DP_REMOTE_I2C_READ with transactions array", 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()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 69 * An element of a list of outstanding transactions, for which we're 92 * the "transactions" and "watches" lists, and the partial 101 /* In-progress transactions */ 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()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 69 * An element of a list of outstanding transactions, for which we're 92 * the "transactions" and "watches" lists, and the partial 101 /* In-progress transactions */ 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()
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 215 /* Maximum number of times to retry failed transactions */ 234 * Logical transactions may take numerous low level 235 * transactions, especially when splits are concerned. This 257 * @node: List node for transactions in the pipe. 262 * @control_header: For control transactions, physical address of the 8 264 * @iso_start_frame: For ISO transactions, the starting frame number. 265 * @iso_number_packets: For ISO transactions, the number of packets in the 267 * @iso_packets: For ISO transactions, the sub packets in the request. 269 * @stage: For control transactions, the current stage. 296 * @transactions 318 struct list_head transactions; global() member [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | octeon-hcd.c | 217 /* Maximum number of times to retry failed transactions */ 236 * Logical transactions may take numerous low level 237 * transactions, especially when splits are concerned. This 259 * @node: List node for transactions in the pipe. 264 * @control_header: For control transactions, physical address of the 8 266 * @iso_start_frame: For ISO transactions, the starting frame number. 267 * @iso_number_packets: For ISO transactions, the number of packets in the 269 * @iso_packets: For ISO transactions, the sub packets in the request. 271 * @stage: For control transactions, the current stage. 298 * @transactions 320 struct list_head transactions; global() member [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 404 buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f; in drm_dp_encode_sideband_req() 406 buf[idx] = req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 408 memcpy(&buf[idx], req->u.i2c_read.transactions[i].bytes, req->u.i2c_read.transactions[i].num_bytes); in drm_dp_encode_sideband_req() 409 idx += req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 411 buf[idx] = (req->u.i2c_read.transactions[i].no_stop_bit & 0x1) << 4; in drm_dp_encode_sideband_req() 412 buf[idx] |= (req->u.i2c_read.transactions[i].i2c_transaction_delay & 0xf); in drm_dp_encode_sideband_req() 534 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 552 tx = &r->transactions[i]; in drm_dp_decode_sideband_req() 652 &req->u.i2c_read.transactions[ in drm_dp_dump_sideband_msg_req_body() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A 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[ in drm_dp_dump_sideband_msg_req_body() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 245 unsigned int i, j, transactions, dst_len = 0; in msi2500_convert_stream() local 248 /* There could be 1-3 1024 byte transactions per packet */ in msi2500_convert_stream() 249 transactions = src_len / 1024; in msi2500_convert_stream() 251 for (i = 0; i < transactions; i++) { in msi2500_convert_stream()
|
/kernel/linux/linux-6.6/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 245 unsigned int i, j, transactions, dst_len = 0; in msi2500_convert_stream() local 248 /* There could be 1-3 1024 byte transactions per packet */ in msi2500_convert_stream() 249 transactions = src_len / 1024; in msi2500_convert_stream() 251 for (i = 0; i < transactions; i++) { in msi2500_convert_stream()
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 230 mov r1, #0 @ unstall all transactions
|
H A D | sleep-tegra30.S | 521 mov r1, #0 @ unstall all transactions
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 255 mov r1, #0 @ unstall all transactions
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.h | 72 * @transactions: whether to synthesize events for transactions 111 bool transactions; member 626 " x: synthesize transactions events\n" \
|
H A D | s390-cpumsf.c | 1078 itops->transactions || itops->ptwrites || in check_auxtrace_itrace()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_mst_helper.h | 393 } transactions[DP_REMOTE_I2C_READ_MAX_TRANSACTIONS]; member
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 376 } transactions[DP_REMOTE_I2C_READ_MAX_TRANSACTIONS]; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.h | 79 * @transactions: whether to synthesize events for transactions 127 bool transactions; member 654 " x: synthesize transactions events\n" \
|
H A D | s390-cpumsf.c | 1079 itops->transactions || itops->ptwrites || in check_auxtrace_itrace()
|