Home
last modified time | relevance | path

Searched refs:fw_iso_resources_allocate (Results 1 – 7 of 7) sorted by relevance

/sound/firewire/
Diso-resources.c105 int fw_iso_resources_allocate(struct fw_iso_resources *r, in fw_iso_resources_allocate() function
151 EXPORT_SYMBOL(fw_iso_resources_allocate);
Diso-resources.h33 int fw_iso_resources_allocate(struct fw_iso_resources *r,
Dcmp.c287 err = fw_iso_resources_allocate(&c->resources, in cmp_connection_establish()
Disight.c218 ch = fw_iso_resources_allocate(&isight->resources, in isight_connect()
/sound/firewire/digi00x/
Ddigi00x-stream.c205 err = fw_iso_resources_allocate(&dg00x->rx_resources, in keep_resources()
216 err = fw_iso_resources_allocate(&dg00x->tx_resources, in keep_resources()
/sound/firewire/tascam/
Dtascam-stream.c281 err = fw_iso_resources_allocate(&tscm->tx_resources, in keep_resources()
291 err = fw_iso_resources_allocate(&tscm->rx_resources, in keep_resources()
/sound/firewire/dice/
Ddice-stream.c68 err = fw_iso_resources_allocate(resources, max_payload_bytes, in keep_resources()