Searched refs:udev_device_get_property_value (Results 1 – 2 of 2) sorted by relevance
73 SDL_UDEV_SYM(udev_device_get_property_value); in SDL_UDEV_load_syms()420 val = _this->syms.udev_device_get_property_value(dev, "ID_INPUT_JOYSTICK"); in device_event()425 val = _this->syms.udev_device_get_property_value(dev, "ID_INPUT_ACCELEROMETER"); in device_event()431 val = _this->syms.udev_device_get_property_value(dev, "ID_INPUT_MOUSE"); in device_event()436 val = _this->syms.udev_device_get_property_value(dev, "ID_INPUT_TOUCHSCREEN"); in device_event()447 val = _this->syms.udev_device_get_property_value(dev, "ID_INPUT_KEY"); in device_event()454 val = _this->syms.udev_device_get_property_value(dev, "ID_CLASS"); in device_event()
72 const char *(*udev_device_get_property_value)(struct udev_device *, const char *); member
Completed in 4 milliseconds