Lines Matching full:resources
14 #include "iso-resources.h"
41 dev_err(&c->resources.unit->device, "%cPCR%u: %pV", in cmp_error()
51 struct fw_device *device = fw_parent_device(c->resources.unit); in pcr_modify()
52 int generation = c->resources.generation; in pcr_modify()
119 err = fw_iso_resources_init(&c->resources, unit); in cmp_connection_init()
136 * cmp_connection_destroy - free connection manager resources
143 fw_iso_resources_destroy(&c->resources); in cmp_connection_destroy()
154 ipcr |= cpu_to_be32(c->resources.channel << IPCR_CHANNEL_SHIFT); in ipcr_set_modify()
180 * computer to the target by allocating isochronous resources (channel and
194 fw_parent_device(c->resources.unit)->max_speed); in cmp_connection_establish()
199 err = fw_iso_resources_allocate(&c->resources, in cmp_connection_establish()
207 fw_iso_resources_free(&c->resources); in cmp_connection_establish()
220 fw_iso_resources_free(&c->resources); in cmp_connection_establish()
249 err = fw_iso_resources_update(&c->resources); in cmp_connection_update()
263 fw_iso_resources_free(&c->resources); in cmp_connection_update()
283 * register, and frees the isochronous resources of the connection. Before
301 fw_iso_resources_free(&c->resources); in cmp_connection_break()