#include <debug.h>#include <assert.h>Go to the source code of this file.
Defines | |
| #define | HID_INTERNAL |
Functions | |
| void | hid_set_debug (HIDDebugLevel const level) |
| void | hid_set_debug_stream (FILE *const outstream) |
| void | hid_set_usb_debug (int const level) |
| void | trace_usb_bus (FILE *out, struct usb_bus const *usbbus) |
| void | trace_usb_device (FILE *out, struct usb_device const *usbdev) |
| void | trace_usb_device_descriptor (FILE *out, struct usb_device_descriptor const *descriptor) |
| void | trace_usb_config_descriptor (FILE *out, struct usb_config_descriptor const *config) |
| void | trace_usb_dev_handle (FILE *out, usb_dev_handle const *usbdev_h) |
Variables | |
| HIDDebugLevel | hid_debug_level = HID_DEBUG_NONE |
| FILE * | hid_debug_stream = NULL |
| void hid_set_debug | ( | HIDDebugLevel const | level | ) |
| void hid_set_debug_stream | ( | FILE *const | outstream | ) |
| void trace_usb_bus | ( | FILE * | out, | |
| struct usb_bus const * | usbbus | |||
| ) |
| void trace_usb_config_descriptor | ( | FILE * | out, | |
| struct usb_config_descriptor const * | config | |||
| ) |
| void trace_usb_dev_handle | ( | FILE * | out, | |
| usb_dev_handle const * | usbdev_h | |||
| ) |
| void trace_usb_device | ( | FILE * | out, | |
| struct usb_device const * | usbdev | |||
| ) |
| void trace_usb_device_descriptor | ( | FILE * | out, | |
| struct usb_device_descriptor const * | descriptor | |||
| ) |
| HIDDebugLevel hid_debug_level = HID_DEBUG_NONE |
| FILE* hid_debug_stream = NULL |
1.5.1