OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hid_field
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
hid.h
378
struct
hid_field
{
struct
409
struct
hid_field
*field[HID_MAX_FIELDS]; /* fields of the report */
501
void (*hiddev_hid_event) (struct hid_device *, struct
hid_field
*field,
625
int (*event)(struct hid_device *hdev, struct
hid_field
*field,
632
struct hid_input *hidinput, struct
hid_field
*field,
635
struct hid_input *hidinput, struct
hid_field
*field,
693
extern void hidinput_hid_event(struct hid_device *, struct
hid_field
*, struct hid_usage *, __s32);
698
int hid_set_field(struct
hid_field
*, unsigned, __s32);
700
int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct
hid_field
**field);
Completed in 38 milliseconds