Searched refs:hw_handle (Results 1 – 1 of 1) sorted by relevance
50 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in release_hardware() local52 dlclose(hw_handle); in release_hardware()53 dlclose(hw_handle); in release_hardware()57 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in initialize_hardware() local58 if (!hw_handle) { in initialize_hardware()62 const struct EseOperations **hw_ops = dlsym(hw_handle, hw->sym); in initialize_hardware()