Home
last modified time | relevance | path

Searched refs:fp_warn (Results 1 – 8 of 8) sorted by relevance

/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Dvfs101.c1014 fp_warn("finger present after scan, remove it"); in m_loop_state()
1039 fp_warn("image too short, retry"); in m_loop_state()
1045 fp_warn("load image failed, retry"); in m_loop_state()
1269 fp_warn("unexpected finger find, remove finger from the scanner"); in m_init_state()
H A Dupeksonly.c403 fp_warn("lost %d packets of data between %d and %d", missing_data, sdev->last_seqnum, seqnum ); in handle_packet()
422 fp_warn("adding dummy input for %d, i=%d", sdev->last_seqnum + i, i); in handle_packet()
499 fp_warn("bad status %d, terminating session", transfer->status); in img_data_cb()
519 fp_warn("failed resubmit, error %d", r); in img_data_cb()
808 fp_warn("odd reg7 value %x", sdev->read_reg_result); in awfsm_2016_run_state()
H A Detes603.c416 fp_warn("unexpected answer CMD_20 from device(%02X %02X %02X)", in msg_check_cmd20()
444 fp_warn("unexpected answer for CMD_25 (%02X)", in msg_check_cmd25()
684 fp_warn("transfer is not completed (status=%d)", in async_tx_cb()
697 fp_warn("length %d != actual_length %d", in async_tx_cb()
H A Dvfs0050.c148 fp_warn("Endpoint %d had extra %d bytes", ep - 0x80, in async_abort_callback()
455 fp_warn("Finger is already on the scanner"); in interrupt_callback()
H A Duru4000.c412 fp_warn("oh no! got the interrupt OF DEATH! expect things to go bad"); in irq_handler()
482 fp_warn("ignoring unexpected interrupt %04x", type); in finger_presence_irq_cb()
1056 fp_warn("powerup timed out"); in init_scanpwr_timeout()
H A Dupekts.c547 fp_warn("expected response to subcmd 0x%02x, got response to %02x in " in initsm_read_msg_response_cb()
953 fp_warn("expected response to subcmd 0, got response to %02x", in enroll_start_sm_cb_msg28()
H A Dupeke2.c542 fp_warn("expected response to subcmd 0x%02x, got response to %02x in " in initsm_read_msg_response_cb()
942 fp_warn("expected response to subcmd 0, got response to %02x", in enroll_start_sm_cb_msg28()
/dports/security/libfprint/libfprint-0.7.0/libfprint/
H A Dfp_internal.h64 #define fp_warn(fmt...) _fpi_log(FPRINT_LOG_LEVEL_WARNING, fmt) macro