Lines Matching defs:channel
35 "Number of threads to start per channel (default: 1)");
94 * @channel: bus ID of the channel to test
96 * @threads_per_chan: number of threads to start per channel
110 char channel[20];
171 module_param_cb(channel, &multi_chan_ops, &newchan_kps, 0644);
172 MODULE_PARM_DESC(channel, "Bus ID of the channel to test (default: any)");
298 if (params->channel[0] == '\0')
300 return strcmp(dma_chan_name(chan), params->channel) == 0;
557 * in parallel for a single channel, and there may be multiple channels
1097 strscpy(params->channel, strim(test_channel), sizeof(params->channel));
1144 pr_debug("dropped channel %s\n", dma_chan_name(chan));
1253 /* Check if channel was added successfully */
1256 * if new channel was not successfully added, revert the
1258 * added channel. exception for when users issues empty string
1259 * to channel parameter.