Home
last modified time | relevance | path

Searched refs:vme_dma_list (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/vme_user/
H A Dvme_bridge.h54 struct vme_dma_list { struct
147 int (*dma_list_add)(struct vme_dma_list *, struct vme_dma_attr *,
149 int (*dma_list_exec)(struct vme_dma_list *);
150 int (*dma_list_empty)(struct vme_dma_list *);
H A Dvme.h158 struct vme_dma_list *vme_new_dma_list(struct vme_resource *);
163 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *,
165 int vme_dma_list_exec(struct vme_dma_list *);
166 int vme_dma_list_free(struct vme_dma_list *);
H A Dvme.c887 struct vme_dma_list *vme_new_dma_list(struct vme_resource *resource) in vme_new_dma_list()
890 struct vme_dma_list *dma_list; in vme_new_dma_list()
1064 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add()
1099 int vme_dma_list_exec(struct vme_dma_list *list) in vme_dma_list_exec()
1129 int vme_dma_list_free(struct vme_dma_list *list) in vme_dma_list_free()
H A Dvme_tsi148.c1601 static int tsi148_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in tsi148_dma_list_add()
1782 static int tsi148_dma_list_exec(struct vme_dma_list *list) in tsi148_dma_list_exec()
1874 static int tsi148_dma_list_empty(struct vme_dma_list *list) in tsi148_dma_list_empty()