Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp-device.c110 HpSclSupport *sclsupport; in sanei_hp_device_support_get() local
128 sclsupport = &(info->sclsupport[inqid]); in sanei_hp_device_support_get()
133 if (minval) *minval = sclsupport->minval; in sanei_hp_device_support_get()
134 if (maxval) *maxval = sclsupport->maxval; in sanei_hp_device_support_get()
144 HpSclSupport *sclsupport; in sanei_hp_device_support_probe() local
188 memset (&(info->sclsupport[0]), 0, sizeof (info->sclsupport)); in sanei_hp_device_support_probe()
193 sclsupport = &(info->sclsupport[inqid]); in sanei_hp_device_support_probe()
198 sclsupport->checked = 1; in sanei_hp_device_support_probe()
205 sclsupport->is_supported=0; in sanei_hp_device_support_probe()
208 if (sclsupport->is_supported) in sanei_hp_device_support_probe()
[all …]
H A Dhp.h140 HpSclSupport sclsupport[HP_SCL_INQID_MAX - HP_SCL_INQID_MIN + 1]; member