Searched refs:ei_callback (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/flash/
H A Dflash.h84 void (*ei_callback)(struct flash_erase_instruction *); member in struct:flash_erase_instruction
H A Dflash_io.c249 ei.ei_callback = NULL;
H A Dflash.c410 ei.ei_callback = NULL;
/netbsd-current/sys/dev/nor/
H A Dnor.c581 if (ei->ei_callback != NULL) {
582 ei->ei_callback(ei);
/netbsd-current/sys/dev/nand/
H A Dnand.c1507 if (ei->ei_callback != NULL) {
1508 ei->ei_callback(ei);
/netbsd-current/sys/ufs/chfs/
H A Debh.c968 ei->ei_callback = erase_callback;

Completed in 222 milliseconds