Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vme/
Dvme_bridge.h72 struct vme_lm_resource { struct
161 int (*lm_set) (struct vme_lm_resource *, unsigned long long, u32, u32);
162 int (*lm_get) (struct vme_lm_resource *, unsigned long long *, u32 *,
164 int (*lm_attach)(struct vme_lm_resource *, int,
166 int (*lm_detach) (struct vme_lm_resource *, int);
Dvme.c65 return list_entry(resource->entry, struct vme_lm_resource, in find_bridge()
1478 struct vme_lm_resource *allocated_lm = NULL; in vme_lm_request()
1479 struct vme_lm_resource *lm = NULL; in vme_lm_request()
1491 struct vme_lm_resource, list); in vme_lm_request()
1545 struct vme_lm_resource *lm; in vme_lm_count()
1552 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_count()
1576 struct vme_lm_resource *lm; in vme_lm_set()
1583 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_set()
1612 struct vme_lm_resource *lm; in vme_lm_get()
1619 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_get()
[all …]
/Linux-v5.4/drivers/vme/bridges/
Dvme_fake.c384 struct vme_lm_resource *lm; in fake_lm_check()
392 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()
1066 struct vme_lm_resource *lm; in fake_init()
1207 lm = list_entry(pos, struct vme_lm_resource, list); in fake_init()
Dvme_ca91cx42.c1293 static int ca91cx42_lm_set(struct vme_lm_resource *lm, in ca91cx42_lm_set()
1361 static int ca91cx42_lm_get(struct vme_lm_resource *lm, in ca91cx42_lm_get()
1404 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, in ca91cx42_lm_attach()
1454 static int ca91cx42_lm_detach(struct vme_lm_resource *lm, int monitor) in ca91cx42_lm_detach()
1606 struct vme_lm_resource *lm; in ca91cx42_probe()
1799 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_probe()
1849 struct vme_lm_resource *lm; in ca91cx42_remove()
1883 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_remove()
Dvme_tsi148.c1926 static int tsi148_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in tsi148_lm_set()
1993 static int tsi148_lm_get(struct vme_lm_resource *lm, in tsi148_lm_get()
2044 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach()
2100 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach()
2285 struct vme_lm_resource *lm; in tsi148_probe()
2520 lm = list_entry(pos, struct vme_lm_resource, list); in tsi148_probe()