transactions      335 drivers/gpu/drm/drm_dp_mst_topology.c 			buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f;
transactions      337 drivers/gpu/drm/drm_dp_mst_topology.c 			buf[idx] = req->u.i2c_read.transactions[i].num_bytes;
transactions      339 drivers/gpu/drm/drm_dp_mst_topology.c 			memcpy(&buf[idx], req->u.i2c_read.transactions[i].bytes, req->u.i2c_read.transactions[i].num_bytes);
transactions      340 drivers/gpu/drm/drm_dp_mst_topology.c 			idx += req->u.i2c_read.transactions[i].num_bytes;
transactions      342 drivers/gpu/drm/drm_dp_mst_topology.c 			buf[idx] = (req->u.i2c_read.transactions[i].no_stop_bit & 0x1) << 4;
transactions      343 drivers/gpu/drm/drm_dp_mst_topology.c 			buf[idx] |= (req->u.i2c_read.transactions[i].i2c_transaction_delay & 0xf);
transactions     4065 drivers/gpu/drm/drm_dp_mst_topology.c 		msg.u.i2c_read.transactions[i].i2c_dev_id = msgs[i].addr;
transactions     4066 drivers/gpu/drm/drm_dp_mst_topology.c 		msg.u.i2c_read.transactions[i].num_bytes = msgs[i].len;
transactions     4067 drivers/gpu/drm/drm_dp_mst_topology.c 		msg.u.i2c_read.transactions[i].bytes = msgs[i].buf;
transactions     4068 drivers/gpu/drm/drm_dp_mst_topology.c 		msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP);
transactions      245 drivers/media/usb/msi2500/msi2500.c 	unsigned int i, j, transactions, dst_len = 0;
transactions      249 drivers/media/usb/msi2500/msi2500.c 	transactions = src_len / 1024;
transactions      251 drivers/media/usb/msi2500/msi2500.c 	for (i = 0; i < transactions; i++) {
transactions      318 drivers/staging/octeon-usb/octeon-hcd.c 	struct list_head transactions;
transactions     1112 drivers/staging/octeon-usb/octeon-hcd.c 	INIT_LIST_HEAD(&pipe->transactions);
transactions     1354 drivers/staging/octeon-usb/octeon-hcd.c 		list_first_entry(&pipe->transactions, typeof(*transaction),
transactions     1499 drivers/staging/octeon-usb/octeon-hcd.c 		list_first_entry(&pipe->transactions, typeof(*transaction),
transactions     1849 drivers/staging/octeon-usb/octeon-hcd.c 			list_first_entry(&pipe->transactions, typeof(*t),
transactions     2093 drivers/staging/octeon-usb/octeon-hcd.c 	if (list_empty(&pipe->transactions))
transactions     2159 drivers/staging/octeon-usb/octeon-hcd.c 	if (!list_empty(&pipe->transactions)) {
transactions     2160 drivers/staging/octeon-usb/octeon-hcd.c 		list_add_tail(&transaction->node, &pipe->transactions);
transactions     2162 drivers/staging/octeon-usb/octeon-hcd.c 		list_add_tail(&transaction->node, &pipe->transactions);
transactions     2304 drivers/staging/octeon-usb/octeon-hcd.c 	if (list_first_entry(&pipe->transactions, typeof(*transaction), node) ==
transactions     2346 drivers/staging/octeon-usb/octeon-hcd.c 	list_for_each_entry_safe(transaction, next, &pipe->transactions, node) {
transactions     2368 drivers/staging/octeon-usb/octeon-hcd.c 	if (!list_empty(&pipe->transactions))
transactions     2676 drivers/staging/octeon-usb/octeon-hcd.c 	transaction = list_first_entry(&pipe->transactions,
transactions      102 drivers/xen/xenbus/xenbus_dev_frontend.c 	struct list_head transactions;
transactions      320 drivers/xen/xenbus/xenbus_dev_frontend.c 	list_for_each_entry_safe(trans, tmp, &u->transactions, list) {
transactions      356 drivers/xen/xenbus/xenbus_dev_frontend.c 	list_for_each_entry(trans, &u->transactions, list)
transactions      463 drivers/xen/xenbus/xenbus_dev_frontend.c 		list_add(&trans->list, &u->transactions);
transactions      664 drivers/xen/xenbus/xenbus_dev_frontend.c 	INIT_LIST_HEAD(&u->transactions);
transactions      296 include/drm/drm_dp_mst_helper.h 	} transactions[DP_REMOTE_I2C_READ_MAX_TRANSACTIONS];
transactions      187 sound/firewire/fcp.c static LIST_HEAD(transactions);
transactions      248 sound/firewire/fcp.c 	list_add_tail(&t.list, &transactions);
transactions      306 sound/firewire/fcp.c 	list_for_each_entry(t, &transactions, list) {
transactions      352 sound/firewire/fcp.c 	list_for_each_entry(t, &transactions, list) {
transactions      398 sound/firewire/fcp.c 	WARN_ON(!list_empty(&transactions));
transactions       40 sound/firewire/fireface/ff-transaction.c 		container_of(callback_data, struct snd_ff, transactions[0]);
transactions       49 sound/firewire/fireface/ff-transaction.c 		container_of(callback_data, struct snd_ff, transactions[1]);
transactions      108 sound/firewire/fireface/ff-transaction.c 	fw_send_request(fw_dev->card, &ff->transactions[port], tcode,
transactions      111 sound/firewire/fireface/ff-transaction.c 			callback, &ff->transactions[port]);
transactions       80 sound/firewire/fireface/ff.h 	struct fw_transaction transactions[SND_FF_OUT_MIDI_PORTS];
transactions      977 tools/perf/util/auxtrace.c 	synth_opts->transactions = true;
transactions     1070 tools/perf/util/auxtrace.c 			synth_opts->transactions = true;
transactions       92 tools/perf/util/auxtrace.h 	bool			transactions;
transactions     2821 tools/perf/util/intel-pt.c 	if (pt->synth_opts.transactions) {
transactions     1070 tools/perf/util/s390-cpumsf.c 		itops->transactions || itops->ptwrites ||