Lines Matching refs:hid_field
94 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field()
96 struct hid_field *field; in hid_register_field()
103 field = kzalloc((sizeof(struct hid_field) + in hid_register_field()
263 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()
1510 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1538 static inline int hid_array_value_is_valid(struct hid_field *field, in hid_array_value_is_valid()
1558 struct hid_field *field, in hid_input_fetch_field()
1594 struct hid_field *field, in hid_input_var_field()
1617 struct hid_field *field, in hid_input_array_field()
1664 struct hid_field *field; in hid_process_report()
1718 struct hid_field *field, in __hid_insert_field_entry()
1748 struct hid_field *field; in hid_report_process_ordering()
1810 struct hid_field *field, __u8 *data) in hid_output_field()
1878 int hid_set_field(struct hid_field *field, unsigned offset, __s32 value) in hid_set_field()