Home
last modified time | relevance | path

Searched refs:IUSB_REQ_DIR_MASK (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Diusb.h97 #define IUSB_REQ_DIR_MASK 0x80 macro
H A Dusbio_bsd.c669 int dirw = (requesttype & IUSB_REQ_DIR_MASK) == IUSB_REQ_HOST_TO_DEV ? 1 : 0; in icoms_usb_control_msg()
H A Dusbio_nt.c684 int dirw = (requesttype & IUSB_REQ_DIR_MASK) == IUSB_REQ_HOST_TO_DEV ? 1 : 0; in icoms_usb_control_msg()
H A Dusbio_ox.c718 int dirw = (requesttype & IUSB_REQ_DIR_MASK) == IUSB_REQ_HOST_TO_DEV ? 1 : 0; in icoms_usb_control_msg()
H A Dusbio_lx.c996 int dirw = (requesttype & IUSB_REQ_DIR_MASK) == IUSB_REQ_HOST_TO_DEV ? 1 : 0; in icoms_usb_control_msg()