Home
last modified time | relevance | path

Searched refs:SCL_PARAM_CHAR (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp-scl.h50 #define SCL_PARAM_CHAR(code) ((char)((code) & 0xFF)) macro
57 #define IS_SCL_CONTROL(scl) (SCL_INQ_ID(scl) && SCL_PARAM_CHAR(scl))
58 #define IS_SCL_COMMAND(scl) (!SCL_INQ_ID(scl) && SCL_PARAM_CHAR(scl))
59 #define IS_SCL_PARAMETER(scl) (SCL_INQ_ID(scl) && !SCL_PARAM_CHAR(scl))
H A Dhp-scl.c895 char param = toupper(SCL_PARAM_CHAR(scl)); in hp_scsi_scl()
1771 if (SCL_PARAM_CHAR(inq_cmnd) == 'R') in _hp_scl_inq()
1774 expect_char = tolower(SCL_PARAM_CHAR(inq_cmnd) - 1); in _hp_scl_inq()