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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DProtocolHandler.h57 status_t IOGetDeviceName(const char *name, void *buffer,
H A DProtocolHandler.cpp193 ProtocolHandler::IOGetDeviceName(const char *name, void *buffer, size_t length) function in class:ProtocolHandler
H A DTabletProtocolHandler.cpp189 return IOGetDeviceName(name,buffer,length);
H A DMouseProtocolHandler.cpp138 return IOGetDeviceName(name,buffer,length);
H A DJoystickProtocolHandler.cpp273 return IOGetDeviceName(name, buffer, length);
H A DKeyboardProtocolHandler.cpp350 return IOGetDeviceName(name,buffer,length);

Completed in 1338 milliseconds