Home
last modified time | relevance | path

Searched refs:hid_type (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/USB/Bluetooth/
H A DWiimoteDevice.cpp404 const u8 hid_type = data[0]; in ExecuteL2capCmd() local
410 u8 hid_type; in ExecuteL2capCmd() member
416 data_frame.header.length = sizeof(data_frame.hid_type); in ExecuteL2capCmd()
417 data_frame.hid_type = WiimoteCommon::HID_HANDSHAKE_SUCCESS; in ExecuteL2capCmd()
422 m_hid_source->InterruptDataOutput(data + sizeof(hid_type), data_size - sizeof(hid_type)); in ExecuteL2capCmd()
433 const u8 hid_type = data[0]; in ExecuteL2capCmd() local
435 m_hid_source->InterruptDataOutput(data + sizeof(hid_type), data_size - sizeof(hid_type)); in ExecuteL2capCmd()
961 u8 hid_type; in InterruptDataInputCallback() member
962 std::array<u8, WiimoteCommon::MAX_PAYLOAD - sizeof(hid_type)> data; in InterruptDataInputCallback()
968 data_frame.header.length = u16(sizeof(hid_type) + size); in InterruptDataInputCallback()
[all …]
H A DWiimoteDevice.h63 void InterruptDataInputCallback(u8 hid_type, const u8* data, u32 size);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteCommon/
H A DWiimoteHid.h27 using InterruptCallbackType = std::function<void(u8 hid_type, const u8* data, u32 size)>;
53 void InterruptCallback(u8 hid_type, const u8* data, u32 size) in InterruptCallback() argument
55 m_callback(hid_type, data, size); in InterruptCallback()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dwacom_wac.c4375 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4379 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4383 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4398 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4436 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4476 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4496 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4622 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4626 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4630 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
H A Dwacom_wac.h278 int hid_type; member
H A Dwacom_sys.c2756 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dwacom_wac.c4375 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4379 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4383 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4398 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4436 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4476 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4496 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4622 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4626 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4630 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
H A Dwacom_wac.h278 int hid_type; member
H A Dwacom_sys.c2756 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dwacom_wac.c4375 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4379 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4383 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4398 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4436 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4476 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4496 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4622 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4626 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4630 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
H A Dwacom_wac.h278 int hid_type; member
H A Dwacom_sys.c2756 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
/dports/sysutils/hid-tools/hid-tools-0.2/hidtools/
H A Dhid.py93 hid_type = {} # e.g. "Input" : "Main" variable
97 hid_type[k] = type
538 tag = hid_items[hid_type[name]][name]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dhid.h537 enum hid_type { enum
566 enum hid_type type; /* device type (mouse, kbd, ...) */
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dhid.h537 enum hid_type { enum
566 enum hid_type type; /* device type (mouse, kbd, ...) */
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dhid.h537 enum hid_type { enum
566 enum hid_type type; /* device type (mouse, kbd, ...) */