Searched refs:switch_to_ready_state (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nandsim.c | 1147 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state() function 1273 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in find_operation() 1723 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1745 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1773 switch_to_ready_state(ns, status); in switch_state() 1932 switch_to_ready_state(ns, NS_STATUS_OK(ns)); in ns_nand_write_byte() 1964 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 1985 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2009 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2016 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() [all …]
|