VSF Documented
|
Functions | |
struct hid_device * | hid_allocate_device (void) |
void | hid_destroy_device (struct hid_device *hdev) |
int | hid_input_report (struct hid_device *hdev, int type, u8 *data, u32 size, int interrupt) |
bool | hid_ignore (struct hid_device *hdev) |
int | hid_add_device (struct hid_device *hdev) |
int | hid_parse_report (struct hid_device *hdev, __u8 *start, unsigned size) |
struct hid_device * hid_allocate_device | ( | void | ) |
void hid_destroy_device | ( | struct hid_device * | hdev | ) |
int hid_input_report | ( | struct hid_device * | hdev, |
int | type, | ||
u8 * | data, | ||
u32 | size, | ||
int | interrupt | ||
) |
bool hid_ignore | ( | struct hid_device * | hdev | ) |
int hid_add_device | ( | struct hid_device * | hdev | ) |
int hid_parse_report | ( | struct hid_device * | hdev, |
__u8 * | start, | ||
unsigned | size | ||
) |