Searched refs:CORE_DATA (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5590_low.c | 221 * CORE_DATA - operation on CORE data will be performed 245 __func__, core_flags & CORE_DATA ? "yes" : "no"); in hp5590_control_msg() 289 core_flags & CORE_DATA ? 0x0c : 0x04, in hp5590_control_msg() 359 core_flags & CORE_DATA ? 0x04 : 0x0c, in hp5590_control_msg() 368 if (core_flags & CORE_DATA) in hp5590_control_msg() 381 if (!(core_flags & CORE_DATA)) in hp5590_control_msg() 518 * CORE_DATA - operation on CORE data will be performed 906 CORE_DATA | CORE_BULK_OUT); in hp5590_bulk_write()
|
H A D | hp5590_low.h | 60 #define CORE_DATA 1 << 0 /* Operate on CORE data */ macro
|
H A D | hp5590_cmds.c | 669 CMD_EEPROM_WRITE, data, size, CORE_DATA); in hp5590_write_eeprom() 896 sizeof (data_status), CORE_DATA); in hp5590_is_data_available() 992 sizeof (lamp_state), CORE_DATA); in hp5590_turnon_lamp() 1257 sizeof (_base_dpi), CORE_DATA); in hp5590_set_base_dpi() 1328 sizeof (color_map), CORE_DATA); in hp5590_set_color_map() 1660 sizeof (scan_params), CORE_DATA); in hp5590_set_scan_area()
|
Completed in 5 milliseconds