Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpstore_blk.h25 void unregister_pstore_device(struct pstore_device_info *dev);
/openbmc/linux/fs/pstore/
H A Dblk.c180 void unregister_pstore_device(struct pstore_device_info *dev) in unregister_pstore_device() function
186 EXPORT_SYMBOL_GPL(unregister_pstore_device);
/openbmc/linux/drivers/mtd/
H A Dmtdpstore.c529 unregister_pstore_device(&cxt->dev); in mtdpstore_notify_remove()