Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/vme_user/
H A Dvme_tsi148.c2248 struct tsi148_driver *tsi148_device; in tsi148_probe() local
2270 tsi148_device = kzalloc(sizeof(*tsi148_device), GFP_KERNEL); in tsi148_probe()
2271 if (!tsi148_device) { in tsi148_probe()
2295 if (!tsi148_device->base) { in tsi148_probe()
2313 mutex_init(&tsi148_device->vme_int); in tsi148_probe()
2314 mutex_init(&tsi148_device->vme_rmw); in tsi148_probe()
2335 tsi148_device->flush_image = in tsi148_probe()
2338 if (!tsi148_device->flush_image) { in tsi148_probe()
2344 tsi148_device->flush_image->locked = 1; in tsi148_probe()
2522 iounmap(tsi148_device->base); in tsi148_probe()
[all …]