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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c67 * @xfer_head: Pointer to the xfer to be next excecuted.
84 struct s3c_pl330_xfer *xfer_head; member in struct:s3c_pl330_chan
343 ch->xfer_head = NULL;
344 else if (ch->xfer_head == xfer)
345 ch->xfer_head = t;
358 struct s3c_pl330_xfer *xfer = ch->xfer_head;
365 ch->xfer_head = list_entry(ch->xfer_list.next,
368 ch->xfer_head = list_entry(xfer->node.next,
383 if (ch->xfer_head == NULL)
384 ch->xfer_head
[all...]

Completed in 64 milliseconds