Searched refs:lx_nand_flash_open_next (Results 1 – 3 of 3) sorted by relevance
89 (_lx_nand_flash_opened_ptr == nand_flash -> lx_nand_flash_open_next) && in _lx_nand_flash_close()100 (nand_flash -> lx_nand_flash_open_next) -> lx_nand_flash_open_previous = in _lx_nand_flash_close()102 (nand_flash -> lx_nand_flash_open_previous) -> lx_nand_flash_open_next = in _lx_nand_flash_close()103 nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()110 _lx_nand_flash_opened_ptr = nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()
508 tail_ptr -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()512 nand_flash -> lx_nand_flash_open_next = _lx_nand_flash_opened_ptr; in _lx_nand_flash_open()519 nand_flash -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()
541 struct LX_NAND_FLASH_STRUCT *lx_nand_flash_open_next, member