Lines Matching defs:channel
1379 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel)
1399 if (get_opcr_channel(*opcr) != channel) {
1400 dev_err(fdtv->device, "CMP: cannot change channel\n");
1407 set_opcr_channel(opcr, channel);
1413 /* FIXME: allocate isochronous channel and bandwidth at IRM */
1428 * deallocate isochronous channel and bandwidth at IRM
1439 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel)
1450 get_opcr_channel(*opcr) != channel) {
1467 * owner, deallocate isochronous channel and bandwidth at IRM
1469 * fdtv->backend->dealloc_resources(fdtv, channel, bw);