Home
last modified time | relevance | path

Searched refs:bandwidth_overhead (Results 1 – 3 of 3) sorted by relevance

/linux/sound/firewire/
H A Diso-resources.c119 r->bandwidth_overhead = current_bandwidth_overhead(card); in fw_iso_resources_allocate()
127 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_allocate()
172 r->bandwidth_overhead = current_bandwidth_overhead(card); in fw_iso_resources_update()
175 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_update()
216 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_free()
H A Diso-resources.h25 unsigned int bandwidth_overhead; member
H A Dcmp.c232 if (c->resources.bandwidth_overhead < (id << 5)) in get_overhead_id()