Home
last modified time | relevance | path

Searched refs:hid (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dtimer_api.c54 handler(obj->hid); in gtimer_timeout_handler()
177 void gtimer_start_one_shout (gtimer_t *obj, uint32_t duration_us, void* handler, uint32_t hid) in gtimer_start_one_shout() argument
183 obj->hid = hid; in gtimer_start_one_shout()
198 void gtimer_start_periodical (gtimer_t *obj, uint32_t duration_us, void* handler, uint32_t hid) in gtimer_start_periodical() argument
204 obj->hid = hid; in gtimer_start_periodical()
A Dobjects.h82 uint32_t hid; member
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A DMakefile.am5 libhidapi_libusb_la_SOURCES = hid.c
12 libhidapi_la_SOURCES = hid.c
19 libhidapi_la_SOURCES = hid.c
A DMakefile.freebsd19 COBJS = hid.o
A DMakefile.linux21 COBJS_LIBUSB = hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/
A Dsources8 TARGETLIBS=$(SDK_LIB_PATH)\hid.lib \
16 SOURCES= ..\hid.c \
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal/
A Dtimer_api.h107 void gtimer_start_one_shout (gtimer_t *obj, uint32_t duration_us, void* handler, uint32_t hid);
116 void gtimer_start_periodical (gtimer_t *obj, uint32_t duration_us, void* handler, uint32_t hid);
240 …timer_enable_alarm (gtimer_t *obj, alarmid_t almid, uint32_t time_us, void *handler, uint32_t hid);
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c164 …if (!RAWINPUT_IsDeviceSupported((Uint16)rdi.hid.dwVendorId, (Uint16)rdi.hid.dwProductId, (Uint16)r… in RAWINPUT_AllXInputDevicesSupported()
307 device->vendor_id = (Uint16)rdi.hid.dwVendorId; in RAWINPUT_AddDevice()
308 device->product_id = (Uint16)rdi.hid.dwProductId; in RAWINPUT_AddDevice()
309 device->version = (Uint16)rdi.hid.dwVersionNumber; in RAWINPUT_AddDevice()
310 device->usage = rdi.hid.usUsage; in RAWINPUT_AddDevice()
311 device->usage_page = rdi.hid.usUsagePage; in RAWINPUT_AddDevice()
689 …omRAWINPUT(&device->hiddevice, joystick, &raw_input->data.hid.bRawData[1], raw_input->data.hid.dwS… in RAWINPUT_WindowProc()
A DSDL_xinputjoystick.c155 *pVID = (Uint16)rdi.hid.dwVendorId; in GuessXInputDevice()
156 *pPID = (Uint16)rdi.hid.dwProductId; in GuessXInputDevice()
157 *pVersion = (Uint16)rdi.hid.dwVersionNumber; in GuessXInputDevice()
176 …SDL_Log("Raw input device: VID = 0x%x, PID = 0x%x, %s\n", rdi.hid.dwVendorId, rdi.hid.dwProductId,… in GuessXInputDevice()
198 *pVID = (Uint16)rdi.hid.dwVendorId; in GuessXInputDevice()
199 *pPID = (Uint16)rdi.hid.dwProductId; in GuessXInputDevice()
200 *pVersion = (Uint16)rdi.hid.dwVersionNumber; in GuessXInputDevice()
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A DREADME.txt2 There are two implementations of HIDAPI for Linux. One (linux/hid.c) uses the
3 Linux hidraw driver, and the other (libusb/hid.c) uses libusb. Which one you
12 To use HIDAPI, simply drop either linux/hid.c or libusb/hid.c into your
A DMakefile.am2 libhidapi_hidraw_la_SOURCES = hid.c
A DMakefile-manual22 COBJS = hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/android/jni/
A DAndroid.mk11 $(HIDAPI_ROOT_REL)/android/hid.cpp
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A DMakefile.am2 libhidapi_la_SOURCES = hid.m
A DMakefile-manual13 COBJS=hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A DMakefile.am2 libhidapi_la_SOURCES = hid.c
A DMakefile-manual13 COBJS=hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/udev/
A D99-hid.rules5 # If you are using the libusb implementation of hidapi (libusb/hid.c), then
15 # If you are using the hidraw implementation (linux/hid.c), then do something
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A DMakefile.am2 libhidapi_la_SOURCES = hid.c
A DMakefile.mingw13 COBJS=hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A DMakefile.freebsd13 COBJS=../libusb/hid.o
A DMakefile.linux13 COBJS=../libusb/hid.o
A DMakefile.mingw13 COBJS=../windows/hid.o
A DMakefile.mac13 COBJS=../mac/hid.o
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt14 * Windows (using hid.dll)
23 Linux/hidraw (linux/hid.c):
32 Linux/FreeBSD/libusb (libusb/hid.c):

Completed in 21 milliseconds

12