Searched refs:lcd_counter (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5590.c | 906 SANE_Int * lcd_counter, in read_lcd_and_led_values() 910 *lcd_counter = 1; in read_lcd_and_led_values() 914 SANE_Status ret = hp5590_read_lcd_and_led (scanner->dn, scanner->proto_flags, lcd_counter, color_led); in read_lcd_and_led_values() 920 DBG (DBG_verbose, "%s: LCD = %d, LED = %s\n", __func__, *lcd_counter, in read_lcd_and_led_values() 1111 SANE_Int lcd_counter = 0; in sane_control_option() local 1113 SANE_Status ret = read_lcd_and_led_values(scanner, &lcd_counter, &color_led); in sane_control_option() 1128 SANE_Int lcd_counter = 0; in sane_control_option() local 1130 SANE_Status ret = read_lcd_and_led_values(scanner, &lcd_counter, &color_led); in sane_control_option() 1133 *(SANE_Int *) value = lcd_counter; in sane_control_option() 905 read_lcd_and_led_values(SANE_Handle handle, SANE_Int * lcd_counter, enum color_led_status * color_led) read_lcd_and_led_values() argument
|
H A D | hp5590_cmds.c | 2018 SANE_Int * lcd_counter, in hp5590_read_lcd_and_led() 2025 hp5590_cmds_assert (lcd_counter != NULL); in hp5590_read_lcd_and_led() 2043 *lcd_counter = data[0x29]; in hp5590_read_lcd_and_led() 2049 DBG (DBG_cmds, "LCD and LED values: lcd=%d, led=%s\n", *lcd_counter, in hp5590_read_lcd_and_led() 2016 hp5590_read_lcd_and_led(SANE_Int dn, enum proto_flags proto_flags, SANE_Int * lcd_counter, enum color_led_status * color_led) hp5590_read_lcd_and_led() argument
|
Completed in 7 milliseconds