Home
last modified time | relevance | path

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

/drivers/vme/
Dvme_bridge.h71 struct vme_lm_resource { struct
160 int (*lm_set) (struct vme_lm_resource *, unsigned long long, u32, u32);
161 int (*lm_get) (struct vme_lm_resource *, unsigned long long *, u32 *,
163 int (*lm_attach) (struct vme_lm_resource *, int, void (*callback)(int));
164 int (*lm_detach) (struct vme_lm_resource *, int);
Dvme.c70 return list_entry(resource->entry, struct vme_lm_resource, in find_bridge()
1208 struct vme_lm_resource *allocated_lm = NULL; in vme_lm_request()
1209 struct vme_lm_resource *lm = NULL; in vme_lm_request()
1221 struct vme_lm_resource, list); in vme_lm_request()
1266 struct vme_lm_resource *lm; in vme_lm_count()
1273 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_count()
1283 struct vme_lm_resource *lm; in vme_lm_set()
1290 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_set()
1305 struct vme_lm_resource *lm; in vme_lm_get()
1312 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_get()
[all …]
/drivers/vme/bridges/
Dvme_ca91cx42.c1306 static int ca91cx42_lm_set(struct vme_lm_resource *lm, in ca91cx42_lm_set()
1374 static int ca91cx42_lm_get(struct vme_lm_resource *lm, in ca91cx42_lm_get()
1417 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, in ca91cx42_lm_attach()
1466 static int ca91cx42_lm_detach(struct vme_lm_resource *lm, int monitor) in ca91cx42_lm_detach()
1617 struct vme_lm_resource *lm; in ca91cx42_probe()
1769 lm = kmalloc(sizeof(struct vme_lm_resource), GFP_KERNEL); in ca91cx42_probe()
1830 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_probe()
1880 struct vme_lm_resource *lm; in ca91cx42_remove()
1914 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_remove()
Dvme_tsi148.c1935 static int tsi148_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in tsi148_lm_set()
2002 static int tsi148_lm_get(struct vme_lm_resource *lm, in tsi148_lm_get()
2053 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach()
2108 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach()
2292 struct vme_lm_resource *lm; in tsi148_probe()
2471 lm = kmalloc(sizeof(struct vme_lm_resource), GFP_KERNEL); in tsi148_probe()
2546 lm = list_entry(pos, struct vme_lm_resource, list); in tsi148_probe()