Lines Matching defs:is_dedicated
141 int is_dedicated;
151 int is_dedicated;
239 if (vchan->is_dedicated) {
280 if (pchan->is_dedicated) {
644 if (vchan->is_dedicated)
656 if (vchan->is_dedicated) {
696 if (vchan->is_dedicated) {
754 if (vchan->is_dedicated || period_len <= SUN4I_NDMA_MAX_SEG_SIZE / 2) {
770 if (vchan->is_dedicated)
818 if (vchan->is_dedicated) {
861 if (vchan->is_dedicated)
904 if (pchan->is_dedicated)
939 u8 is_dedicated = dma_spec->args[0];
943 if (is_dedicated != 0 && is_dedicated != 1)
947 if ((is_dedicated && endpoint >= SUN4I_DDMA_DRQ_TYPE_LIMIT) ||
948 (!is_dedicated && endpoint >= SUN4I_NDMA_DRQ_TYPE_LIMIT))
957 vchan->is_dedicated = is_dedicated;
998 if (pchan->is_dedicated)
1219 priv->pchans[i].is_dedicated = 1;