Home
last modified time | relevance | path

Searched refs:proto_flags (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dhp5590_cmds.h124 enum proto_flags proto_flags; member
154 enum proto_flags proto_flags,
158 enum proto_flags proto_flags);
160 enum proto_flags proto_flags,
163 enum proto_flags proto_flags,
[all...]
H A Dhp5590_cmds.c472 enum proto_flags proto_flags, in hp5590_init_scanner()
494 proto_flags, in hp5590_init_scanner()
594 ret = hp5590_get_status (dn, proto_flags); in hp5590_init_scanner()
609 enum proto_flags proto_flags, in hp5590_read_eeprom()
623 proto_flags, in hp5590_read_eeprom()
632 proto_flags, in hp5590_read_eeprom()
644 enum proto_flags proto_flags, in hp5590_write_eeprom()
471 hp5590_init_scanner(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info ** info, enum hp_scanner_types scanner_type) hp5590_init_scanner() argument
608 hp5590_read_eeprom(SANE_Int dn, enum proto_flags proto_flags, unsigned int addr, unsigned char *data, unsigned int size) hp5590_read_eeprom() argument
643 hp5590_write_eeprom(SANE_Int dn, enum proto_flags proto_flags, unsigned int addr, unsigned char *data, unsigned int size) hp5590_write_eeprom() argument
678 hp5590_read_scan_count(SANE_Int dn, enum proto_flags proto_flags, unsigned int *count) hp5590_read_scan_count() argument
710 hp5590_inc_scan_count(SANE_Int dn, enum proto_flags proto_flags) hp5590_inc_scan_count() argument
752 hp5590_read_max_scan_count(SANE_Int dn, enum proto_flags proto_flags, unsigned int *max_count) hp5590_read_max_scan_count() argument
811 hp5590_read_eeprom_all_cmd(SANE_Int dn, enum proto_flags proto_flags) hp5590_read_eeprom_all_cmd() argument
855 hp5590_read_part_number(SANE_Int dn, enum proto_flags proto_flags) hp5590_read_part_number() argument
879 hp5590_is_data_available(SANE_Int dn, enum proto_flags proto_flags) hp5590_is_data_available() argument
914 hp5590_stop_scan(SANE_Int dn, enum proto_flags proto_flags) hp5590_stop_scan() argument
940 hp5590_turnon_lamp(SANE_Int dn, enum proto_flags proto_flags, enum hp5590_lamp_state state) hp5590_turnon_lamp() argument
1008 hp5590_power_status(SANE_Int dn, enum proto_flags proto_flags) hp5590_power_status() argument
1043 hp5590_read_error_code(SANE_Int dn, enum proto_flags proto_flags, unsigned int *adf_flags) hp5590_read_error_code() argument
1078 hp5590_reset_scan_head(SANE_Int dn, enum proto_flags proto_flags) hp5590_reset_scan_head() argument
1100 hp5590_select_source_and_wakeup(SANE_Int dn, enum proto_flags proto_flags, enum scan_sources source, SANE_Bool extend_lamp_timeout) hp5590_select_source_and_wakeup() argument
1180 hp5590_lock_unlock_scanner(SANE_Int dn, enum proto_flags proto_flags) hp5590_lock_unlock_scanner() argument
1225 hp5590_set_base_dpi(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info *scanner_info, unsigned int base_dpi) hp5590_set_base_dpi() argument
1266 hp5590_set_color_map(SANE_Int dn, enum proto_flags proto_flags, unsigned int base_dpi) hp5590_set_color_map() argument
1488 hp5590_set_scan_area(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info *scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_area() argument
1669 hp5590_read_image_params(SANE_Int dn, enum proto_flags proto_flags) hp5590_read_image_params() argument
1711 hp5590_set_scan_params(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info * scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_params() argument
1791 hp5590_send_reverse_calibration_map(SANE_Int dn, enum proto_flags proto_flags) hp5590_send_reverse_calibration_map() argument
1848 hp5590_send_forward_calibration_maps(SANE_Int dn, enum proto_flags proto_flags) hp5590_send_forward_calibration_maps() argument
1897 hp5590_read(SANE_Int dn, enum proto_flags proto_flags, unsigned char *bytes, unsigned int size, void *state) hp5590_read() argument
1918 hp5590_start_scan(SANE_Int dn, enum proto_flags proto_flags) hp5590_start_scan() argument
1942 hp5590_read_buttons(SANE_Int dn, enum proto_flags proto_flags, enum button_status * status) hp5590_read_buttons() argument
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
[all...]
H A Dhp5590_low.h48 enum proto_flags { enum
68 enum proto_flags proto_flags,
73 enum proto_flags proto_flags,
77 enum proto_flags proto_flags,
82 enum proto_flags proto_flags);
H A Dhp5590_low.c135 enum proto_flags proto_flags) in hp5590_get_ack()
141 if (proto_flags & PF_NO_USB_IN_USB_ACK) in hp5590_get_ack()
182 __sane_unused__ enum proto_flags proto_flags) in hp5590_get_status()
231 enum proto_flags proto_flags, in hp5590_control_msg()
273 ret = hp5590_get_ack (dn, proto_flags); in hp5590_control_msg()
314 ret = hp5590_get_ack (dn, proto_flags); in hp5590_control_msg()
343 ret = hp5590_get_ack (dn, proto_flags); in hp5590_control_msg()
134 hp5590_get_ack(SANE_Int dn, enum proto_flags proto_flags) hp5590_get_ack() argument
181 hp5590_get_status(SANE_Int dn, __sane_unused__ enum proto_flags proto_flags) hp5590_get_status() argument
230 hp5590_control_msg(SANE_Int dn, enum proto_flags proto_flags, int requesttype, int request, int value, int index, unsigned char *bytes, int size, int core_flags) hp5590_control_msg() argument
458 hp5590_verify_last_cmd(SANE_Int dn, enum proto_flags proto_flags, unsigned int cmd) hp5590_verify_last_cmd() argument
527 hp5590_cmd(SANE_Int dn, enum proto_flags proto_flags, unsigned int flags, unsigned int cmd, unsigned char *data, unsigned int size, unsigned int core_flags) hp5590_cmd() argument
644 hp5590_bulk_read(SANE_Int dn, enum proto_flags proto_flags, unsigned char *bytes, unsigned int size, void *state) hp5590_bulk_read() argument
875 hp5590_bulk_write(SANE_Int dn, enum proto_flags proto_flags, int cmd, unsigned char *bytes, unsigned int size) hp5590_bulk_write() argument
[all...]
H A Dhp5590.c256 enum proto_flags proto_flags; member
380 if (hp5590_init_scanner (dn, hp5590_model->proto_flags, in attach_usb_device()
388 if (hp5590_read_max_scan_count (dn, hp5590_model->proto_flags, in attach_usb_device()
394 if (hp5590_read_scan_count (dn, hp5590_model->proto_flags, in attach_usb_device()
399 ret = hp5590_read_part_number (dn, hp5590_model->proto_flags); in attach_usb_device()
403 ret = hp5590_stop_scan (dn, hp5590_model->proto_flags); in attach_usb_device()
417 scanner->proto_flags = hp5590_model->proto_flags; in attach_usb_device()
892 SANE_Status ret = hp5590_read_buttons (scanner->dn, scanner->proto_flags, in read_button_pressed()
[all...]

Completed in 6 milliseconds