Searched refs:close_device (Results 1 – 4 of 4) sorted by relevance
94 static int close_device(hw_device_t* dev);
93 static int close_device(hw_device_t* dev);
410 int close_device(const char *device, int print_flags) in close_device() function462 close_device(devname, print_flags); in read_notify()
238 km1_device_.common.close = &close_device; in initialize_device_struct()281 km2_device_.common.close = &close_device; in initialize_device_struct()354 int SoftKeymasterDevice::close_device(hw_device_t* dev) { in close_device() function in keymaster::SoftKeymasterDevice