Lines Matching refs:channel
109 int bandwidth, channel, err; in fw_iso_resources_allocate() local
130 &channel, &bandwidth, true); in fw_iso_resources_allocate()
131 if (channel == -EAGAIN) { in fw_iso_resources_allocate()
135 if (channel >= 0) { in fw_iso_resources_allocate()
136 r->channel = channel; in fw_iso_resources_allocate()
139 if (channel == -EBUSY) in fw_iso_resources_allocate()
149 return channel; in fw_iso_resources_allocate()
167 int bandwidth, channel; in fw_iso_resources_update() local
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update()
184 &channel, &bandwidth, true); in fw_iso_resources_update()
189 if (channel < 0 && channel != -EAGAIN) { in fw_iso_resources_update()
191 if (channel == -EBUSY) in fw_iso_resources_update()
201 return channel; in fw_iso_resources_update()
214 int bandwidth, channel; in fw_iso_resources_free() local
220 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
221 &channel, &bandwidth, false); in fw_iso_resources_free()
222 if (channel < 0) in fw_iso_resources_free()