Home
last modified time | relevance | path

Searched defs:product_id (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xboxone.c87 Uint16 product_id; member
118 Uint16 product_id; member
154 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController()
168 ControllerHasPaddles(Uint16 vendor_id, Uint16 product_id) in ControllerHasPaddles()
181 ControllerSendsWaitingForInit(Uint16 vendor_id, Uint16 product_id) in ControllerSendsWaitingForInit()
204 Uint16 product_id = ctx->product_id; in SendControllerInit() local
263 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverXboxOne_IsSupportedDevice()
281 HIDAPI_DriverXboxOne_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXboxOne_GetDeviceName()
A DSDL_hidapi_xbox360w.c45 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverXbox360W_IsSupportedDevice()
57 HIDAPI_DriverXbox360W_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360W_GetDeviceName()
A DSDL_hidapi_gamecube.c54 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverGameCube_IsSupportedDevice()
64 HIDAPI_DriverGameCube_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverGameCube_GetDeviceName()
A DSDL_hidapi_ps4.c131 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverPS4_IsSupportedDevice()
137 HIDAPI_DriverPS4_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverPS4_GetDeviceName()
175 static SDL_bool HIDAPI_DriverPS4_CanRumble(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverPS4_CanRumble()
A DSDL_hidapijoystick.c394 HIDAPI_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDeviceSupported()
468 HIDAPI_GetJoystickByInfo(const char *path, Uint16 vendor_id, Uint16 product_id) in HIDAPI_GetJoystickByInfo()
846 HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDevicePresent()
A DSDL_hidapi_xbox360.c579 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController()
594 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverXbox360_IsSupportedDevice()
634 HIDAPI_DriverXbox360_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360_GetDeviceName()
A DSDL_hidapijoystick_c.h61 Uint16 product_id; member
A DSDL_hidapi_switch.c243 HasHomeLED(int vendor_id, int product_id) in HasHomeLED()
259 IsGameCubeFormFactor(int vendor_id, int product_id) in IsGameCubeFormFactor()
277 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverSwitch_IsSupportedDevice()
292 HIDAPI_DriverSwitch_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverSwitch_GetDeviceName()
A DSDL_hidapi_steam.c960 …ce(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 vers… in HIDAPI_DriverSteam_IsSupportedDevice()
966 HIDAPI_DriverSteam_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverSteam_GetDeviceName()
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.cpp67 …fo HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
142 …RT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, const w… in hid_open()
A Dhid.c221 unsigned short *vendor_id, unsigned short *product_id, in parse_uevent_info()
464 …hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
671 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open()
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/
A Dhidapi.h63 unsigned short product_id; member
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c101 Uint16 product_id; member
457 RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDeviceSupported()
477 RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDevicePresent()
A DSDL_dinputjoystick.c391 Uint16 product_id = (Uint16)HIWORD(pGuidProductFromDirectInput->Data1); in SDL_IsXInputDevice() local
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/
A Ddis.h28 uint16_t product_id; /* Product ID. */ member
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c315 int hid_blacklist(unsigned short vendor_id, unsigned short product_id) in hid_blacklist()
338 …fo HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
608 …RT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, const w… in hid_open()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_tvoc_sensirion_sgp30.c143 int product_id = data[0] >> 4; in drv_sgp30_init_sensor() local
A Ddrv_mag_temp_memsic_mmc3680kj.c102 static int mmc3680kj_validate_id(i2c_dev_t *drv, uint8_t product_id) in mmc3680kj_validate_id()
/AliOS-Things-master/components/SDL2/src/hidapi/
A DSDL_hidapi.c537 …fo HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
623 …RT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, const w… in hid_open()
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c569 …hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
750 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open()
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c443 …hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
556 hid_device * HID_API_EXPORT hid_open(unsigned short vendor_id, unsigned short product_id, const wch… in hid_open()
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick.c325 …ck(int device_id, const char *name, const char *desc, int vendor_id, int product_id, SDL_bool is_a… in Android_AddJoystick()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp994 …fo HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsigned short product_id) in hid_enumerate()
1022 …RT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, const w… in hid_open()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dhfp_api.h183 uint16_t product_id; member

Completed in 71 milliseconds