Home
last modified time | relevance | path

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

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