Searched refs:bandwidth (Results 1 – 2 of 2) sorted by relevance
/sound/firewire/ |
D | iso-resources.c | 109 int bandwidth, channel, err; in fw_iso_resources_allocate() local 114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in fw_iso_resources_allocate() 128 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_allocate() 130 &channel, &bandwidth, true); in fw_iso_resources_allocate() 167 int bandwidth, channel; in fw_iso_resources_update() local 181 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_update() 184 &channel, &bandwidth, true); in fw_iso_resources_update() 214 int bandwidth, channel; in fw_iso_resources_free() local 224 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_free() 226 &channel, &bandwidth, false); in fw_iso_resources_free()
|
D | iso-resources.h | 24 unsigned int bandwidth; /* in bandwidth units, without overhead */ member
|