Searched refs:list_overhead (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c83 struct list_head list_overhead; member in struct:pvr2_buffer
140 list_del_init(&bp->list_overhead);
180 list_add_tail(&bp->list_overhead, &sp->ready_list);
205 list_add_tail(&bp->list_overhead, &sp->idle_list);
229 list_add_tail(&bp->list_overhead, &sp->queued_list);
258 INIT_LIST_HEAD(&bp->list_overhead);
383 bp1 = list_entry(lp, struct pvr2_buffer, list_overhead);
551 return list_entry(lp, struct pvr2_buffer, list_overhead);
558 return list_entry(lp, struct pvr2_buffer, list_overhead);

Completed in 105 milliseconds