Home
last modified time | relevance | path

Searched refs:nandsim_evh_t (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/nand/
HDnandsim_chip.c53 static nandsim_evh_t erase_evh;
54 static nandsim_evh_t idle_evh;
55 static nandsim_evh_t poweron_evh;
56 static nandsim_evh_t reset_evh;
57 static nandsim_evh_t read_evh;
58 static nandsim_evh_t readid_evh;
59 static nandsim_evh_t readparam_evh;
60 static nandsim_evh_t write_evh;
67 static void nandsim_start_handler(struct nandsim_chip *, nandsim_evh_t);
420 nandsim_start_handler(struct nandsim_chip *chip, nandsim_evh_t evh) in nandsim_start_handler()
HDnandsim_chip.h43 typedef void nandsim_evh_t(struct nandsim_chip *chip, uint32_t ev, void *data); typedef
93 nandsim_evh_t *ev_handler;