Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_bridge.h159 int (*lm_attach)(struct vme_lm_resource *, int, void (*callback)(void *), void *); member
H A Dvme.c1644 if (!bridge->lm_attach) { in vme_lm_attach()
1649 return bridge->lm_attach(lm, monitor, callback, data); in vme_lm_attach()
H A Dvme_fake.c1181 fake_bridge->lm_attach = fake_lm_attach; in fake_init()
H A Dvme_tsi148.c2447 tsi148_bridge->lm_attach = tsi148_lm_attach; in tsi148_probe()