Searched refs:can_unload (Results 1 – 3 of 3) sorted by relevance
73 int (*can_unload)(struct maple_device *mdev); member
548 if (mdev->can_unload) { in maple_response_none()549 if (!mdev->can_unload(mdev)) { in maple_response_none()
778 mdev->can_unload = vmu_can_unload; in probe_maple_vmu()