Lines Matching defs:hd
802 struct hid_data *hd;
806 hd = hid_start_parse(desc, size, 0);
807 if (hd == NULL)
810 while ((err = hid_get_item(hd, &hi))) {
815 hid_end_parse(hd);
906 struct hid_data *hd;
911 hd = hid_start_parse(d_ptr, d_len, 1 << hid_input);
912 if (hd == NULL)
918 while (hid_get_item(hd, &hi)) {
948 hid_end_parse(hd);