Home
last modified time | relevance | path

Searched refs:wrsize (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhid.h297 hid_size_t wrsize; member
H A Dhidraw.c523 if (size > sc->sc_rdesc->wrsize) in hidraw_write()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c67 static int creds(struct toepcb *toep, struct inpcb *inp, size_t wrsize);
1318 creds(struct toepcb *toep, struct inpcb *inp, size_t wrsize) in creds() argument
1322 CTR3(KTR_IW_CXGBE, "%s:creB %p %u", __func__, toep , wrsize); in creds()
1329 txsd->tx_credits = howmany(wrsize, 16); in creds()
/freebsd/sys/dev/atopcase/
H A Datopcase.c583 rdesc->wrsize = 0; in atopcase_intr_setup()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c399 rdesc->wrsize = nowrite ? rdesc->srsize : in usbhid_intr_setup()
/freebsd/sys/dev/iicbus/
H A Diichid.c852 rdesc->wrsize = IICHID_SIZE_MAX;