Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c282 cp->mc_prev = mp->mc_last; in pvr2_channel_init()
283 if (mp->mc_last) { in pvr2_channel_init()
284 mp->mc_last->mc_next = cp; in pvr2_channel_init()
288 mp->mc_last = cp; in pvr2_channel_init()
312 mp->mc_last = cp->mc_prev; in pvr2_channel_done()
H A Dpvrusb2-context.h28 struct pvr2_channel *mc_last; member