Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpstore_blk.h116 int pstore_blk_get_config(struct pstore_blk_config *info);
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dblk.c471 int pstore_blk_get_config(struct pstore_blk_config *info) in pstore_blk_get_config() function
482 EXPORT_SYMBOL_GPL(pstore_blk_get_config);
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdpstore.c548 ret = pstore_blk_get_config(info); in mtdpstore_init()