Lines Matching defs:device
174 int HID_API_EXPORT HID_API_CALL hid_write(hid_device *device, const unsigned char *data, size_t le… in hid_write()
187 int HID_API_EXPORT HID_API_CALL hid_read_timeout(hid_device *device, unsigned char *data, size_t le… in hid_read_timeout()
200 int HID_API_EXPORT HID_API_CALL hid_read(hid_device *device, unsigned char *data, size_t length) in hid_read()
213 int HID_API_EXPORT HID_API_CALL hid_set_nonblocking(hid_device *device, int nonblock) in hid_set_nonblocking()
226 int HID_API_EXPORT HID_API_CALL hid_send_feature_report(hid_device *device, const unsigned char *da… in hid_send_feature_report()
239 int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *device, unsigned char *data, siz… in hid_get_feature_report()
252 void HID_API_EXPORT HID_API_CALL hid_close(hid_device *device) in hid_close()
268 int HID_API_EXPORT_CALL hid_get_manufacturer_string(hid_device *device, wchar_t *string, size_t max… in hid_get_manufacturer_string()
281 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *device, wchar_t *string, size_t maxlen) in hid_get_product_string()
294 int HID_API_EXPORT_CALL hid_get_serial_number_string(hid_device *device, wchar_t *string, size_t ma… in hid_get_serial_number_string()
307 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string()
320 HID_API_EXPORT const wchar_t* HID_API_CALL hid_error(hid_device *device) in hid_error()