Searched refs:sc_rep_cap (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/i2c/ |
| D | imt.c | 44 int sc_rep_cap; member 90 iha->claims[2] = sc.sc_rep_cap; in imt_match() 109 sc->sc_rep_cap = -1; in imt_find_winptp_reports() 134 if (sc != NULL && sc->sc_rep_cap == -1) in imt_find_winptp_reports() 135 sc->sc_rep_cap = repid; in imt_find_winptp_reports() 167 mt->sc_rep_cap = sc->sc_rep_cap; in imt_attach()
|
| /openbsd/src/sys/dev/usb/ |
| D | umt.c | 46 int sc_rep_cap; member 167 &sc->sc_rep_config, &sc->sc_rep_cap); in umt_attach() 179 mt->sc_rep_cap = sc->sc_rep_cap; in umt_attach()
|
| /openbsd/src/sys/dev/hid/ |
| D | hidmt.c | 126 capsize = hid_report_size(desc, dlen, hid_feature, mt->sc_rep_cap); in hidmt_setup() 133 mt->hidev_report_type_conv(hid_feature), mt->sc_rep_cap, in hidmt_setup() 143 mt->sc_rep_cap, hid_feature, &cap, NULL)) { in hidmt_setup() 154 mt->sc_rep_cap, hid_feature, &cap, NULL)) { in hidmt_setup()
|
| D | hidmtvar.h | 51 int sc_rep_cap; member
|