Searched refs:ready_cb (Results 1 – 3 of 3) sorted by relevance
65 void (*ready_cb)(struct _flash_device *device); member
63 flash->dev.flash_cb.ready_cb = flash_ready; in flash_init()
436 if (NULL != _nvm_dev->flash_cb.ready_cb) { in NVMCTRL_Handler()437 _nvm_dev->flash_cb.ready_cb(_nvm_dev); in NVMCTRL_Handler()
Completed in 6 milliseconds