Searched refs:s3c_pl330_xfer (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.c40 * struct s3c_pl330_xfer - A request submitted by S3C DMA clients.
46 struct s3c_pl330_xfer { struct
84 struct s3c_pl330_xfer *xfer_head;
311 static inline void del_from_queue(struct s3c_pl330_xfer *xfer)
313 struct s3c_pl330_xfer *t;
336 struct s3c_pl330_xfer, node);
339 struct s3c_pl330_xfer, node);
355 static struct s3c_pl330_xfer *get_from_queue(struct s3c_pl330_chan *ch,
358 struct s3c_pl330_xfer *xfer = ch->xfer_head;
366 struct s3c_pl330_xfer, nod
[all...]

Completed in 54 milliseconds