Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/input/
H A Dwmt.c405 nconts = hid_get_data_unsigned(buf, len, &sc->nconts_loc); in wmt_process_report()
429 slot_data[usage] = hid_get_data_unsigned( in wmt_process_report()
843 cont_count_max = hid_get_data_unsigned((const uint8_t *)r_ptr + 1, in wmt_cont_max_parse()
/freebsd-12.1/sys/dev/usb/
H A Dusbhid.h260 uint32_t hid_get_data_unsigned(const uint8_t *buf, usb_size_t len,
H A Dusb_hid.c703 hid_get_data_unsigned(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data_unsigned() function