Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwmt.c72 #define WMT_BSIZE 1024 /* bytes, buffer size */ macro
245 uint8_t buf[WMT_BSIZE] __aligned(4);
275 .bufsize = WMT_BSIZE,
313 (sc->isize <= 0 || sc->isize > WMT_BSIZE)) { in wmt_probe()
336 if (sc->cont_max_rlen > 0 && sc->cont_max_rlen <= WMT_BSIZE) { in wmt_attach()
357 if (sc->btn_type_rlen > 1 && sc->btn_type_rlen <= WMT_BSIZE && in wmt_attach()
373 if (sc->thqa_cert_rlen > 0 && sc->thqa_cert_rlen <= WMT_BSIZE && in wmt_attach()
960 if (sc->input_mode_rlen < 3 || sc->input_mode_rlen > WMT_BSIZE) { in wmt_set_input_mode()