Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 2 of 2) sorted by relevance

/sound/firewire/
Diso-resources.c110 int bandwidth, channel, err; in fw_iso_resources_allocate() local
115 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in fw_iso_resources_allocate()
129 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_allocate()
131 &channel, &bandwidth, true); in fw_iso_resources_allocate()
168 int bandwidth, channel; in fw_iso_resources_update() local
182 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_update()
185 &channel, &bandwidth, true); in fw_iso_resources_update()
215 int bandwidth, channel; in fw_iso_resources_free() local
220 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_free()
222 &channel, &bandwidth, false); in fw_iso_resources_free()
Diso-resources.h23 unsigned int bandwidth; /* in bandwidth units, without overhead */ member