Searched refs:nextpipe (Results 1 – 1 of 1) sorted by relevance
893 int prevpipe, int nextpipe, in link_time_slot() argument901 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()909 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()915 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()916 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()953 int nextpipe)960 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {971 *(cmd++) = D_TS_NEXT(nextpipe);977 *(cmd++) = D_TS_NEXT(nextpipe);1259 dbri->pipes[16].nextpipe = 16; in reset_chi()[all …]