Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/bthidd/
H A Dparser.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()
H A Dhid.c206 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) || in hid_interrupt()
/src/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c160 if ((h->flags & HIO_CONST) && !verbose) in hid_dump_item()
168 h->flags & HIO_CONST ? " Const" : "", in hid_dump_item()
/src/usr.bin/usbhidctl/
H A Dusbhid.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()
/src/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c91 if (h.kind == k && !(h.flags & HIO_CONST) && in locate_item()
/src/sys/dev/hid/
H A Dhid.h177 #define HIO_CONST 0x001 macro
H A Dhid.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()
H A Dhidmap.c463 if (hi.flags & HIO_CONST) in hidmap_probe_hid_descr()
678 if (hi.flags & HIO_CONST) in hidmap_parse_hid_descr()
/src/usr.bin/usbhidaction/
H A Dusbhidaction.c373 if (h.flags & HIO_CONST) in parse_conf()
/src/lib/libusbhid/
H A Dparse.c575 if (h->kind == k && !(h->flags & HIO_CONST) && h->usage == u) { in hid_locate()
/src/sys/dev/usb/input/
H A Dwmt.c746 (((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE) in wmt_hid_parse()
H A Dums.c92 #define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)