Symbol: hid_size_t
sys/dev/atopcase/atopcase.c
649
atopcase_get_rdesc(device_t dev, device_t child, void *buf, hid_size_t len)
sys/dev/atopcase/atopcase.c
662
hid_size_t len, uint8_t type __unused, uint8_t id)
sys/dev/atopcase/atopcase_var.h
135
int atopcase_get_rdesc(device_t, device_t, void *, hid_size_t);
sys/dev/atopcase/atopcase_var.h
136
int atopcase_set_report(device_t, device_t, const void *, hid_size_t, uint8_t,
sys/dev/hid/bcm5974.c
682
hid_size_t d_len;
sys/dev/hid/bcm5974.c
811
bcm5974_intr(void *context, void *data, hid_size_t len)
sys/dev/hid/hconf.c
211
uint16_t usage, void *d_ptr, hid_size_t d_len)
sys/dev/hid/hconf.c
247
hid_size_t d_len;
sys/dev/hid/hconf.c
98
hid_size_t rlen;
sys/dev/hid/hid.c
1054
hid_get_rdesc(device_t dev, void *data, hid_size_t len)
sys/dev/hid/hid.c
1060
hid_read(device_t dev, void *data, hid_size_t maxlen, hid_size_t *actlen)
sys/dev/hid/hid.c
1066
hid_write(device_t dev, const void *data, hid_size_t len)
sys/dev/hid/hid.c
1072
hid_get_report(device_t dev, void *data, hid_size_t maxlen, hid_size_t *actlen,
sys/dev/hid/hid.c
1080
hid_set_report(device_t dev, const void *data, hid_size_t len, uint8_t type,
sys/dev/hid/hid.c
175
hid_start_parse(const void *d, hid_size_t len, int kindset)
sys/dev/hid/hid.c
574
hid_report_size(const void *buf, hid_size_t len, enum hid_kind k, uint8_t id)
sys/dev/hid/hid.c
613
hid_report_size_max(const void *buf, hid_size_t len, enum hid_kind k,
sys/dev/hid/hid.c
667
hid_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k,
sys/dev/hid/hid.c
704
hid_get_data_sub(const uint8_t *buf, hid_size_t len, struct hid_location *loc,
sys/dev/hid/hid.c
748
hid_get_data(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
sys/dev/hid/hid.c
754
hid_get_udata(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
sys/dev/hid/hid.c
763
hid_put_udata(uint8_t *buf, hid_size_t len,
sys/dev/hid/hid.c
800
hid_is_collection(const void *desc, hid_size_t size, int32_t usage)
sys/dev/hid/hid.h
288
hid_size_t rdescsize; /* Report descriptor size */
sys/dev/hid/hid.h
294
hid_size_t len;
sys/dev/hid/hid.h
295
hid_size_t isize;
sys/dev/hid/hid.h
296
hid_size_t osize;
sys/dev/hid/hid.h
297
hid_size_t fsize;
sys/dev/hid/hid.h
302
hid_size_t rdsize;
sys/dev/hid/hid.h
303
hid_size_t wrsize;
sys/dev/hid/hid.h
304
hid_size_t grsize;
sys/dev/hid/hid.h
305
hid_size_t srsize;
sys/dev/hid/hid.h
308
typedef void hid_intr_t(void *context, void *data, hid_size_t len);
sys/dev/hid/hid.h
316
struct hid_data *hid_start_parse(const void *d, hid_size_t len, int kindset);
sys/dev/hid/hid.h
319
int hid_report_size(const void *buf, hid_size_t len, enum hid_kind k,
sys/dev/hid/hid.h
321
int hid_report_size_max(const void *buf, hid_size_t len, enum hid_kind k,
sys/dev/hid/hid.h
323
int hid_locate(const void *desc, hid_size_t size, int32_t usage,
sys/dev/hid/hid.h
326
int32_t hid_get_data(const uint8_t *buf, hid_size_t len,
sys/dev/hid/hid.h
328
uint32_t hid_get_udata(const uint8_t *buf, hid_size_t len,
sys/dev/hid/hid.h
330
void hid_put_udata(uint8_t *buf, hid_size_t len,
sys/dev/hid/hid.h
332
int hid_is_collection(const void *desc, hid_size_t size, int32_t usage);
sys/dev/hid/hid.h
344
int hid_get_rdesc(device_t, void *, hid_size_t);
sys/dev/hid/hid.h
345
int hid_read(device_t, void *, hid_size_t, hid_size_t *);
sys/dev/hid/hid.h
346
int hid_write(device_t, const void *, hid_size_t);
sys/dev/hid/hid.h
347
int hid_get_report(device_t, void *, hid_size_t, hid_size_t *, uint8_t,
sys/dev/hid/hid.h
349
int hid_set_report(device_t, const void *, hid_size_t, uint8_t, uint8_t);
sys/dev/hid/hidbus.c
131
hidbus_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k,
sys/dev/hid/hidbus.c
173
hidbus_is_collection(const void *desc, hid_size_t size, int32_t usage,
sys/dev/hid/hidbus.c
213
hidbus_enumerate_children(device_t dev, const void* data, hid_size_t len)
sys/dev/hid/hidbus.c
346
hid_size_t d_len;
sys/dev/hid/hidbus.c
559
hidbus_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/hidbus.c
664
hid_get_report_descr(device_t dev, void **data, hid_size_t *len)
sys/dev/hid/hidbus.c
699
hid_set_report_descr(device_t dev, const void *data, hid_size_t len)
sys/dev/hid/hidbus.c
745
hid_size_t len)
sys/dev/hid/hidbus.c
752
hid_size_t maxlen, hid_size_t *actlen)
sys/dev/hid/hidbus.c
759
hid_size_t len)
sys/dev/hid/hidbus.c
780
hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id)
sys/dev/hid/hidbus.c
787
hid_size_t len, uint8_t type, uint8_t id)
sys/dev/hid/hidbus.c
90
hid_size_t len)
sys/dev/hid/hidbus.h
151
int hidbus_locate(const void *desc, hid_size_t size, int32_t u,
sys/dev/hid/hidbus.h
155
bool hidbus_is_collection(const void *, hid_size_t, int32_t, uint8_t);
sys/dev/hid/hidbus.h
167
int hid_get_report_descr(device_t, void **, hid_size_t *);
sys/dev/hid/hidbus.h
168
int hid_set_report_descr(device_t, const void *, hid_size_t);
sys/dev/hid/hidmap.c
180
hidmap_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/hidmap.c
443
hidmap_probe_hid_descr(void *d_ptr, hid_size_t d_len, uint8_t tlc_index,
sys/dev/hid/hidmap.c
506
hid_size_t d_len;
sys/dev/hid/hidmap.c
664
hid_size_t d_len;
sys/dev/hid/hidmap.h
215
hid_size_t intr_len;
sys/dev/hid/hidmap.h
254
void hidmap_intr(void *context, void *buf, hid_size_t len);
sys/dev/hid/hidraw.c
103
hid_size_t *sc_qlen;
sys/dev/hid/hidraw.c
280
hidraw_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/hidraw.c
376
sc->sc_qlen = malloc(sizeof(hid_size_t) * HIDRAW_BUFFER_SIZE, M_DEVBUF,
sys/dev/hid/hidraw.c
580
hid_size_t actsize;
sys/dev/hid/hkbd.c
678
hkbd_intr_callback(void *context, void *data, hid_size_t len)
sys/dev/hid/hkbd.c
953
hid_size_t hid_len;
sys/dev/hid/hms.c
121
hid_size_t last_irsize;
sys/dev/hid/hms.c
122
hid_size_t isize;
sys/dev/hid/hms.c
131
hms_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/hms.c
198
hid_size_t d_len;
sys/dev/hid/hms.c
254
hid_size_t d_len;
sys/dev/hid/hmt.c
228
hid_size_t, uint32_t, uint8_t);
sys/dev/hid/hmt.c
267
hid_size_t d_len;
sys/dev/hid/hmt.c
301
hid_size_t d_len, fsize, rsize;
sys/dev/hid/hmt.c
474
hmt_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/hmt.c
655
hmt_hid_parse(struct hmt_softc *sc, const void *d_ptr, hid_size_t d_len,
sys/dev/hid/hpen.c
177
hid_size_t d_len;
sys/dev/hid/ietp.c
107
hid_size_t report_len;
sys/dev/hid/ietp.c
277
hid_size_t d_len;
sys/dev/hid/ietp.c
365
ietp_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/ps4dshock.c
1036
hid_size_t osize = sc->is_bluetooth ?
sys/dev/hid/u2f.c
237
u2f_intr(void *context, void *buf, hid_size_t len)
sys/dev/hid/u2f.c
84
hid_size_t sc_rdesc_size;
sys/dev/hid/u2f.c
85
hid_size_t sc_isize;
sys/dev/hid/u2f.c
86
hid_size_t sc_osize;
sys/dev/hyperv/input/hv_hid.c
526
hid_size_t len)
sys/dev/iicbus/iichid.c
82
typedef hid_size_t iichid_size_t;
sys/dev/iicbus/iichid.c
912
hid_size_t len)
sys/dev/iicbus/iichid.c
927
hid_size_t maxlen, hid_size_t *actlen)
sys/dev/iicbus/iichid.c
952
hid_size_t len)
sys/dev/iicbus/iichid.c
964
hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id)
sys/dev/iicbus/iichid.c
977
hid_size_t len, uint8_t type, uint8_t id)
sys/dev/usb/input/usbhid.c
322
usbhid_xfer_check_len(struct usbhid_softc* sc, int xfer_idx, hid_size_t len)
sys/dev/usb/input/usbhid.c
541
hid_size_t len)
sys/dev/usb/input/usbhid.c
557
hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id)
sys/dev/usb/input/usbhid.c
583
hid_size_t len, uint8_t type, uint8_t id)
sys/dev/usb/input/usbhid.c
606
hid_size_t maxlen, hid_size_t *actlen)
sys/dev/usb/input/usbhid.c
626
hid_size_t len)
sys/dev/usb/usbhid.h
77
hid_get_data_unsigned(const uint8_t *buf, hid_size_t len,
sys/dev/usb/usbhid.h
83
hid_put_data_unsigned(uint8_t *buf, hid_size_t len, struct hid_location *loc,