Home
last modified time | relevance | path

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

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