Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vme/
Dvme_bridge.h69 struct vme_lm_resource { struct
153 int (*lm_set) (struct vme_lm_resource *, unsigned long long, u32, u32);
154 int (*lm_get) (struct vme_lm_resource *, unsigned long long *, u32 *,
156 int (*lm_attach) (struct vme_lm_resource *, int, void (*callback)(int));
157 int (*lm_detach) (struct vme_lm_resource *, int);
Dvme.c70 return list_entry(resource->entry, struct vme_lm_resource, in find_bridge()
1119 struct vme_lm_resource *allocated_lm = NULL; in vme_lm_request()
1120 struct vme_lm_resource *lm = NULL; in vme_lm_request()
1132 struct vme_lm_resource, list); in vme_lm_request()
1177 struct vme_lm_resource *lm; in vme_lm_count()
1184 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_count()
1194 struct vme_lm_resource *lm; in vme_lm_set()
1201 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_set()
1216 struct vme_lm_resource *lm; in vme_lm_get()
1223 lm = list_entry(resource->entry, struct vme_lm_resource, list); in vme_lm_get()
[all …]
/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c1295 static int ca91cx42_lm_set(struct vme_lm_resource *lm, in ca91cx42_lm_set()
1363 static int ca91cx42_lm_get(struct vme_lm_resource *lm, in ca91cx42_lm_get()
1406 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, in ca91cx42_lm_attach()
1455 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()
1758 lm = kmalloc(sizeof(struct vme_lm_resource), GFP_KERNEL); in ca91cx42_probe()
1819 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_probe()
1869 struct vme_lm_resource *lm; in ca91cx42_remove()
1903 lm = list_entry(pos, struct vme_lm_resource, list); in ca91cx42_remove()
Dvme_tsi148.c1999 static int tsi148_lm_set(struct vme_lm_resource *lm, unsigned long long lm_base, in tsi148_lm_set()
2066 static int tsi148_lm_get(struct vme_lm_resource *lm, in tsi148_lm_get()
2117 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach()
2172 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach()
2356 struct vme_lm_resource *lm; in tsi148_probe()
2535 lm = kmalloc(sizeof(struct vme_lm_resource), GFP_KERNEL); in tsi148_probe()
2610 lm = list_entry(pos, struct vme_lm_resource, list); in tsi148_probe()