Searched refs:HIO_CONST (Results 1 – 12 of 12) sorted by relevance
445 (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()
206 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) || in hid_interrupt()
160 if ((h->flags & HIO_CONST) && !verbose) in hid_dump_item()168 h->flags & HIO_CONST ? " Const" : "", in hid_dump_item()
101 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()
91 if (h.kind == k && !(h.flags & HIO_CONST) && in locate_item()
177 #define HIO_CONST 0x001 macro
937 (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()
463 if (hi.flags & HIO_CONST) in hidmap_probe_hid_descr()678 if (hi.flags & HIO_CONST) in hidmap_parse_hid_descr()
373 if (h.flags & HIO_CONST) in parse_conf()
575 if (h->kind == k && !(h->flags & HIO_CONST) && h->usage == u) { in hid_locate()
746 (((hi).flags & (HIO_CONST|HIO_VARIABLE|HIO_RELATIVE)) == HIO_VARIABLE) in wmt_hid_parse()
92 #define MOUSE_FLAGS_MASK (HIO_CONST|HIO_RELATIVE)