Searched refs:devpath (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_udev.h | 60 …def void (*SDL_UDEV_Callback)(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath);
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 52 …tic void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath); 217 …atic void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath) in haptic_udev_callback() argument 219 if (devpath == NULL || !(udev_class & SDL_UDEV_DEVICE_JOYSTICK)) { in haptic_udev_callback() 226 MaybeAddDevice(devpath); in haptic_udev_callback() 230 MaybeRemoveDevice(devpath); in haptic_udev_callback()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | transymodem.py | 129 def download_file(portnum, baudrate, filepath, devpath): argument 257 save_path = devpath
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 229 …ic void joystick_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath) in joystick_udev_callback() argument 231 if (devpath == NULL) { in joystick_udev_callback() 240 MaybeAddDevice(devpath); in joystick_udev_callback() 244 MaybeRemoveDevice(devpath); in joystick_udev_callback()
|
Completed in 14 milliseconds