Lines Matching defs:check
100 static SANE_Int cfg_checkstable_get(SANE_Int lamp, struct st_checkstable *check);
101 static SANE_Int ua4900_checkstable(SANE_Int lamp, struct st_checkstable *check);
102 static SANE_Int hp3800_checkstable(SANE_Int lamp, struct st_checkstable *check);
103 static SANE_Int hp3970_checkstable(SANE_Int lamp, struct st_checkstable *check);
104 static SANE_Int hp4370_checkstable(SANE_Int lamp, struct st_checkstable *check);
1506 /** SEC: Pulse-width modulation check stable ---------- */
1508 static SANE_Int hp3800_checkstable(SANE_Int lamp, struct st_checkstable *check)
1533 memcpy(check, ®[a].values, sizeof(struct st_checkstable));
1542 static SANE_Int hp3970_checkstable(SANE_Int lamp, struct st_checkstable *check)
1567 memcpy(check, ®[a].values, sizeof(struct st_checkstable));
1576 static SANE_Int hp4370_checkstable(SANE_Int lamp, struct st_checkstable *check)
1601 memcpy(check, ®[a].values, sizeof(struct st_checkstable));
1610 static SANE_Int ua4900_checkstable(SANE_Int lamp, struct st_checkstable *check)
1635 memcpy(check, ®[a].values, sizeof(struct st_checkstable));
1644 static SANE_Int cfg_checkstable_get(SANE_Int lamp, struct st_checkstable *check)
1651 rst = ua4900_checkstable(lamp, check);
1656 rst = hp3800_checkstable(lamp, check);
1662 rst = hp4370_checkstable(lamp, check);
1666 rst = hp3970_checkstable(lamp, check);