Searched refs:nextpipe (Results 1 – 1 of 1) sorted by relevance
283 int nextpipe; /* Next pipe in linked list */ member894 int prevpipe, int nextpipe, in link_time_slot() argument902 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()910 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()916 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()917 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()935 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()940 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()954 int nextpipe)961 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {[all …]