Searched refs:nextpipe (Results 1 – 1 of 1) sorted by relevance
283 int nextpipe; /* Next pipe in linked list */ member892 int prevpipe, int nextpipe, in link_time_slot() argument900 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()908 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()914 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()915 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()933 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()938 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()952 int nextpipe)959 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {[all …]