Searched refs:vme_lm_resource (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/vme_user/ |
H A D | vme_bridge.h | 72 struct vme_lm_resource { struct 157 int (*lm_set)(struct vme_lm_resource *, unsigned long long, u32, u32); 158 int (*lm_get)(struct vme_lm_resource *, unsigned long long *, u32 *, u32 *); 159 int (*lm_attach)(struct vme_lm_resource *, int, void (*callback)(void *), void *); 160 int (*lm_detach)(struct vme_lm_resource *, int);
|
H A D | vme.c | 62 return list_entry(resource->entry, struct vme_lm_resource, in find_bridge() 1428 struct vme_lm_resource *allocated_lm = NULL; in vme_lm_request() 1429 struct vme_lm_resource *lm = NULL; in vme_lm_request() 1495 struct vme_lm_resource *lm; in vme_lm_count() 1502 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_count() 1526 struct vme_lm_resource *lm; in vme_lm_set() 1533 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_set() 1562 struct vme_lm_resource *lm; in vme_lm_get() 1569 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_get() 1599 struct vme_lm_resource *lm; in vme_lm_attach() [all …]
|
H A D | vme_fake.c | 381 struct vme_lm_resource *lm; in fake_lm_check() 389 lm = list_entry(pos, struct vme_lm_resource, list); in fake_lm_check() 847 static int fake_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in fake_lm_set() 893 static int fake_lm_get(struct vme_lm_resource *lm, in fake_lm_get() 917 static int fake_lm_attach(struct vme_lm_resource *lm, int monitor, in fake_lm_attach() 958 static int fake_lm_detach(struct vme_lm_resource *lm, int monitor) in fake_lm_detach() 1060 struct vme_lm_resource *lm; in fake_init() 1209 lm = list_entry(pos, struct vme_lm_resource, list); in fake_init()
|
H A D | vme_tsi148.c | 1901 static int tsi148_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in tsi148_lm_set() 1966 static int tsi148_lm_get(struct vme_lm_resource *lm, in tsi148_lm_get() 2016 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach() 2071 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach() 2253 struct vme_lm_resource *lm; in tsi148_probe() 2494 lm = list_entry(pos, struct vme_lm_resource, list); in tsi148_probe()
|