Home
last modified time | relevance | path

Searched refs:_resume (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h278 void (*_resume) (struct mtd_info *mtd); member
456 if (mtd->_resume) in mtd_resume()
457 mtd->_resume(mtd); in mtd_resume()
/openbmc/linux/include/linux/mtd/
H A Dmtd.h356 void (*_resume) (struct mtd_info *mtd); member
569 if (master->_resume) in mtd_resume()
570 master->_resume(master); in mtd_resume()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0002-Fix-assumed-signed-char.patch42 _resume: {}
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c495 mtd->parent->_resume(mtd->parent); in part_resume()
646 master->_resume) { in allocate_partition()
648 slave->_resume = part_resume; in allocate_partition()
H A Dmtdconcat.c820 concat->mtd._resume = concat_resume; in mtd_concat_create()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_device.c47 .resume = lima_##func##_resume, \
/openbmc/linux/drivers/mtd/
H A Dmtdconcat.c767 concat->mtd._resume = concat_resume; in mtd_concat_create()
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c1276 mtd->_resume = spinand_mtd_resume; in spinand_init()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c238 mtd->_resume = cfi_staa_resume; in cfi_staa_setup()
H A Dcfi_cmdset_0001.c519 mtd->_resume = cfi_intelext_resume; in cfi_cmdset_0001()
H A Dcfi_cmdset_0002.c619 mtd->_resume = cfi_amdstd_resume; in cfi_cmdset_0002()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.c3439 mtd->_resume = spi_nor_resume; in spi_nor_set_mtd_info()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3968 mtd->_resume = onenand_resume; in onenand_scan()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6521 mtd->_resume = nand_resume; in nand_scan_tail()