Lines Matching refs:onenand_get_device
966 static int onenand_get_device(struct mtd_info *mtd, int new_state) in onenand_get_device() function
1466 onenand_get_device(mtd, FL_READING); in onenand_read()
1500 onenand_get_device(mtd, FL_READING); in onenand_read_oob()
1594 onenand_get_device(mtd, FL_READING); in onenand_bbt_read_oob()
2178 onenand_get_device(mtd, FL_WRITING); in onenand_write()
2207 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob()
2501 onenand_get_device(mtd, FL_ERASING); in onenand_erase()
2535 onenand_get_device(mtd, FL_SYNCING); in onenand_sync()
2552 onenand_get_device(mtd, FL_READING); in onenand_block_isbad()
2613 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad()
2711 onenand_get_device(mtd, FL_LOCKING); in onenand_lock()
2729 onenand_get_device(mtd, FL_LOCKING); in onenand_unlock()
3194 onenand_get_device(mtd, FL_OTPING); in onenand_otp_walk()
3914 return onenand_get_device(mtd, FL_PM_SUSPENDED); in onenand_suspend()