Home
last modified time | relevance | path

Searched refs:mc_last (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-context.c294 cp->mc_prev = mp->mc_last; in pvr2_channel_init()
295 if (mp->mc_last) { in pvr2_channel_init()
296 mp->mc_last->mc_next = cp; in pvr2_channel_init()
300 mp->mc_last = cp; in pvr2_channel_init()
324 mp->mc_last = cp->mc_prev; in pvr2_channel_done()
Dpvrusb2-context.h41 struct pvr2_channel *mc_last; member