Searched refs:rnum (Results 1 - 2 of 2) sorted by relevance

/drivers/hid/
H A Duhid.c198 static int uhid_hid_get_report(struct hid_device *hid, unsigned char rnum, argument
214 ev->u.get_report.rnum = rnum;
241 static int uhid_hid_set_report(struct hid_device *hid, unsigned char rnum, argument
256 ev->u.set_report.rnum = rnum;
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1105 u32 rnum; local
1124 rnum = pginfo->num_hwpages % MAX_RPAGES; /* last shot */
1125 if (rnum == 0)
1126 rnum = MAX_RPAGES; /* last shot is full */
1128 rnum = MAX_RPAGES;
1130 ret = ehca_set_pagebuf(pginfo, rnum, kpage);
1133 "bad rc, ret=%i rnum=%x kpage=%p",
1134 ret, rnum, kpage);
1138 if (rnum > 1) {
1152 0, rpage, rnum);
1552 u64 rnum; local
[all...]

Completed in 53 milliseconds