Home
last modified time | relevance | path

Searched refs:slot_get (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/vme/
Dvme_bridge.h169 int (*slot_get) (struct vme_bridge *); member
Dvme.c1762 if (!bridge->slot_get) { in vme_slot_num()
1767 return bridge->slot_get(bridge); in vme_slot_num()
/Linux-v4.19/fs/gfs2/
Dquota.c321 static int slot_get(struct gfs2_quota_data *qd) in slot_get() function
506 error = slot_get(*qdp); in qdsb_get()
/Linux-v4.19/drivers/vme/bridges/
Dvme_fake.c1180 fake_bridge->slot_get = fake_slot_get; in fake_init()
Dvme_ca91cx42.c1772 ca91cx42_bridge->slot_get = ca91cx42_slot_get; in ca91cx42_probe()
Dvme_tsi148.c2479 tsi148_bridge->slot_get = tsi148_slot_get; in tsi148_probe()