Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmaple.h73 int (*can_unload)(struct maple_device *mdev); member
/Linux-v5.10/drivers/sh/maple/
Dmaple.c549 if (mdev->can_unload) { in maple_response_none()
550 if (!mdev->can_unload(mdev)) { in maple_response_none()
/Linux-v5.10/drivers/mtd/maps/
Dvmu-flash.c778 mdev->can_unload = vmu_can_unload; in probe_maple_vmu()