Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bluetooth/bthidd/
HDparser.y445 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == 0) in check_hid_device()
452 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
456 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
460 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
464 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in check_hid_device()
HDhid.c206 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) || in hid_interrupt()
/freebsd-14-stable/usr.sbin/bluetooth/bthidcontrol/
HDhid.c160 if ((h->flags & HIO_CONST) && !verbose) in hid_dump_item()
168 h->flags & HIO_CONST ? " Const" : "", in hid_dump_item()
/freebsd-14-stable/usr.bin/usbhidctl/
HDusbhid.c101 h.kind != hid_feature) || (h.flags & HIO_CONST)) in parceargs()
155 h.kind != hid_feature) || (h.flags & HIO_CONST)) in parceargs()
202 if ((h->flags & HIO_CONST) && !verbose) in dumpitem()
208 h->flags & HIO_CONST ? " Const" : "", in dumpitem()
/freebsd-14-stable/contrib/netbsd-tests/dev/usb/
HDt_hid.c91 if (h.kind == k && !(h.flags & HIO_CONST) && in locate_item()
/freebsd-14-stable/sys/dev/hid/
HDhid.h173 #define HIO_CONST 0x001 macro
HDhid.c937 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
941 (hi.flags & (HIO_CONST|HIO_RELATIVE)) == HIO_RELATIVE) in hid_is_mouse()
HDhidmap.c463 if (hi.flags & HIO_CONST) in hidmap_probe_hid_descr()
678 if (hi.flags & HIO_CONST) in hidmap_parse_hid_descr()
/freebsd-14-stable/usr.bin/usbhidaction/
HDusbhidaction.c373 if (h.flags & HIO_CONST) in parse_conf()
/freebsd-14-stable/lib/libusbhid/
HDparse.c575 if (h->kind == k && !(h->flags & HIO_CONST) && h->usage == u) { in hid_locate()
/freebsd-14-stable/sys/dev/usb/input/
HDwmt.c746 (((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE) in wmt_hid_parse()
HDums.c92 #define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)