Home
last modified time | relevance | path

Searched refs:FL_LOCKING (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/mtd/chips/
Dfwh_lock.h18 #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING})
61 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()
Dcfi_cmdset_0002.c1333 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock()
1338 chip->state = FL_LOCKING; in do_otp_lock()
1436 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk()
2462 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock()
2465 chip->state = FL_LOCKING; in do_atmel_lock()
2552 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_ppb_xxlock()
2569 chip->state = FL_LOCKING; in do_ppb_xxlock()
Dcfi_cmdset_0001.c2090 ret = get_chip(map, chip, adr, FL_LOCKING); in do_xxlock_oneblock()
2102 chip->state = FL_LOCKING; in do_xxlock_oneblock()
Dcfi_cmdset_0020.c1088 chip->state = FL_LOCKING; in do_lock_oneblock()
/linux-4.4.14/include/linux/mtd/
Dflashchip.h47 FL_LOCKING, enumerator
/linux-4.4.14/drivers/mtd/onenand/
Dsamsung.c335 case FL_LOCKING: in s3c_onenand_wait()
777 this->wait(mtd, FL_LOCKING); in s3c_onenand_do_lock_cmd()
791 this->wait(mtd, FL_LOCKING); in s3c_unlock_all()
Donenand_base.c2652 this->wait(mtd, FL_LOCKING); in onenand_do_lock_cmd()
2682 this->wait(mtd, FL_LOCKING); in onenand_do_lock_cmd()
2711 onenand_get_device(mtd, FL_LOCKING); in onenand_lock()
2729 onenand_get_device(mtd, FL_LOCKING); in onenand_unlock()
2788 this->wait(mtd, FL_LOCKING); in onenand_unlock_all()
/linux-4.4.14/drivers/mtd/lpddr/
Dlpddr_cmds.c713 ret = get_chip(map, chip, FL_LOCKING); in do_xxlock()
721 chip->state = FL_LOCKING; in do_xxlock()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c1061 nand_get_device(mtd, FL_LOCKING); in nand_lock()