/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_xboxone.c | 87 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 D | SDL_hidapi_xbox360w.c | 45 …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 D | SDL_hidapi_gamecube.c | 54 …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 D | SDL_hidapi_ps4.c | 131 …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 D | SDL_hidapijoystick.c | 394 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 D | SDL_hidapi_xbox360.c | 579 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 D | SDL_hidapijoystick_c.h | 61 Uint16 product_id; member
|
A D | SDL_hidapi_switch.c | 243 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 D | SDL_hidapi_steam.c | 960 …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 D | hid.cpp | 67 …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 D | hid.c | 221 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 D | hidapi.h | 63 unsigned short product_id; member
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_rawinputjoystick.c | 101 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 D | SDL_dinputjoystick.c | 391 Uint16 product_id = (Uint16)HIWORD(pGuidProductFromDirectInput->Data1); in SDL_IsXInputDevice() local
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | dis.h | 28 uint16_t product_id; /* Product ID. */ member
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 315 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 D | drv_tvoc_sensirion_sgp30.c | 143 int product_id = data[0] >> 4; in drv_sgp30_init_sensor() local
|
A D | drv_mag_temp_memsic_mmc3680kj.c | 102 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 D | SDL_hidapi.c | 537 …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 D | hid.c | 569 …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 D | hid.c | 443 …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 D | SDL_sysjoystick.c | 325 …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 D | hid.cpp | 994 …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 D | hfp_api.h | 183 uint16_t product_id; member
|