max_payload_bytes  189 sound/firewire/cmp.c 			   unsigned int max_payload_bytes)
max_payload_bytes  203 sound/firewire/cmp.c 	err = fw_iso_resources_allocate(&c->resources, max_payload_bytes,
max_payload_bytes   48 sound/firewire/iso-resources.c static unsigned int packet_bandwidth(unsigned int max_payload_bytes, int speed)
max_payload_bytes   53 sound/firewire/iso-resources.c 	bytes = 3 * 4 + ALIGN(max_payload_bytes, 4);
max_payload_bytes  106 sound/firewire/iso-resources.c 			      unsigned int max_payload_bytes, int speed)
max_payload_bytes  114 sound/firewire/iso-resources.c 	r->bandwidth = packet_bandwidth(max_payload_bytes, speed);
max_payload_bytes   35 sound/firewire/iso-resources.h 			      unsigned int max_payload_bytes, int speed);