Lines Matching defs:rep
1648 struct hid_report *rep;
1652 list_for_each_entry(rep, &rep_enum->report_list, list) {
1654 rep, true);
1657 ret = __hid_request(hid, rep, HID_REQ_SET_REPORT);
1660 rep, false);
1674 struct hid_report *rep;
1679 list_for_each_entry(rep, &rep_enum->report_list, list)
1680 for (i = 0; i < rep->maxfield; i++) {
1682 if (rep->field[i]->report_count < 1)
1685 for (j = 0; j < rep->field[i]->maxusage; j++) {
1686 usage = &rep->field[i]->usage[j];
1691 rep->field[i]);
1694 drv->feature_mapping(hid, rep->field[i], usage);