Searched refs:cec_next (Results 1 – 2 of 2) sorted by relevance
192 cec_curr = cec_curr->cec_next; in s1394_isoch_rsrc_realloc()295 cec_curr = cec_curr->cec_next; in s1394_isoch_rsrc_realloc_notify()1112 cec->cec_next = NULL; in s1394_isoch_cec_list_insert()1116 cec->cec_next = hal->isoch_cec_list_head; in s1394_isoch_cec_list_insert()1144 next_cec = cec->cec_next; in s1394_isoch_cec_list_remove()1146 cec->cec_next = NULL; in s1394_isoch_cec_list_remove()1149 prev_cec->cec_next = next_cec; in s1394_isoch_cec_list_remove()
814 s1394_isoch_cec_t *cec_next; member