Home
last modified time | relevance | path

Searched refs:create_event (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/nand/
HDnandsim_chip.h157 struct nandsim_ev *create_event(struct nandsim_chip *, uint8_t, uint8_t);
HDnandsim_chip.c266 ev = create_event(chip, NANDSIM_EV_EXIT, 0); in nandsim_chip_destroy()
337 create_event(struct nandsim_chip *chip, uint8_t type, uint8_t data_size) in create_event() function
403 ev = create_event(chip, NANDSIM_EV_TIMEOUT, 0); in nandsim_delay()
428 ev = create_event(chip, NANDSIM_EV_START, 0); in nandsim_start_handler()
HDnandsim_ctrl.c217 ev = create_event(chip, NANDSIM_EV_CMD, 1); in nandsim_send_command()
241 ev = create_event(chip, NANDSIM_EV_ADDR, 1); in nandsim_send_address()