Searched refs:get_device (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/hid/ |
H A D | device.c | 106 static HANDLE get_device(USHORT page, USHORT usages[], UINT usage_count, DWORD access) in get_device() function 251 HANDLE device = get_device(HID_USAGE_PAGE_GENERIC, device_usages, 2, GENERIC_READ); in test_read_device() 254 device = get_device(0x0, NULL, 0x0, GENERIC_READ); in test_read_device() 336 HANDLE device = get_device(HID_USAGE_PAGE_GENERIC, device_usages, 2, GENERIC_READ); in test_get_input_report() 339 device = get_device(0x0, NULL, 0x0, GENERIC_READ); in test_get_input_report()
|