Searched refs:sc_fsize (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | uslhcom.c | 145 if (sc->sc_hdev.sc_fsize < rsize) sc->sc_hdev.sc_fsize = rsize; in uslhcom_attach() 163 sc->sc_hdev.sc_fsize)); in uslhcom_attach()
|
| D | uhidev.h | 74 int sc_fsize; member
|
| D | ucc.c | 89 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in ucc_attach()
|
| D | uhid.c | 135 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in uhid_attach() 138 sc->sc_hdev.sc_isize, sc->sc_hdev.sc_osize, sc->sc_hdev.sc_fsize); in uhid_attach()
|
| D | umstc.c | 116 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in umstc_attach()
|
| D | ums.c | 145 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in ums_attach()
|
| D | uwacom.c | 129 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in uwacom_attach()
|
| D | ukbd.c | 234 sc->sc_hdev.sc_fsize = hid_report_size(desc, dlen, hid_feature, repid); in ukbd_attach()
|
| D | uhidev.c | 1013 size = sc->sc_fsize; in uhidev_ioctl() 1032 size = sc->sc_fsize; in uhidev_ioctl()
|
| D | ugold.c | 186 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in ugold_attach()
|
| /openbsd/src/sys/dev/i2c/ |
| D | ihidev.h | 110 int sc_fsize; member
|
| D | icc.c | 89 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in icc_attach()
|
| D | ims.c | 114 sc->sc_hdev.sc_fsize = hid_report_size(desc, size, hid_feature, repid); in ims_attach()
|
| D | ikbd.c | 113 sc->sc_hdev.sc_fsize = hid_report_size(desc, dlen, hid_feature, repid); in ikbd_attach()
|
| /openbsd/src/sys/dev/ |
| D | video.c | 62 int sc_fsize; member 157 error = sc->hw_if->open(sc->hw_hdl, flags, &sc->sc_fsize, in videoopen() 237 size = ulmin(uio->uio_resid, sc->sc_fsize); in videoread()
|