Home
last modified time | relevance | path

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

/external/libese/tools/ese_replay/
Dhw.h37 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw);
Dhw.c56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware() function
Dmain.c82 if (!initialize_hardware(&ese, hw)) { in main()