Lines Matching defs:handle
576 sane_open (SANE_String_Const devnam, SANE_Handle * handle)
619 *handle = s;
626 sane_close (SANE_Handle handle)
628 Ricoh_Scanner *s = (Ricoh_Scanner *) handle;
639 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
641 Ricoh_Scanner *s = handle;
652 sane_control_option (SANE_Handle handle, SANE_Int option,
655 Ricoh_Scanner *s = handle;
737 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
739 Ricoh_Scanner *s = handle;
793 sane_start (SANE_Handle handle)
796 Ricoh_Scanner *s = handle;
955 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
958 Ricoh_Scanner *s = handle;
998 sane_cancel (SANE_Handle handle)
1000 Ricoh_Scanner *s = handle;
1009 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking)
1011 (void) handle; /* silence gcc */
1021 sane_get_select_fd (SANE_Handle handle, SANE_Int * fd)
1023 (void) handle; /* silence gcc */