rx_resources      144 sound/firewire/dice/dice-stream.c 		fw_iso_resources_free(&dice->rx_resources[i]);
rx_resources      242 sound/firewire/dice/dice-stream.c 			resources = &dice->rx_resources[i];
rx_resources      352 sound/firewire/dice/dice-stream.c 			resources = dice->rx_resources + i;
rx_resources      393 sound/firewire/dice/dice-stream.c 	unsigned int generation = dice->rx_resources[0].generation;
rx_resources      422 sound/firewire/dice/dice-stream.c 				fw_iso_resources_update(dice->rx_resources + i);
rx_resources      513 sound/firewire/dice/dice-stream.c 		resources = &dice->rx_resources[index];
rx_resources      546 sound/firewire/dice/dice-stream.c 		resources = &dice->rx_resources[index];
rx_resources      109 sound/firewire/dice/dice.h 	struct fw_iso_resources rx_resources[MAX_STREAMS];
rx_resources      153 sound/firewire/digi00x/digi00x-stream.c 			   dg00x->rx_resources.channel);
rx_resources      206 sound/firewire/digi00x/digi00x-stream.c 		resources = &dg00x->rx_resources;
rx_resources      228 sound/firewire/digi00x/digi00x-stream.c 		resources = &dg00x->rx_resources;
rx_resources      250 sound/firewire/digi00x/digi00x-stream.c 		fw_iso_resources_destroy(&dg00x->rx_resources);
rx_resources      303 sound/firewire/digi00x/digi00x-stream.c 		fw_iso_resources_free(&dg00x->rx_resources);
rx_resources      315 sound/firewire/digi00x/digi00x-stream.c 			fw_iso_resources_free(&dg00x->rx_resources);
rx_resources      325 sound/firewire/digi00x/digi00x-stream.c 	unsigned int generation = dg00x->rx_resources.generation;
rx_resources      342 sound/firewire/digi00x/digi00x-stream.c 		err = fw_iso_resources_update(&dg00x->rx_resources);
rx_resources      359 sound/firewire/digi00x/digi00x-stream.c 					      dg00x->rx_resources.channel, spd);
rx_resources      396 sound/firewire/digi00x/digi00x-stream.c 		fw_iso_resources_free(&dg00x->rx_resources);
rx_resources      403 sound/firewire/digi00x/digi00x-stream.c 	fw_iso_resources_update(&dg00x->rx_resources);
rx_resources       47 sound/firewire/digi00x/digi00x.h 	struct fw_iso_resources rx_resources;
rx_resources      355 sound/firewire/fireface/ff-protocol-former.c 	err = fw_iso_resources_allocate(&ff->rx_resources,
rx_resources      365 sound/firewire/fireface/ff-protocol-former.c 	data = (data << 8) | ff->rx_resources.channel;
rx_resources      377 sound/firewire/fireface/ff-protocol-former.c 	unsigned int generation = ff->rx_resources.generation;
rx_resources      381 sound/firewire/fireface/ff-protocol-former.c 		int err = fw_iso_resources_update(&ff->rx_resources);
rx_resources      478 sound/firewire/fireface/ff-protocol-former.c 	ff->rx_resources.channels_mask = 0x00000000000000ffuLL;
rx_resources      479 sound/firewire/fireface/ff-protocol-former.c 	err = fw_iso_resources_allocate(&ff->rx_resources,
rx_resources      490 sound/firewire/fireface/ff-protocol-former.c 	unsigned int generation = ff->rx_resources.generation;
rx_resources      499 sound/firewire/fireface/ff-protocol-former.c 		err = fw_iso_resources_update(&ff->rx_resources);
rx_resources      507 sound/firewire/fireface/ff-protocol-former.c 			  ff->rx_resources.channel);
rx_resources      166 sound/firewire/fireface/ff-protocol-latter.c 	ff->rx_resources.channels_mask = 0x00000000000000ffuLL;
rx_resources      167 sound/firewire/fireface/ff-protocol-latter.c 	err = fw_iso_resources_allocate(&ff->rx_resources,
rx_resources      178 sound/firewire/fireface/ff-protocol-latter.c 	unsigned int generation = ff->rx_resources.generation;
rx_resources      198 sound/firewire/fireface/ff-protocol-latter.c 		err = fw_iso_resources_update(&ff->rx_resources);
rx_resources      203 sound/firewire/fireface/ff-protocol-latter.c 	data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel;
rx_resources       49 sound/firewire/fireface/ff-stream.c 		resources = &ff->rx_resources;
rx_resources       71 sound/firewire/fireface/ff-stream.c 		fw_iso_resources_destroy(&ff->rx_resources);
rx_resources      127 sound/firewire/fireface/ff-stream.c 		fw_iso_resources_free(&ff->rx_resources);
rx_resources      183 sound/firewire/fireface/ff-stream.c 					      ff->rx_resources.channel, spd);
rx_resources      224 sound/firewire/fireface/ff-stream.c 		fw_iso_resources_free(&ff->rx_resources);
rx_resources       89 sound/firewire/fireface/ff.h 	struct fw_iso_resources rx_resources;
rx_resources       37 sound/firewire/motu/motu-stream.c 		resources = &motu->rx_resources;
rx_resources       76 sound/firewire/motu/motu-stream.c 		(motu->rx_resources.channel << RX_ISOC_COMM_CHANNEL_SHIFT) |
rx_resources      152 sound/firewire/motu/motu-stream.c 		fw_iso_resources_free(&motu->rx_resources);
rx_resources      207 sound/firewire/motu/motu-stream.c 	unsigned int generation = motu->rx_resources.generation;
rx_resources      220 sound/firewire/motu/motu-stream.c 		err = fw_iso_resources_update(&motu->rx_resources);
rx_resources      249 sound/firewire/motu/motu-stream.c 					      motu->rx_resources.channel, spd);
rx_resources      288 sound/firewire/motu/motu-stream.c 		fw_iso_resources_free(&motu->rx_resources);
rx_resources      302 sound/firewire/motu/motu-stream.c 		resources = &motu->rx_resources;
rx_resources      324 sound/firewire/motu/motu-stream.c 		fw_iso_resources_destroy(&motu->rx_resources);
rx_resources       61 sound/firewire/motu/motu.h 	struct fw_iso_resources rx_resources;
rx_resources      244 sound/firewire/tascam/tascam-stream.c 	reg = cpu_to_be32(tscm->rx_resources.channel);
rx_resources      290 sound/firewire/tascam/tascam-stream.c 		resources = &tscm->rx_resources;
rx_resources      313 sound/firewire/tascam/tascam-stream.c 		resources = &tscm->rx_resources;
rx_resources      341 sound/firewire/tascam/tascam-stream.c 		fw_iso_resources_destroy(&tscm->rx_resources);
rx_resources      401 sound/firewire/tascam/tascam-stream.c 		fw_iso_resources_free(&tscm->rx_resources);
rx_resources      423 sound/firewire/tascam/tascam-stream.c 	unsigned int generation = tscm->rx_resources.generation;
rx_resources      440 sound/firewire/tascam/tascam-stream.c 		err = fw_iso_resources_update(&tscm->rx_resources);
rx_resources      457 sound/firewire/tascam/tascam-stream.c 					      tscm->rx_resources.channel, spd);
rx_resources      494 sound/firewire/tascam/tascam-stream.c 		fw_iso_resources_free(&tscm->rx_resources);
rx_resources       78 sound/firewire/tascam/tascam.h 	struct fw_iso_resources rx_resources;