Lines Matching refs:hid_field
89 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field()
91 struct hid_field *field; in hid_register_field()
98 field = kzalloc((sizeof(struct hid_field) + in hid_register_field()
258 struct hid_field *field; in hid_add_field()
1021 struct hid_field *multiplier) in hid_calculate_multiplier()
1060 struct hid_field *field, in hid_apply_multiplier_to_field()
1090 struct hid_field *multiplier) in hid_apply_multiplier()
1094 struct hid_field *field; in hid_apply_multiplier()
1514 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1542 static inline int hid_array_value_is_valid(struct hid_field *field, in hid_array_value_is_valid()
1562 struct hid_field *field, in hid_input_fetch_field()
1598 struct hid_field *field, in hid_input_var_field()
1621 struct hid_field *field, in hid_input_array_field()
1668 struct hid_field *field; in hid_process_report()
1722 struct hid_field *field, in __hid_insert_field_entry()
1752 struct hid_field *field; in hid_report_process_ordering()
1814 struct hid_field *field, __u8 *data) in hid_output_field()
1882 int hid_set_field(struct hid_field *field, unsigned offset, __s32 value) in hid_set_field()