Searched refs:switch_to_ready_state (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/mtd/nand/raw/ |
| D | nandsim.c | 1172 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state() function 1298 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in find_operation() 1748 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1770 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1798 switch_to_ready_state(ns, status); in switch_state() 1959 switch_to_ready_state(ns, NS_STATUS_OK(ns)); in ns_nand_write_byte() 1991 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2012 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2036 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2043 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() [all …]
|