tcode            1072 arch/mips/kernel/traps.c 	u32 opcode, tcode = 0;
tcode            1091 arch/mips/kernel/traps.c 			tcode = (opcode >> 12) & ((1 << 4) - 1);
tcode            1097 arch/mips/kernel/traps.c 			tcode = (opcode >> 6) & ((1 << 10) - 1);
tcode            1100 arch/mips/kernel/traps.c 	do_trap_or_bp(regs, tcode, 0, "Trap");
tcode             582 drivers/firewire/core-cdev.c 	if (request->tcode != TCODE_STREAM_DATA &&
tcode             586 drivers/firewire/core-cdev.c 	if (request->tcode == TCODE_WRITE_QUADLET_REQUEST &&
tcode             611 drivers/firewire/core-cdev.c 			request->tcode, destination_id, request->generation,
tcode             624 drivers/firewire/core-cdev.c 	switch (arg->send_request.tcode) {
tcode             666 drivers/firewire/core-cdev.c 			   int tcode, int destination, int source,
tcode             710 drivers/firewire/core-cdev.c 		if (tcode & 0x10)
tcode             711 drivers/firewire/core-cdev.c 			tcode = TCODE_LOCK_REQUEST;
tcode             714 drivers/firewire/core-cdev.c 		req->tcode	= tcode;
tcode             724 drivers/firewire/core-cdev.c 		req->tcode	= tcode;
tcode            1442 drivers/firewire/core-cdev.c 	switch (a->tcode) {
tcode            1471 drivers/firewire/core-cdev.c 	request.tcode		= TCODE_STREAM_DATA;
tcode              34 drivers/firewire/core-transaction.c #define HEADER_TCODE(tcode)		((tcode) << 4)
tcode              42 drivers/firewire/core-transaction.c #define HEADER_EXTENDED_TCODE(tcode)	((tcode) << 0)
tcode             198 drivers/firewire/core-transaction.c static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
tcode             204 drivers/firewire/core-transaction.c 	if (tcode == TCODE_STREAM_DATA) {
tcode             216 drivers/firewire/core-transaction.c 	if (tcode > 0x10) {
tcode             217 drivers/firewire/core-transaction.c 		ext_tcode = tcode & ~0x10;
tcode             218 drivers/firewire/core-transaction.c 		tcode = TCODE_LOCK_REQUEST;
tcode             225 drivers/firewire/core-transaction.c 		HEADER_TCODE(tcode) |
tcode             232 drivers/firewire/core-transaction.c 	switch (tcode) {
tcode             263 drivers/firewire/core-transaction.c 		WARN(1, "wrong tcode %d\n", tcode);
tcode             337 drivers/firewire/core-transaction.c void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode,
tcode             368 drivers/firewire/core-transaction.c 	fw_fill_request(&t->packet, tcode, t->tlabel,
tcode             414 drivers/firewire/core-transaction.c int fw_run_transaction(struct fw_card *card, int tcode, int destination_id,
tcode             424 drivers/firewire/core-transaction.c 	fw_send_request(card, &t, tcode, destination_id, generation, speed,
tcode             637 drivers/firewire/core-transaction.c 	int tcode, ext_tcode, data_length;
tcode             639 drivers/firewire/core-transaction.c 	tcode = HEADER_GET_TCODE(r->request_header[0]);
tcode             641 drivers/firewire/core-transaction.c 	switch (tcode) {
tcode             665 drivers/firewire/core-transaction.c 		WARN(1, "wrong tcode %d\n", tcode);
tcode             673 drivers/firewire/core-transaction.c 	int tcode, tlabel, extended_tcode, source, destination;
tcode             675 drivers/firewire/core-transaction.c 	tcode          = HEADER_GET_TCODE(request_header[0]);
tcode             690 drivers/firewire/core-transaction.c 	switch (tcode) {
tcode             711 drivers/firewire/core-transaction.c 		response->header[0] |= HEADER_TCODE(tcode + 2);
tcode             721 drivers/firewire/core-transaction.c 		WARN(1, "wrong tcode %d\n", tcode);
tcode             841 drivers/firewire/core-transaction.c 	int tcode, destination, source;
tcode             845 drivers/firewire/core-transaction.c 	tcode       = HEADER_GET_TCODE(p->header[0]);
tcode             846 drivers/firewire/core-transaction.c 	if (tcode == TCODE_LOCK_REQUEST)
tcode             847 drivers/firewire/core-transaction.c 		tcode = 0x10 + HEADER_GET_EXTENDED_TCODE(p->header[3]);
tcode             854 drivers/firewire/core-transaction.c 					  tcode, destination, source,
tcode             870 drivers/firewire/core-transaction.c 	int tcode, destination, source;
tcode             880 drivers/firewire/core-transaction.c 	tcode       = HEADER_GET_TCODE(p->header[0]);
tcode             884 drivers/firewire/core-transaction.c 	if (tcode != TCODE_WRITE_QUADLET_REQUEST &&
tcode             885 drivers/firewire/core-transaction.c 	    tcode != TCODE_WRITE_BLOCK_REQUEST) {
tcode             894 drivers/firewire/core-transaction.c 			handler->address_callback(card, NULL, tcode,
tcode             942 drivers/firewire/core-transaction.c 	int tcode, tlabel, source, rcode;
tcode             944 drivers/firewire/core-transaction.c 	tcode	= HEADER_GET_TCODE(p->header[0]);
tcode             975 drivers/firewire/core-transaction.c 	switch (tcode) {
tcode            1040 drivers/firewire/core-transaction.c 		int tcode, int destination, int source, int generation,
tcode            1046 drivers/firewire/core-transaction.c 	if (!TCODE_IS_READ_REQUEST(tcode)) {
tcode            1085 drivers/firewire/core-transaction.c 		int tcode, int destination, int source, int generation,
tcode            1114 drivers/firewire/core-transaction.c 		if (tcode == TCODE_READ_QUADLET_REQUEST)
tcode            1116 drivers/firewire/core-transaction.c 		else if (tcode == TCODE_WRITE_QUADLET_REQUEST)
tcode            1123 drivers/firewire/core-transaction.c 		if (tcode == TCODE_WRITE_QUADLET_REQUEST)
tcode            1131 drivers/firewire/core-transaction.c 		if (tcode == TCODE_READ_QUADLET_REQUEST) {
tcode            1133 drivers/firewire/core-transaction.c 		} else if (tcode == TCODE_WRITE_QUADLET_REQUEST) {
tcode            1144 drivers/firewire/core-transaction.c 		if (tcode == TCODE_READ_QUADLET_REQUEST) {
tcode            1146 drivers/firewire/core-transaction.c 		} else if (tcode == TCODE_WRITE_QUADLET_REQUEST) {
tcode            1158 drivers/firewire/core-transaction.c 		if (tcode == TCODE_READ_QUADLET_REQUEST)
tcode            1160 drivers/firewire/core-transaction.c 		else if (tcode == TCODE_WRITE_QUADLET_REQUEST)
tcode            1167 drivers/firewire/core-transaction.c 		if (tcode == TCODE_READ_QUADLET_REQUEST)
tcode            1169 drivers/firewire/core-transaction.c 		else if (tcode == TCODE_WRITE_QUADLET_REQUEST)
tcode            1205 drivers/firewire/core-transaction.c 		int tcode, int destination, int source, int generation,
tcode             230 drivers/firewire/core.h #define TCODE_IS_READ_REQUEST(tcode)	(((tcode) & ~1) == 4)
tcode             231 drivers/firewire/core.h #define TCODE_IS_BLOCK_PACKET(tcode)	(((tcode) &  1) != 0)
tcode             232 drivers/firewire/core.h #define TCODE_IS_LINK_INTERNAL(tcode)	((tcode) == TCODE_LINK_INTERNAL)
tcode             233 drivers/firewire/core.h #define TCODE_IS_REQUEST(tcode)		(((tcode) &  2) == 0)
tcode             234 drivers/firewire/core.h #define TCODE_IS_RESPONSE(tcode)	(((tcode) &  2) != 0)
tcode             235 drivers/firewire/core.h #define TCODE_HAS_REQUEST_DATA(tcode)	(((tcode) & 12) != 4)
tcode             236 drivers/firewire/core.h #define TCODE_HAS_RESPONSE_DATA(tcode)	(((tcode) & 12) != 0)
tcode             714 drivers/firewire/net.c 		int tcode, int destination, int source, int generation,
tcode             729 drivers/firewire/net.c 	else if (tcode != TCODE_WRITE_BLOCK_REQUEST)
tcode             404 drivers/firewire/nosy.c 	u32 tcode_mask, tcode, timestamp;
tcode             411 drivers/firewire/nosy.c 	tcode  = __le32_to_cpu(lynx->rcv_buffer[1]) >> 4 & 0xf;
tcode             420 drivers/firewire/nosy.c 		tcode_mask = 1 << tcode;
tcode             474 drivers/firewire/ohci.c 	int tcode = header[0] >> 4 & 0xf;
tcode             489 drivers/firewire/ohci.c 	switch (tcode) {
tcode             502 drivers/firewire/ohci.c 	switch (tcode) {
tcode             505 drivers/firewire/ohci.c 			    dir, evts[evt], tcodes[tcode]);
tcode             516 drivers/firewire/ohci.c 			    tcodes[tcode], header[1] & 0xffff, header[2], specific);
tcode             523 drivers/firewire/ohci.c 			    tcodes[tcode], specific);
tcode             802 drivers/firewire/ohci.c 	u32 status, length, tcode;
tcode             809 drivers/firewire/ohci.c 	tcode = (p.header[0] >> 4) & 0x0f;
tcode             810 drivers/firewire/ohci.c 	switch (tcode) {
tcode            1296 drivers/firewire/ohci.c 	int z, tcode;
tcode            1313 drivers/firewire/ohci.c 	tcode = (packet->header[0] >> 4) & 0x0f;
tcode            1315 drivers/firewire/ohci.c 	switch (tcode) {
tcode            1331 drivers/firewire/ohci.c 		if (TCODE_IS_BLOCK_PACKET(tcode))
tcode            1520 drivers/firewire/ohci.c 	int tcode, length, i;
tcode            1522 drivers/firewire/ohci.c 	tcode = HEADER_GET_TCODE(packet->header[0]);
tcode            1523 drivers/firewire/ohci.c 	if (TCODE_IS_BLOCK_PACKET(tcode))
tcode            1532 drivers/firewire/ohci.c 	} else if (!TCODE_IS_READ_REQUEST(tcode)) {
tcode            1547 drivers/firewire/ohci.c 	int tcode, length, ext_tcode, sel, try;
tcode            1551 drivers/firewire/ohci.c 	tcode = HEADER_GET_TCODE(packet->header[0]);
tcode            1556 drivers/firewire/ohci.c 	if (tcode == TCODE_LOCK_REQUEST &&
tcode            1560 drivers/firewire/ohci.c 	} else if (tcode == TCODE_READ_QUADLET_REQUEST) {
tcode             406 drivers/firewire/sbp2.c 			      int tcode, int destination, int source,
tcode             415 drivers/firewire/sbp2.c 	if (tcode != TCODE_WRITE_BLOCK_REQUEST ||
tcode              38 drivers/media/firewire/firedtv-fw.c 		    int tcode)
tcode              45 drivers/media/firewire/firedtv-fw.c 	rcode = fw_run_transaction(device->card, tcode, device->node_id,
tcode             196 drivers/media/firewire/firedtv-fw.c 		       int tcode, int destination, int source, int generation,
tcode             227 drivers/staging/fwserial/fwserial.c static int fwtty_send_data_async(struct fwtty_peer *peer, int tcode,
tcode             244 drivers/staging/fwserial/fwserial.c 	fw_send_request(peer->serial->card, &txn->fw_txn, tcode,
tcode             251 drivers/staging/fwserial/fwserial.c 				 struct fwtty_transaction *txn, int tcode,
tcode             263 drivers/staging/fwserial/fwserial.c 	fw_send_request(peer->serial->card, &txn->fw_txn, tcode,
tcode             600 drivers/staging/fwserial/fwserial.c 			       int tcode, int destination, int source,
tcode             621 drivers/staging/fwserial/fwserial.c 	switch (tcode) {
tcode            2710 drivers/staging/fwserial/fwserial.c 				  int tcode, int destination, int source,
tcode            2728 drivers/staging/fwserial/fwserial.c 		switch (tcode) {
tcode             668 drivers/target/sbp/sbp_target.c static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data,
tcode             673 drivers/target/sbp/sbp_target.c 	switch (tcode) {
tcode             694 drivers/target/sbp/sbp_target.c static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data,
tcode             697 drivers/target/sbp/sbp_target.c 	switch (tcode) {
tcode             710 drivers/target/sbp/sbp_target.c static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data,
tcode             715 drivers/target/sbp/sbp_target.c 	switch (tcode) {
tcode             749 drivers/target/sbp/sbp_target.c static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data,
tcode             752 drivers/target/sbp/sbp_target.c 	switch (tcode) {
tcode             780 drivers/target/sbp/sbp_target.c 		int tcode, void *data, struct sbp_target_agent *agent)
tcode             782 drivers/target/sbp/sbp_target.c 	switch (tcode) {
tcode             797 drivers/target/sbp/sbp_target.c 		int tcode, int destination, int source, int generation,
tcode             828 drivers/target/sbp/sbp_target.c 		rcode = tgt_agent_rw_agent_state(card, tcode, data, agent);
tcode             831 drivers/target/sbp/sbp_target.c 		rcode = tgt_agent_rw_agent_reset(card, tcode, data, agent);
tcode             834 drivers/target/sbp/sbp_target.c 		rcode = tgt_agent_rw_orb_pointer(card, tcode, data, agent);
tcode             837 drivers/target/sbp/sbp_target.c 		rcode = tgt_agent_rw_doorbell(card, tcode, data, agent);
tcode             840 drivers/target/sbp/sbp_target.c 		rcode = tgt_agent_rw_unsolicited_status_enable(card, tcode,
tcode            1055 drivers/target/sbp/sbp_target.c static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id,
tcode            1062 drivers/target/sbp/sbp_target.c 		ret = fw_run_transaction(card, tcode, destination_id,
tcode            1086 drivers/target/sbp/sbp_target.c 		int tcode, unsigned long long offset, void *payload,
tcode            1101 drivers/target/sbp/sbp_target.c 	ret = sbp_run_transaction(card, tcode, node_id, generation, speed,
tcode            1244 drivers/target/sbp/sbp_target.c 	int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id,
tcode            1253 drivers/target/sbp/sbp_target.c 		tcode = TCODE_WRITE_BLOCK_REQUEST;
tcode            1256 drivers/target/sbp/sbp_target.c 		tcode = TCODE_READ_BLOCK_REQUEST;
tcode            1308 drivers/target/sbp/sbp_target.c 		rcode = sbp_run_transaction(card, tcode, node_id,
tcode            1582 drivers/target/sbp/sbp_target.c 	struct fw_request *request, int tcode, int destination, int source,
tcode            1596 drivers/target/sbp/sbp_target.c 	if (tcode == TCODE_WRITE_BLOCK_REQUEST) {
tcode            1626 drivers/target/sbp/sbp_target.c 	} else if (tcode == TCODE_READ_BLOCK_REQUEST) {
tcode             285 include/linux/firewire.h 				      int tcode, int destination, int source,
tcode             356 include/linux/firewire.h 		     int tcode, int destination_id, int generation, int speed,
tcode             361 include/linux/firewire.h int fw_run_transaction(struct fw_card *card, int tcode, int destination_id,
tcode             141 include/uapi/linux/firewire-cdev.h 	__u32 tcode;
tcode             200 include/uapi/linux/firewire-cdev.h 	__u32 tcode;
tcode             512 include/uapi/linux/firewire-cdev.h 	__u32 tcode;
tcode             133 sound/firewire/dice/dice-transaction.c 			      int tcode, int destination, int source,
tcode             141 sound/firewire/dice/dice-transaction.c 	if (tcode != TCODE_WRITE_QUADLET_REQUEST) {
tcode              24 sound/firewire/digi00x/digi00x-transaction.c 			   int tcode, int destination, int source,
tcode             235 sound/firewire/fcp.c 	int tcode, ret, tries = 0;
tcode             252 sound/firewire/fcp.c 		tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST
tcode             254 sound/firewire/fcp.c 		ret = snd_fw_transaction(t.unit, tcode,
tcode             341 sound/firewire/fcp.c 			 int tcode, int destination, int source,
tcode              63 sound/firewire/fireface/ff-transaction.c 	int tcode;
tcode              94 sound/firewire/fireface/ff-transaction.c 		tcode = TCODE_WRITE_QUADLET_REQUEST;
tcode              96 sound/firewire/fireface/ff-transaction.c 		tcode = TCODE_WRITE_BLOCK_REQUEST;
tcode             108 sound/firewire/fireface/ff-transaction.c 	fw_send_request(fw_dev->card, &ff->transactions[port], tcode,
tcode             129 sound/firewire/fireface/ff-transaction.c 			    int tcode, int destination, int source,
tcode             227 sound/firewire/fireworks/fireworks_transaction.c 	     int tcode, int destination, int source,
tcode              33 sound/firewire/lib.c int snd_fw_transaction(struct fw_unit *unit, int tcode,
tcode              46 sound/firewire/lib.c 		rcode = fw_run_transaction(device->card, tcode,
tcode              16 sound/firewire/lib.h int snd_fw_transaction(struct fw_unit *unit, int tcode,
tcode              18 sound/firewire/motu/motu-transaction.c 	int tcode;
tcode              23 sound/firewire/motu/motu-transaction.c 		tcode = TCODE_READ_QUADLET_REQUEST;
tcode              25 sound/firewire/motu/motu-transaction.c 		tcode = TCODE_READ_BLOCK_REQUEST;
tcode              27 sound/firewire/motu/motu-transaction.c 	return snd_fw_transaction(motu->unit, tcode,
tcode              34 sound/firewire/motu/motu-transaction.c 	int tcode;
tcode              39 sound/firewire/motu/motu-transaction.c 		tcode = TCODE_WRITE_QUADLET_REQUEST;
tcode              41 sound/firewire/motu/motu-transaction.c 		tcode = TCODE_WRITE_BLOCK_REQUEST;
tcode              43 sound/firewire/motu/motu-transaction.c 	return snd_fw_transaction(motu->unit, tcode,
tcode              48 sound/firewire/motu/motu-transaction.c 			   int tcode, int destination, int source,
tcode              56 sound/firewire/motu/motu-transaction.c 	if (tcode != TCODE_WRITE_QUADLET_REQUEST) {
tcode              95 sound/firewire/oxfw/oxfw-scs1x.c 		       int tcode, int destination, int source, int generation,
tcode             107 sound/firewire/oxfw/oxfw-scs1x.c 	if (tcode != TCODE_WRITE_QUADLET_REQUEST &&
tcode             108 sound/firewire/oxfw/oxfw-scs1x.c 	    tcode != TCODE_WRITE_BLOCK_REQUEST) {
tcode             246 sound/firewire/tascam/tascam-transaction.c 			   int tcode, int destination, int source,
tcode             182 tools/firewire/decode-fcp.c 	if (t->request->packet.common.tcode != TCODE_WRITE_BLOCK_REQUEST)
tcode             506 tools/firewire/nosy-dump.c 		if (prev->packet.common.tcode != sa->packet.common.tcode ||
tcode             517 tools/firewire/nosy-dump.c 		if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST &&
tcode             518 tools/firewire/nosy-dump.c 		    p->common.tcode != TCODE_WRITE_BLOCK_REQUEST)
tcode             572 tools/firewire/nosy-dump.c 		if (prev->packet.common.tcode != sa->packet.common.tcode ||
tcode             586 tools/firewire/nosy-dump.c 		if (packet_info[prev->packet.common.tcode].response_tcode !=
tcode             587 tools/firewire/nosy-dump.c 		    sa->packet.common.tcode) {
tcode             627 tools/firewire/nosy-dump.c 		switch (packet_info[p->common.tcode].type) {
tcode             691 tools/firewire/nosy-dump.c 	pi = &packet_info[packet->common.tcode];
tcode             843 tools/firewire/nosy-dump.c 		tcode_count[packet->common.tcode]++;
tcode              82 tools/firewire/nosy-dump.h 			uint32_t tcode:4;
tcode             148 tools/firewire/nosy-dump.h 			uint32_t tcode:4;