Symbol: fw_iso_resources_update
sound/firewire/cmp.c
312
err = fw_iso_resources_update(&c->resources);
sound/firewire/dice/dice-stream.c
411
fw_iso_resources_update(dice->tx_resources + i);
sound/firewire/dice/dice-stream.c
413
fw_iso_resources_update(dice->rx_resources + i);
sound/firewire/digi00x/digi00x-stream.c
350
err = fw_iso_resources_update(&dg00x->tx_resources);
sound/firewire/digi00x/digi00x-stream.c
354
err = fw_iso_resources_update(&dg00x->rx_resources);
sound/firewire/digi00x/digi00x-stream.c
415
fw_iso_resources_update(&dg00x->tx_resources);
sound/firewire/digi00x/digi00x-stream.c
416
fw_iso_resources_update(&dg00x->rx_resources);
sound/firewire/fireface/ff-protocol-former.c
379
int err = fw_iso_resources_update(&ff->rx_resources);
sound/firewire/fireface/ff-protocol-former.c
493
err = fw_iso_resources_update(&ff->tx_resources);
sound/firewire/fireface/ff-protocol-former.c
497
err = fw_iso_resources_update(&ff->rx_resources);
sound/firewire/fireface/ff-protocol-latter.c
282
err = fw_iso_resources_update(&ff->tx_resources);
sound/firewire/fireface/ff-protocol-latter.c
286
err = fw_iso_resources_update(&ff->rx_resources);
sound/firewire/isight.c
672
if (fw_iso_resources_update(&isight->resources) < 0) {
sound/firewire/iso-resources.c
195
EXPORT_SYMBOL(fw_iso_resources_update);
sound/firewire/iso-resources.h
36
int fw_iso_resources_update(struct fw_iso_resources *r);
sound/firewire/motu/motu-stream.c
242
err = fw_iso_resources_update(&motu->rx_resources);
sound/firewire/motu/motu-stream.c
246
err = fw_iso_resources_update(&motu->tx_resources);
sound/firewire/tascam/tascam-stream.c
450
err = fw_iso_resources_update(&tscm->tx_resources);
sound/firewire/tascam/tascam-stream.c
454
err = fw_iso_resources_update(&tscm->rx_resources);