Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xboxone.c86 Uint16 vendor_id; member
117 Uint16 vendor_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()
203 Uint16 vendor_id = ctx->vendor_id; in SendControllerInit() local
263 …ne_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXboxOne_IsSupportedDevice()
281 HIDAPI_DriverXboxOne_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXboxOne_GetDeviceName()
A DSDL_hidapi_xbox360w.c45 …0W_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXbox360W_IsSupportedDevice()
57 HIDAPI_DriverXbox360W_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360W_GetDeviceName()
A DSDL_hidapi_gamecube.c54 …be_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverGameCube_IsSupportedDevice()
64 HIDAPI_DriverGameCube_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverGameCube_GetDeviceName()
A DSDL_hidapi_ps4.c131 HIDAPI_DriverPS4_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id,… 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 …60_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverXbox360_IsSupportedDevice()
634 HIDAPI_DriverXbox360_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverXbox360_GetDeviceName()
A DSDL_hidapijoystick_c.h60 Uint16 vendor_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 …ch_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… in HIDAPI_DriverSwitch_IsSupportedDevice()
292 HIDAPI_DriverSwitch_GetDeviceName(Uint16 vendor_id, Uint16 product_id) in HIDAPI_DriverSwitch_GetDeviceName()
A DSDL_hidapi_steam.c960 …am_IsSupportedDevice(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 produ… 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 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate()
142 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
A Dhid.c221 unsigned short *vendor_id, unsigned short *product_id, in parse_uevent_info()
464 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… 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.h61 unsigned short vendor_id; member
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c482 static int is_xbox360(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc) in is_xbox360()
525 static int is_xboxone(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc) in is_xboxone()
553 static int should_enumerate_interface(unsigned short vendor_id, const struct libusb_interface_descr… in should_enumerate_interface()
569 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… 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/joystick/windows/
A DSDL_rawinputjoystick.c100 Uint16 vendor_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.c390 Uint16 vendor_id = (Uint16)LOWORD(pGuidProductFromDirectInput->Data1); in SDL_IsXInputDevice() local
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/
A Ddis.h27 uint16_t vendor_id; /* Vendor ID. */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/a2dp_codecs/include/
A Dcodec_lhdc.h51 uint32_t vendor_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 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate()
608 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
/AliOS-Things-master/components/SDL2/src/hidapi/
A DSDL_hidapi.c537 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate()
623 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c443 struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short prod… 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 Android_AddJoystick(int device_id, const char *name, const char *desc, int vendor_id, int product_i… in Android_AddJoystick()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp994 struct hid_device_info HID_API_EXPORT * HID_API_CALL hid_enumerate(unsigned short vendor_id, unsign… in hid_enumerate()
1022 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dhfp_api.h182 uint16_t vendor_id; member
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci_vs.h136 u16_t vendor_id; member

Completed in 63 milliseconds