Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_bridge.h72 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 Dvme.c62 return list_entry(resource->entry, struct vme_lm_resource, in find_bridge()
1464 struct vme_lm_resource *allocated_lm = NULL; in vme_lm_request()
1465 struct vme_lm_resource *lm = NULL; in vme_lm_request()
1477 struct vme_lm_resource, list); in vme_lm_request()
1531 struct vme_lm_resource *lm; in vme_lm_count()
1538 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_count()
1562 struct vme_lm_resource *lm; in vme_lm_set()
1598 struct vme_lm_resource *lm; in vme_lm_get()
1635 struct vme_lm_resource *lm; in vme_lm_attach()
1668 struct vme_lm_resource *lm; in vme_lm_detach()
[all …]
H A Dvme_fake.c381 struct vme_lm_resource *lm; in fake_lm_check()
389 lm = list_entry(pos, struct vme_lm_resource, list); in fake_lm_check()
850 static int fake_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in fake_lm_set()
896 static int fake_lm_get(struct vme_lm_resource *lm, in fake_lm_get()
919 static int fake_lm_attach(struct vme_lm_resource *lm, int monitor, in fake_lm_attach()
960 static int fake_lm_detach(struct vme_lm_resource *lm, int monitor) in fake_lm_detach()
1065 struct vme_lm_resource *lm; in fake_init()
1214 lm = list_entry(pos, struct vme_lm_resource, list); in fake_init()
H A Dvme_tsi148.c1900 static int tsi148_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in tsi148_lm_set()
1965 static int tsi148_lm_get(struct vme_lm_resource *lm, in tsi148_lm_get()
2015 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach()
2070 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()