Home
last modified time | relevance | path

Searched refs:PROTO_OP_LOAD (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dairscan-escl.c802 result.next = PROTO_OP_LOAD; in escl_scan_decode()
863 result.next = PROTO_OP_LOAD; in escl_load_decode()
1007 if (ctx->failed_op == PROTO_OP_LOAD) { in escl_status_decode()
1038 if (ctx->failed_op == PROTO_OP_LOAD) { in escl_status_decode()
1064 ctx->failed_op == PROTO_OP_LOAD) { in escl_status_decode()
H A Dairscan-id.c188 {PROTO_OP_LOAD, "PROTO_OP_LOAD"},
H A Dairscan-device.c405 if (dev->proto_ctx.op == PROTO_OP_LOAD && !dev->stm_cancel_sent) { in device_proto_op_onrxhdr()
434 case PROTO_OP_LOAD: in device_proto_op_submit()
458 if (op == PROTO_OP_LOAD) { in device_proto_op_submit()
491 case PROTO_OP_LOAD: func = dev->proto_ctx.proto->load_decode; break; in device_proto_op_decode()
873 } else if (dev->proto_ctx.op == PROTO_OP_LOAD) { in device_stm_op_callback()
H A Dairscan-wsd.c901 result.next = PROTO_OP_LOAD; in wsd_scan_decode()
977 result.next = PROTO_OP_LOAD; in wsd_load_decode()
H A Dairscan.h2953 PROTO_OP_LOAD, /* Load image */ enumerator